Index: head/databases/kdb/files/patch-src_CMakeLists.txt =================================================================== --- head/databases/kdb/files/patch-src_CMakeLists.txt (revision 468525) +++ head/databases/kdb/files/patch-src_CMakeLists.txt (nonexistent) @@ -1,31 +0,0 @@ -This has been submitted upstream; the # TODO (GEN) is a comment used -elsewhere upstream to mark things commented-out for generated files. - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c63ab1f2..73d15fce 100644 ---- src/CMakeLists.txt -+++ src/CMakeLists.txt -@@ -56,18 +56,18 @@ endif() - # Mark files as generated, set compile flags - set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp - PROPERTIES -- GENERATED TRUE -+ #TODO(GEN) GENERATED TRUE - # YYERROR_VERBOSE=1 needed to get a token table for tokenName() even for release builds - COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} " - ) --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE) --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE) --set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE) - - set_source_files_properties( - ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp - PROPERTIES -- GENERATED TRUE -+ #TODO(GEN) GENERATED TRUE - COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} " - ) - Property changes on: head/databases/kdb/files/patch-src_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/kdb/Makefile =================================================================== --- head/databases/kdb/Makefile (revision 468525) +++ head/databases/kdb/Makefile (revision 468526) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= kdb -DISTVERSION= 3.0.2 -PORTREVISION= 3 +DISTVERSION= 3.1.0 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Database connectivity and creation framework LIB_DEPENDS= libicuuc.so:devel/icu USES= cmake:outsource gettext kde:5 python:2.7 tar:xz USE_KDE= coreaddons ecm i18n USE_QT5= core gui network widgets xml \ buildtools_build qmake_build # In the future, these options will be moved into slave ports OPTIONS_DEFINE= SQLITE MYSQL PGSQL OPTIONS_SUB= YES OPTIONS_DEFAULT= ${OPTIONS_DEFINE} SQLITE_USES= sqlite SQLITE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Sqlite MYSQL_USES= mysql MYSQL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_MySQL PGSQL_USES= pgsql PGSQL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_PostgreSQL .include Index: head/databases/kdb/distinfo =================================================================== --- head/databases/kdb/distinfo (revision 468525) +++ head/databases/kdb/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506099432 -SHA256 (KDE/kdb/kdb-3.0.2.tar.xz) = 896804959f4e203cbafb3d345127c6d80721d79136dbfd6d51c4e93131ec21d8 -SIZE (KDE/kdb/kdb-3.0.2.tar.xz) = 478576 +TIMESTAMP = 1520616671 +SHA256 (KDE/kdb/kdb-3.1.0.tar.xz) = 175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2 +SIZE (KDE/kdb/kdb-3.1.0.tar.xz) = 543780 Index: head/databases/kdb/pkg-plist =================================================================== --- head/databases/kdb/pkg-plist (revision 468525) +++ head/databases/kdb/pkg-plist (revision 468526) @@ -1,212 +1,236 @@ %%SQLITE%%bin/kdb3_sqlite3_dump include/KDb3/KDb include/KDb3/KDb.h include/KDb3/KDbAdmin include/KDb3/KDbAdmin.h include/KDb3/KDbAlter include/KDb3/KDbAlter.h include/KDb3/KDbConnection include/KDb3/KDbConnection.h include/KDb3/KDbConnectionData include/KDb3/KDbConnectionData.h include/KDb3/KDbConnectionOptions include/KDb3/KDbConnectionOptions.h include/KDb3/KDbConnectionProxy include/KDb3/KDbConnectionProxy.h include/KDb3/KDbCursor include/KDb3/KDbCursor.h include/KDb3/KDbDriver include/KDb3/KDbDriver.h include/KDb3/KDbDriverBehavior include/KDb3/KDbDriverBehavior.h include/KDb3/KDbDriverManager include/KDb3/KDbDriverManager.h include/KDb3/KDbDriverMetaData include/KDb3/KDbDriverMetaData.h include/KDb3/KDbError include/KDb3/KDbError.h include/KDb3/KDbEscapedString include/KDb3/KDbEscapedString.h include/KDb3/KDbExpression include/KDb3/KDbExpression.h include/KDb3/KDbExpressionData include/KDb3/KDbExpressionData.h include/KDb3/KDbField include/KDb3/KDbField.h include/KDb3/KDbFieldList include/KDb3/KDbFieldList.h include/KDb3/KDbFieldValidator include/KDb3/KDbFieldValidator.h include/KDb3/KDbGlobal include/KDb3/KDbGlobal.h include/KDb3/KDbIdentifierValidator include/KDb3/KDbIdentifierValidator.h include/KDb3/KDbIndexSchema include/KDb3/KDbIndexSchema.h include/KDb3/KDbLongLongValidator include/KDb3/KDbLongLongValidator.h include/KDb3/KDbLookupFieldSchema include/KDb3/KDbLookupFieldSchema.h include/KDb3/KDbMessageHandler include/KDb3/KDbMessageHandler.h include/KDb3/KDbNativeStatementBuilder include/KDb3/KDbNativeStatementBuilder.h include/KDb3/KDbObject include/KDb3/KDbObject.h include/KDb3/KDbObjectNameValidator include/KDb3/KDbObjectNameValidator.h +include/KDb3/KDbOrderByColumn +include/KDb3/KDbOrderByColumn.h include/KDb3/KDbParser include/KDb3/KDbParser.h include/KDb3/KDbPreparedStatement include/KDb3/KDbPreparedStatement.h include/KDb3/KDbPreparedStatementInterface include/KDb3/KDbPreparedStatementInterface.h include/KDb3/KDbProperties include/KDb3/KDbProperties.h +include/KDb3/KDbQueryAsterisk +include/KDb3/KDbQueryAsterisk.h include/KDb3/KDbQueryColumnInfo include/KDb3/KDbQueryColumnInfo.h include/KDb3/KDbQuerySchema include/KDb3/KDbQuerySchema.h include/KDb3/KDbQuerySchemaParameter include/KDb3/KDbQuerySchemaParameter.h include/KDb3/KDbRecordData include/KDb3/KDbRecordData.h include/KDb3/KDbRecordEditBuffer include/KDb3/KDbRecordEditBuffer.h include/KDb3/KDbRelationship include/KDb3/KDbRelationship.h include/KDb3/KDbResult include/KDb3/KDbResult.h +include/KDb3/KDbSelectStatementOptions +include/KDb3/KDbSelectStatementOptions.h include/KDb3/KDbSqlField include/KDb3/KDbSqlField.h include/KDb3/KDbSqlRecord include/KDb3/KDbSqlRecord.h include/KDb3/KDbSqlResult include/KDb3/KDbSqlResult.h include/KDb3/KDbSqlString include/KDb3/KDbSqlString.h include/KDb3/KDbTableOrQuerySchema include/KDb3/KDbTableOrQuerySchema.h include/KDb3/KDbTableSchema include/KDb3/KDbTableSchema.h +include/KDb3/KDbTableSchemaChangeListener +include/KDb3/KDbTableSchemaChangeListener.h include/KDb3/KDbTableViewColumn include/KDb3/KDbTableViewColumn.h include/KDb3/KDbTableViewData include/KDb3/KDbTableViewData.h include/KDb3/KDbToken include/KDb3/KDbToken.h include/KDb3/KDbTransaction include/KDb3/KDbTransaction.h +include/KDb3/KDbTransactionData +include/KDb3/KDbTransactionData.h +include/KDb3/KDbTransactionGuard +include/KDb3/KDbTransactionGuard.h include/KDb3/KDbTristate include/KDb3/KDbTristate.h include/KDb3/KDbUtils include/KDb3/KDbUtils.h include/KDb3/KDbValidator include/KDb3/KDbValidator.h include/KDb3/KDbVersionInfo include/KDb3/KDbVersionInfo.h include/KDb3/config-kdb.h include/KDb3/kdb_export.h include/KDb3/kdb_version.h lib/cmake/KDb3/KDbConfig.cmake lib/cmake/KDb3/KDbConfigVersion.cmake +lib/cmake/KDb3/KDbQCHTargets.cmake lib/cmake/KDb3/KDbTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDb3/KDbTargets.cmake lib/libKDb3.so -lib/libKDb3.so.3 -lib/libKDb3.so.3.0 -libdata/pkgconfig/KDb3.pc +lib/libKDb3.so.4 +lib/libKDb3.so.4.1.0 %%QT_MKSPECDIR%%/modules/qt_KDb3.pri %%MYSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_mysqldriver.so %%PGSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_postgresqldriver.so %%SQLITE%%%%QT_PLUGINDIR%%/kdb3/kdb_sqlitedriver.so -%%SQLITE%%%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so +%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so +libdata/pkgconfig/KDb3.pc %%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ast/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/ast/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/ca/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ca/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ca/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/ca/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ca@valencia/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/ca@valencia/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/cs/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/cs/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/cs/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/cs/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/de/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/de/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/de/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/de/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/en_GB/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/en_GB/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/en_GB/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/en_GB/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/es/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/es/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/es/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/es/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/fi/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/fi/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/fr/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/fr/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/fr/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/fr/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/gl/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%MYSQL%%share/locale/ia/LC_MESSAGES/kdb_mysqldriver_qt.qm +share/locale/ia/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ia/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/it/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/it/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/it/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/it/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/ja/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ja/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ja/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/ja/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/lt/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/lt/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/lt/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/lt/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/nl/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/nl/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/nl/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/nl/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/pl/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/pl/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/pl/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/pl/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/pt/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/pt/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/pt/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/pt/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/pt_BR/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/pt_BR/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/ru/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ru/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ru/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/ru/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/sk/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/sk/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/sk/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/sk/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/sv/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/sv/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/tr/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/tr/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/tr/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/tr/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/uk/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/uk/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/zh_CN/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/zh_CN/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/zh_TW/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/zh_TW/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/zh_TW/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/zh_TW/LC_MESSAGES/kdb_sqlitedriver_qt.qm Index: head/databases/kexi/Makefile =================================================================== --- head/databases/kexi/Makefile (revision 468525) +++ head/databases/kexi/Makefile (revision 468526) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= kexi -DISTVERSION= 3.0.2 +DISTVERSION= 3.1.0 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Visual database applications creator LIB_DEPENDS= libKDb3.so:databases/kdb \ libKPropertyCore3.so:x11-toolkits/kproperty \ libKReport3.so:textproc/kreport USES= cmake:outsource desktop-file-utils gettext iconv \ kde:5 pkgconfig tar:xz USE_GNOME= glib20 USE_KDE= auth bookmarks codecs completion config \ configwidgets coreaddons crash ecm guiaddons i18n \ iconthemes itemviews jobwidgets kio parts service \ solid sonnet texteditor textwidgets widgetsaddons \ xmlgui breeze-icons_build USE_QT5= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build qml CONFLICTS_INSTALL= calligra-2* CMAKE_ARGS= -DBUILD_TESTING:BOOL=OFF \ -DKEXI_QTGUI_RUNTIME_AVAILABLE:BOOL=TRUE \ -DKEXI_ENABLE_QTGUI_FOR_TESTS:BOOL=FALSE .include Index: head/databases/kexi/distinfo =================================================================== --- head/databases/kexi/distinfo (revision 468525) +++ head/databases/kexi/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101424 -SHA256 (KDE/kexi/kexi-3.0.2.tar.xz) = 8eaea8ba6b833d9413a05496c9099d278f0ea410cf7d2af42bfdf9125d945bba -SIZE (KDE/kexi/kexi-3.0.2.tar.xz) = 3676556 +TIMESTAMP = 1520616685 +SHA256 (KDE/kexi/kexi-3.1.0.tar.xz) = 6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb +SIZE (KDE/kexi/kexi-3.1.0.tar.xz) = 3028492 Index: head/databases/kexi/pkg-plist =================================================================== --- head/databases/kexi/pkg-plist (revision 468525) +++ head/databases/kexi/pkg-plist (revision 468526) @@ -1,220 +1,229 @@ -bin/kexi -lib/libkexicore.so -lib/libkexicore.so.15 -lib/libkexicore.so.15.0.0 -lib/libkexidatatable.so -lib/libkexidatatable.so.15 -lib/libkexidatatable.so.15.0.0 -lib/libkexidataviewcommon.so -lib/libkexidataviewcommon.so.15 -lib/libkexidataviewcommon.so.15.0.0 -lib/libkexiextendedwidgets.so -lib/libkexiextendedwidgets.so.15 -lib/libkexiextendedwidgets.so.15.0.0 -lib/libkexiformutils.so -lib/libkexiformutils.so.15 -lib/libkexiformutils.so.15.0.0 -lib/libkexiguiutils.so -lib/libkexiguiutils.so.15 -lib/libkexiguiutils.so.15.0.0 -lib/libkeximain.so -lib/libkeximain.so.15 -lib/libkeximain.so.15.0.0 -lib/libkeximigrate.so -lib/libkeximigrate.so.15 -lib/libkeximigrate.so.15.0.0 -lib/libkexirelationsview.so -lib/libkexirelationsview.so.15 -lib/libkexirelationsview.so.15.0.0 -lib/libkexiundo.so -lib/libkexiundo.so.15 -lib/libkexiundo.so.15.0.0 -lib/libkexiutils.so -lib/libkexiutils.so.15 -lib/libkexiutils.so.15.0.0 -lib/libkformdesigner.so -lib/libkformdesigner.so.15 -lib/libkformdesigner.so.15.0.0 -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_dbwidgetsplugin.so -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_standardwidgetsplugin.so -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_webbrowserwidgetplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_csvimportexportplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_formplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_migrationplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_queryplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_reportplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_tableplugin.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mdb.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mysql.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_postgresql.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_tsv.so -share/applications/org.kde.kexi.desktop -%%DATADIR%%/icons/hicolor/16x16/actions/web_browser.png -%%DATADIR%%/icons/hicolor/22x22/actions/web_browser.png -%%DATADIR%%/icons/kexi_breeze.rcc -%%DATADIR%%/status/3.0.0/contribution_details.ui -%%DATADIR%%/status/3.0.0/contribution_help.ui -%%DATADIR%%/status/3.0.0/status.rcc -%%DATADIR%%/status/3.0.0/status.ui -%%DATADIR%%/status/3.0.0/status_strings.ui +bin/kexi-3.1 +lib/libkexicore3.1.so +lib/libkexicore3.1.so.3.1 +lib/libkexicore3.1.so.3.1.0 +lib/libkexidatatable3.1.so +lib/libkexidatatable3.1.so.3.1 +lib/libkexidatatable3.1.so.3.1.0 +lib/libkexidataviewcommon3.1.so +lib/libkexidataviewcommon3.1.so.3.1 +lib/libkexidataviewcommon3.1.so.3.1.0 +lib/libkexiextendedwidgets3.1.so +lib/libkexiextendedwidgets3.1.so.3.1 +lib/libkexiextendedwidgets3.1.so.3.1.0 +lib/libkexiformutils3.1.so +lib/libkexiformutils3.1.so.3.1 +lib/libkexiformutils3.1.so.3.1.0 +lib/libkexiguiutils3.1.so +lib/libkexiguiutils3.1.so.3.1 +lib/libkexiguiutils3.1.so.3.1.0 +lib/libkeximain3.1.so +lib/libkeximain3.1.so.3.1 +lib/libkeximain3.1.so.3.1.0 +lib/libkeximigrate3.1.so +lib/libkeximigrate3.1.so.3.1 +lib/libkeximigrate3.1.so.3.1.0 +lib/libkexirelationsview3.1.so +lib/libkexirelationsview3.1.so.3.1 +lib/libkexirelationsview3.1.so.3.1.0 +lib/libkexiundo3.1.so +lib/libkexiundo3.1.so.3.1 +lib/libkexiundo3.1.so.3.1.0 +lib/libkexiutils3.1.so +lib/libkexiutils3.1.so.3.1 +lib/libkexiutils3.1.so.3.1.0 +lib/libkformdesigner3.1.so +lib/libkformdesigner3.1.so.3.1 +lib/libkformdesigner3.1.so.3.1.0 +%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.main.so +%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.web-browser.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_csvimportexportplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_formplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_migrationplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_queryplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_reportplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_tableplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mdb.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mysql.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_postgresql.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_tsv.so +share/applications/org.kde.kexi-3.1.desktop +share/doc/HTML/de/kexi/index.cache.bz2 +share/doc/HTML/de/kexi/index.docbook +share/doc/HTML/nl/kexi/index.cache.bz2 +share/doc/HTML/nl/kexi/index.docbook +share/doc/HTML/it/kexi/index.cache.bz2 +share/doc/HTML/it/kexi/index.docbook +%%DATADIR%%/3.1/examples/Simple_Database.kexi +%%DATADIR%%/3.1/icons/kexi_breeze.rcc +%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.main_breeze.rcc +%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.web-browser_breeze.rcc +%%DATADIR%%/3.1/status/contribution_details.ui +%%DATADIR%%/3.1/status/contribution_help.ui +%%DATADIR%%/3.1/status/status.rcc +%%DATADIR%%/3.1/status/status.ui +%%DATADIR%%/3.1/status/status_strings.ui share/locale/ar/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ast/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ast/LC_MESSAGES/keximigrate_mdb.mo share/locale/be/LC_MESSAGES/kexi.mo share/locale/bg/LC_MESSAGES/kexi.mo share/locale/br/LC_MESSAGES/kexi.mo share/locale/bs/LC_MESSAGES/kexi.mo share/locale/bs/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/bs/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ca/LC_MESSAGES/kexi.mo share/locale/ca/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ca/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ca/LC_MESSAGES/keximigrate_mdb.mo share/locale/ca@valencia/LC_MESSAGES/kexi.mo share/locale/ca@valencia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ca@valencia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ca@valencia/LC_MESSAGES/keximigrate_mdb.mo share/locale/cs/LC_MESSAGES/kexi.mo share/locale/cs/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/cs/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/cs/LC_MESSAGES/keximigrate_mdb.mo share/locale/cy/LC_MESSAGES/kexi.mo share/locale/da/LC_MESSAGES/kexi.mo share/locale/da/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/da/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/de/LC_MESSAGES/kexi.mo share/locale/de/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/de/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/de/LC_MESSAGES/keximigrate_mdb.mo share/locale/el/LC_MESSAGES/kexi.mo share/locale/el/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/el/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/el/LC_MESSAGES/keximigrate_mdb.mo share/locale/en_GB/LC_MESSAGES/kexi.mo share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/en_GB/LC_MESSAGES/keximigrate_mdb.mo share/locale/eo/LC_MESSAGES/kexi.mo share/locale/es/LC_MESSAGES/kexi.mo share/locale/es/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/es/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/es/LC_MESSAGES/keximigrate_mdb.mo share/locale/et/LC_MESSAGES/kexi.mo share/locale/et/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/et/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/eu/LC_MESSAGES/kexi.mo share/locale/fa/LC_MESSAGES/kexi.mo share/locale/fi/LC_MESSAGES/kexi.mo share/locale/fi/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/fi/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/fr/LC_MESSAGES/kexi.mo share/locale/fr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/fr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/fr/LC_MESSAGES/keximigrate_mdb.mo share/locale/fy/LC_MESSAGES/kexi.mo share/locale/ga/LC_MESSAGES/kexi.mo share/locale/ga/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ga/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/gl/LC_MESSAGES/kexi.mo share/locale/gl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/gl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/gl/LC_MESSAGES/keximigrate_mdb.mo share/locale/he/LC_MESSAGES/kexi.mo share/locale/hi/LC_MESSAGES/kexi.mo share/locale/hne/LC_MESSAGES/kexi.mo share/locale/hr/LC_MESSAGES/kexi.mo share/locale/hsb/LC_MESSAGES/kexi.mo share/locale/hu/LC_MESSAGES/kexi.mo share/locale/hu/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/hu/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ia/LC_MESSAGES/kexi.mo share/locale/ia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/it/LC_MESSAGES/kexi.mo share/locale/it/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/it/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/it/LC_MESSAGES/keximigrate_mdb.mo share/locale/ja/LC_MESSAGES/kexi.mo share/locale/ja/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ja/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ja/LC_MESSAGES/keximigrate_mdb.mo share/locale/kk/LC_MESSAGES/kexi.mo share/locale/kk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/kk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/km/LC_MESSAGES/kexi.mo share/locale/ko/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ko/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/lt/LC_MESSAGES/kexi.mo share/locale/lt/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/lt/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/mai/LC_MESSAGES/kexi.mo share/locale/mr/LC_MESSAGES/kexi.mo share/locale/mr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/mr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ms/LC_MESSAGES/kexi.mo share/locale/nb/LC_MESSAGES/kexi.mo share/locale/nb/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/nb/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/nds/LC_MESSAGES/kexi.mo share/locale/nds/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/nds/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/ne/LC_MESSAGES/kexi.mo share/locale/nl/LC_MESSAGES/kexi.mo share/locale/nl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/nl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/nl/LC_MESSAGES/keximigrate_mdb.mo share/locale/nn/LC_MESSAGES/kexi.mo share/locale/oc/LC_MESSAGES/kexi.mo share/locale/pl/LC_MESSAGES/kexi.mo share/locale/pl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pl/LC_MESSAGES/keximigrate_mdb.mo share/locale/pt/LC_MESSAGES/kexi.mo share/locale/pt/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pt/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pt/LC_MESSAGES/keximigrate_mdb.mo share/locale/pt_BR/LC_MESSAGES/kexi.mo share/locale/pt_BR/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/pt_BR/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/pt_BR/LC_MESSAGES/keximigrate_mdb.mo share/locale/ro/LC_MESSAGES/kexi.mo share/locale/ru/LC_MESSAGES/kexi.mo share/locale/ru/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ru/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/se/LC_MESSAGES/kexi.mo share/locale/sk/LC_MESSAGES/kexi.mo share/locale/sk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/sk/LC_MESSAGES/keximigrate_mdb.mo share/locale/sl/LC_MESSAGES/kexi.mo share/locale/sl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/sq/LC_MESSAGES/kexi.mo share/locale/sv/LC_MESSAGES/kexi.mo share/locale/sv/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/sv/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/sv/LC_MESSAGES/keximigrate_mdb.mo share/locale/ta/LC_MESSAGES/kexi.mo share/locale/tg/LC_MESSAGES/kexi.mo share/locale/tr/LC_MESSAGES/kexi.mo share/locale/tr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/tr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/tr/LC_MESSAGES/keximigrate_mdb.mo share/locale/ug/LC_MESSAGES/kexi.mo share/locale/ug/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ug/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/uk/LC_MESSAGES/kexi.mo share/locale/uk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/uk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/uk/LC_MESSAGES/keximigrate_mdb.mo share/locale/uz/LC_MESSAGES/kexi.mo share/locale/wa/LC_MESSAGES/kexi.mo share/locale/xh/LC_MESSAGES/kexi.mo share/locale/zh_CN/LC_MESSAGES/kexi.mo share/locale/zh_CN/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/zh_CN/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/zh_CN/LC_MESSAGES/keximigrate_mdb.mo share/locale/zh_TW/LC_MESSAGES/kexi.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/zh_TW/LC_MESSAGES/keximigrate_mdb.mo -share/metainfo/org.kde.kexi.appdata.xml +share/metainfo/org.kde.kexi-3.1.appdata.xml Index: head/editors/calligra/Makefile =================================================================== --- head/editors/calligra/Makefile (revision 468525) +++ head/editors/calligra/Makefile (revision 468526) @@ -1,78 +1,71 @@ # $FreeBSD$ -# TODO (when these parts are available in KF5): -# - add calendarcore to USE_KDE when KDE PIM is available -# - add libOkular5Core.so:graphics/okular to LIB_DEPENDS -# PORTNAME= calligra -PORTVERSION= 3.0.1 -PORTREVISION= 10 +DISTVERSION= 3.1.0 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \ libKPropertyCore3.so:x11-toolkits/kproperty \ libKReport3.so:textproc/kreport \ libboost_thread.so:devel/boost-libs \ libetonyek-0.1.so:graphics/libetonyek01 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libKGantt.so:graphics/kdiagram \ libodfgen-0.1.so:textproc/libodfgen01 \ libopenjpeg.so:graphics/openjpeg15 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \ libqca-qt5.so:devel/qca@qt5 \ librevenge-0.0.so:textproc/librevenge \ libtiff.so:graphics/tiff \ libvisio-0.1.so:textproc/libvisio01 \ libwpd-0.10.so:textproc/libwpd010 \ libwpg-0.3.so:graphics/libwpg03 \ libwps-0.3.so:textproc/libwps03 BUILD_DEPENDS= pstoedit:graphics/pstoedit RUN_DEPENDS= pstoedit:graphics/pstoedit USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils eigen:3 \ gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \ shared-mime-info sqlite tar:xz USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons guiaddons i18n iconthemes init itemmodels itemviews \ jobwidgets js kcmutils kdelibs4support khtml kio \ kross notifications notifyconfig parts service solid sonnet \ texteditor textwidgets threadweaver unitconversion wallet \ - widgetsaddons windowsystem xmlgui + widgetsaddons windowsystem xmlgui \ + calendarcore okular USE_QT5= buildtools_build core dbus gui network opengl \ phonon4 printsupport qmake_build qml \ quick script sql svg testlib webkit widgets x11extras xml USE_XORG= ice sm x11 xext USE_LDCONFIG= yes OPTIONS_DEFINE= OPENEXR OPTIONS_DEFAULT= OPENEXR OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" # Requested by upstream, to not include unfinished modules -CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE +CMAKE_ON= RELEASE_BUILD # Performance increase according to README.PACKAGERS CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT" -# Disable KDE Pim support -CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \ - -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE - -PLIST_SUB+= SHLIB_VER=15.0.0 +PLIST_SUB+= SHLIB_VER=16.0.0 .include Index: head/editors/calligra/distinfo =================================================================== --- head/editors/calligra/distinfo (revision 468525) +++ head/editors/calligra/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491294880 -SHA256 (KDE/calligra/calligra-3.0.1.tar.xz) = 452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2 -SIZE (KDE/calligra/calligra-3.0.1.tar.xz) = 60764344 +TIMESTAMP = 1519549095 +SHA256 (KDE/calligra/calligra-3.1.0.tar.xz) = 6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870 +SIZE (KDE/calligra/calligra-3.1.0.tar.xz) = 58037392 Index: head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt =================================================================== --- head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt (revision 468525) +++ head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- filters/karbon/pdf/CMakeLists.txt.orig 2017-04-19 08:08:55 UTC -+++ filters/karbon/pdf/CMakeLists.txt -@@ -10,7 +10,7 @@ kde4_add_plugin(calligra_filter_pdf2svg - - target_link_libraries(calligra_filter_pdf2svg komain ${POPPLER_LIBRARY} ${POPPLER_CORE_LIBRARY}) - if(JPEG_FOUND) -- target_link_libraries(calligra_filter_pdf2svg jpeg) -+ target_link_libraries(calligra_filter_pdf2svg ${JPEG_LIBRARY}) - endif() - if(OPENJPEG_FOUND) - target_link_libraries(calligra_filter_pdf2svg ${OPENJPEG_LIBRARIES}) Property changes on: head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h =================================================================== --- head/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h (revision 468525) +++ head/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h (nonexistent) @@ -1,13 +0,0 @@ -Include necessary header - ---- plan/plugins/schedulers/tj/PlanTJScheduler.h.orig 2017-01-04 17:01:13 UTC -+++ plan/plugins/schedulers/tj/PlanTJScheduler.h -@@ -32,6 +32,8 @@ - #include - #include - -+#include -+ - class QDateTime; - - namespace TJ Property changes on: head/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/editors/calligra/pkg-plist =================================================================== --- head/editors/calligra/pkg-plist (revision 468525) +++ head/editors/calligra/pkg-plist (revision 468526) @@ -1,7219 +1,6879 @@ bin/calligra bin/calligraconverter -bin/calligraplan -bin/calligraplanwork bin/calligrasheets bin/calligrawords bin/karbon etc/xdg/calligra_stencils.knsrc -etc/xdg/calligraplanrc -etc/xdg/calligraplanworkrc etc/xdg/calligrasheetsrc etc/xdg/calligrastagerc etc/xdg/calligrawordsrc etc/xdg/karbonrc lib/libRtfReader.so -lib/libRtfReader.so.15 +lib/libRtfReader.so.16 lib/libRtfReader.so.%%SHLIB_VER%% lib/libbasicflakes.so -lib/libbasicflakes.so.15 +lib/libbasicflakes.so.16 lib/libbasicflakes.so.%%SHLIB_VER%% lib/libcalligrasheetscommon.so -lib/libcalligrasheetscommon.so.15 +lib/libcalligrasheetscommon.so.16 lib/libcalligrasheetscommon.so.%%SHLIB_VER%% lib/libcalligrasheetsodf.so -lib/libcalligrasheetsodf.so.15 +lib/libcalligrasheetsodf.so.16 lib/libcalligrasheetsodf.so.%%SHLIB_VER%% lib/libcalligrastageprivate.so -lib/libcalligrastageprivate.so.15 +lib/libcalligrastageprivate.so.16 lib/libcalligrastageprivate.so.%%SHLIB_VER%% lib/libflake.so -lib/libflake.so.15 +lib/libflake.so.16 lib/libflake.so.%%SHLIB_VER%% lib/libkarboncommon.so -lib/libkarboncommon.so.15 +lib/libkarboncommon.so.16 lib/libkarboncommon.so.%%SHLIB_VER%% lib/libkarbonui.so -lib/libkarbonui.so.15 +lib/libkarbonui.so.16 lib/libkarbonui.so.%%SHLIB_VER%% -lib/libkdeinit5_calligraplan.so -lib/libkdeinit5_calligraplanwork.so lib/libkdeinit5_calligrasheets.so lib/libkdeinit5_calligrawords.so lib/libkdeinit5_karbon.so lib/libkoformula.so -lib/libkoformula.so.15 +lib/libkoformula.so.16 lib/libkoformula.so.%%SHLIB_VER%% lib/libkomain.so -lib/libkomain.so.15 +lib/libkomain.so.16 lib/libkomain.so.%%SHLIB_VER%% lib/libkomsooxml.so -lib/libkomsooxml.so.15 +lib/libkomsooxml.so.16 lib/libkomsooxml.so.%%SHLIB_VER%% lib/libkoodf.so -lib/libkoodf.so.15 +lib/libkoodf.so.16 lib/libkoodf.so.%%SHLIB_VER%% lib/libkoodf2.so -lib/libkoodf2.so.15 +lib/libkoodf2.so.16 lib/libkoodf2.so.%%SHLIB_VER%% lib/libkoodfreader.so -lib/libkoodfreader.so.15 +lib/libkoodfreader.so.16 lib/libkoodfreader.so.%%SHLIB_VER%% +lib/libkookularGenerator_odp.so +lib/libkookularGenerator_odp.so.16 +lib/libkookularGenerator_odp.so.%%SHLIB_VER%% +lib/libkookularGenerator_odt.so +lib/libkookularGenerator_odt.so.16 +lib/libkookularGenerator_odt.so.%%SHLIB_VER%% lib/libkopageapp.so -lib/libkopageapp.so.15 +lib/libkopageapp.so.16 lib/libkopageapp.so.%%SHLIB_VER%% lib/libkoplugin.so -lib/libkoplugin.so.15 +lib/libkoplugin.so.16 lib/libkoplugin.so.%%SHLIB_VER%% lib/libkostore.so -lib/libkostore.so.15 +lib/libkostore.so.16 lib/libkostore.so.%%SHLIB_VER%% lib/libkotext.so -lib/libkotext.so.15 +lib/libkotext.so.16 lib/libkotext.so.%%SHLIB_VER%% lib/libkotextlayout.so -lib/libkotextlayout.so.15 +lib/libkotextlayout.so.16 lib/libkotextlayout.so.%%SHLIB_VER%% lib/libkovectorimage.so -lib/libkovectorimage.so.15 +lib/libkovectorimage.so.16 lib/libkovectorimage.so.%%SHLIB_VER%% lib/libkoversion.so -lib/libkoversion.so.15 +lib/libkoversion.so.16 lib/libkoversion.so.%%SHLIB_VER%% lib/libkowidgets.so -lib/libkowidgets.so.15 +lib/libkowidgets.so.16 lib/libkowidgets.so.%%SHLIB_VER%% lib/libkowidgetutils.so -lib/libkowidgetutils.so.15 +lib/libkowidgetutils.so.16 lib/libkowidgetutils.so.%%SHLIB_VER%% lib/libkowv2.so lib/libkowv2.so.9 lib/libkowv2.so.9.0.0 -lib/libkplatokernel.so -lib/libkplatokernel.so.15 -lib/libkplatokernel.so.%%SHLIB_VER%% -lib/libkplatomodels.so -lib/libkplatomodels.so.15 -lib/libkplatomodels.so.%%SHLIB_VER%% -lib/libkplatoui.so -lib/libkplatoui.so.15 -lib/libkplatoui.so.%%SHLIB_VER%% lib/libkundo2.so -lib/libkundo2.so.15 +lib/libkundo2.so.16 lib/libkundo2.so.%%SHLIB_VER%% lib/libpigmentcms.so -lib/libpigmentcms.so.15 +lib/libpigmentcms.so.16 lib/libpigmentcms.so.%%SHLIB_VER%% -lib/libplanprivate.so -lib/libplanprivate.so.15 -lib/libplanprivate.so.%%SHLIB_VER%% -lib/libplanworkfactory.so -lib/libplanworkfactory.so.15 -lib/libplanworkfactory.so.%%SHLIB_VER%% lib/libwordsprivate.so -lib/libwordsprivate.so.15 +lib/libwordsprivate.so.16 lib/libwordsprivate.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/calligra/deferred/calligra_shape_spreadsheet-deferred.so %%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_defaults.so %%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_stencils.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_applixspread2kspread.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_applixword2odt.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_ascii2words.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_csv2sheets.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_dbase2kspread.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_doc2odt.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_docx2odt.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_eps2svgai.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_gnumeric2sheets.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_html2ods.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon1x2karbon.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2image.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2svg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2wmf.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_key2odp.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_kpr2odp.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_kspread2tex.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2ascii.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2docx.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2epub2.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2html.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2mobi.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2wiki.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_opencalc2sheets.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_pdf2svg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_ppt2odp.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_pptx2odp.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_qpro2sheets.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_rtf2odt.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2csv.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2gnumeric.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2html.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2opencalc.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_svg2karbon.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_vsdx2odg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wmf2svg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpd2odt.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpg2odg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpg2svg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xfig2odg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xls2ods.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xlsx2ods.so -%%QT_PLUGINDIR%%/calligra/formatfilters/plankplatoimport.so %%QT_PLUGINDIR%%/calligra/pageapptools/kopabackgroundtool.so -%%QT_PLUGINDIR%%/calligra/parts/calligraplanpart.so %%QT_PLUGINDIR%%/calligra/parts/calligrasheetspart.so %%QT_PLUGINDIR%%/calligra/parts/calligrastagepart.so %%QT_PLUGINDIR%%/calligra/parts/calligrawordspart.so %%QT_PLUGINDIR%%/calligra/parts/karbonpart.so %%QT_PLUGINDIR%%/calligra/presentationeventactions/calligrastageeventactions.so %%QT_PLUGINDIR%%/calligra/shapefiltereffects/calligra_filtereffects.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_artistictext.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_chart.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_formula.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_music.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_paths.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_picture.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_plugin.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_spreadsheet.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_text.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_vector.so %%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_video.so %%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_autocorrect.so %%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_changecase.so %%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_spellcheck.so %%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_thesaurus.so %%QT_PLUGINDIR%%/calligra/textinlineobjects/calligra_textinlineobject_variables.so %%QT_PLUGINDIR%%/calligra/textinlineobjects/kprvariables.so %%QT_PLUGINDIR%%/calligra/tools/calligra_tool_basicflakes.so %%QT_PLUGINDIR%%/calligra/tools/calligra_tool_defaults.so %%QT_PLUGINDIR%%/calligra/tools/karbon_tools.so %%QT_PLUGINDIR%%/calligradocinfopropspage.so %%QT_PLUGINDIR%%/calligraimagethumbnail.so -%%QT_PLUGINDIR%%/calligraplan/schedulers/libplantjscheduler.so -%%QT_PLUGINDIR%%/calligraplanworkpart.so %%QT_PLUGINDIR%%/calligrasheets/extensions/sheetssolver.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadbitopsmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadconversionmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreaddatabasemodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreaddatetimemodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadengineeringmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadfinancialmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadinformationmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadlogicmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadmathmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadreferencemodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadstatisticalmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadtextmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadtrigonometrymodule.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_barwipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_clockwipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_edgewipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_fade.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_iriswipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_matrixwipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_slidewipe.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_spacerotation.so %%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_swapeffect.so %%QT_PLUGINDIR%%/calligrastage/shapeanimations/kpr_shapeanimation_example.so %%QT_PLUGINDIR%%/calligrastage/tools/calligrastagetoolanimation.so %%QT_PLUGINDIR%%/calligrathumbnail.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_flattenpath.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_refinepath.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_roundcorners.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_whirlpinch.so -%%QT_PLUGINDIR%%/kreport/planreport_textplugin.so -share/applications/calligra_filter_odt2docx.desktop -share/applications/org.kde.calligraplan.desktop -share/applications/org.kde.calligraplanwork.desktop +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_doc_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_docx_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odp_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odt_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_powerpoint_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_pptx_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_rtf_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_wpd_calligra.so +share/applications/okularApplication_doc_calligra.desktop +share/applications/okularApplication_docx_calligra.desktop +share/applications/okularApplication_odp_calligra.desktop +share/applications/okularApplication_odt_calligra.desktop +share/applications/okularApplication_powerpoint_calligra.desktop +share/applications/okularApplication_pptx_calligra.desktop +share/applications/okularApplication_rtf_calligra.desktop +share/applications/okularApplication_wpd_calligra.desktop share/applications/org.kde.calligrasheets.desktop share/applications/org.kde.calligrawords.desktop share/applications/org.kde.calligrawords_ascii.desktop share/applications/org.kde.karbon.desktop %%DATADIR%%/autocorrect/autocorrect.xml %%DATADIR%%/autocorrect/en_US.xml %%DATADIR%%/calligra_shell.rc %%DATADIR%%/cursors/cursor_connect.png %%DATADIR%%/cursors/cursor_rotate.png %%DATADIR%%/cursors/cursor_shear.png %%DATADIR%%/cursors/zoom_in_cursor.png %%DATADIR%%/cursors/zoom_out_cursor.png %%DATADIR%%/icons/hicolor/16x16/actions/abs.png %%DATADIR%%/icons/hicolor/16x16/actions/animation-stage.png %%DATADIR%%/icons/hicolor/16x16/actions/bevelled.png %%DATADIR%%/icons/hicolor/16x16/actions/borderpainter.png %%DATADIR%%/icons/hicolor/16x16/actions/brackets.png %%DATADIR%%/icons/hicolor/16x16/actions/curve-connector.png %%DATADIR%%/icons/hicolor/16x16/actions/enclosed.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-all.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-down.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-horizontal.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-left.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-right.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-up.png %%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-vertical.png %%DATADIR%%/icons/hicolor/16x16/actions/frac.png %%DATADIR%%/icons/hicolor/16x16/actions/gsub.png %%DATADIR%%/icons/hicolor/16x16/actions/gsubup.png %%DATADIR%%/icons/hicolor/16x16/actions/gsup.png %%DATADIR%%/icons/hicolor/16x16/actions/insert-page-break.png %%DATADIR%%/icons/hicolor/16x16/actions/int.png %%DATADIR%%/icons/hicolor/16x16/actions/lines-connector.png %%DATADIR%%/icons/hicolor/16x16/actions/lsub.png %%DATADIR%%/icons/hicolor/16x16/actions/lsup.png %%DATADIR%%/icons/hicolor/16x16/actions/matrix.png %%DATADIR%%/icons/hicolor/16x16/actions/multiline.png %%DATADIR%%/icons/hicolor/16x16/actions/onetwomatrix.png %%DATADIR%%/icons/hicolor/16x16/actions/over.png %%DATADIR%%/icons/hicolor/16x16/actions/paren.png %%DATADIR%%/icons/hicolor/16x16/actions/root.png %%DATADIR%%/icons/hicolor/16x16/actions/rsub.png %%DATADIR%%/icons/hicolor/16x16/actions/rsubup.png %%DATADIR%%/icons/hicolor/16x16/actions/rsup.png %%DATADIR%%/icons/hicolor/16x16/actions/snap-bounding-box.png %%DATADIR%%/icons/hicolor/16x16/actions/snap-extension.png %%DATADIR%%/icons/hicolor/16x16/actions/sqrt.png %%DATADIR%%/icons/hicolor/16x16/actions/standard-connector.png %%DATADIR%%/icons/hicolor/16x16/actions/straight-connector.png %%DATADIR%%/icons/hicolor/16x16/actions/table.png %%DATADIR%%/icons/hicolor/16x16/actions/under.png %%DATADIR%%/icons/hicolor/16x16/actions/vector.png %%DATADIR%%/icons/hicolor/22x22/actions/abs.png %%DATADIR%%/icons/hicolor/22x22/actions/artistictext-tool.png %%DATADIR%%/icons/hicolor/22x22/actions/backgroundtool.png %%DATADIR%%/icons/hicolor/22x22/actions/bevelled.png %%DATADIR%%/icons/hicolor/22x22/actions/brackets.png %%DATADIR%%/icons/hicolor/22x22/actions/calligraphy.png %%DATADIR%%/icons/hicolor/22x22/actions/callout-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/circular-arrow-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/createpath.png %%DATADIR%%/icons/hicolor/22x22/actions/cross-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/editpath.png %%DATADIR%%/icons/hicolor/22x22/actions/edittext.png %%DATADIR%%/icons/hicolor/22x22/actions/ellipse-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/enclosed.png %%DATADIR%%/icons/hicolor/22x22/actions/flower-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/format-break-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-connect-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-convert-to-path.png %%DATADIR%%/icons/hicolor/22x22/actions/format-disconnect-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-insert-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-join-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-node-curve.png %%DATADIR%%/icons/hicolor/22x22/actions/format-node-line.png %%DATADIR%%/icons/hicolor/22x22/actions/format-remove-node.png %%DATADIR%%/icons/hicolor/22x22/actions/format-segment-curve.png %%DATADIR%%/icons/hicolor/22x22/actions/format-segment-line.png %%DATADIR%%/icons/hicolor/22x22/actions/frac.png %%DATADIR%%/icons/hicolor/22x22/actions/gearhead-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/gradient.png %%DATADIR%%/icons/hicolor/22x22/actions/gsub.png %%DATADIR%%/icons/hicolor/22x22/actions/gsubup.png %%DATADIR%%/icons/hicolor/22x22/actions/gsup.png %%DATADIR%%/icons/hicolor/22x22/actions/hand.png %%DATADIR%%/icons/hicolor/22x22/actions/hexagon-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/inscol.png %%DATADIR%%/icons/hicolor/22x22/actions/insrow.png %%DATADIR%%/icons/hicolor/22x22/actions/int.png %%DATADIR%%/icons/hicolor/22x22/actions/lsub.png %%DATADIR%%/icons/hicolor/22x22/actions/lsup.png %%DATADIR%%/icons/hicolor/22x22/actions/matrix.png %%DATADIR%%/icons/hicolor/22x22/actions/multiline.png %%DATADIR%%/icons/hicolor/22x22/actions/music-cross.png %%DATADIR%%/icons/hicolor/22x22/actions/music-dottednote.png %%DATADIR%%/icons/hicolor/22x22/actions/music-doublecross.png %%DATADIR%%/icons/hicolor/22x22/actions/music-doubleflat.png %%DATADIR%%/icons/hicolor/22x22/actions/music-flat.png %%DATADIR%%/icons/hicolor/22x22/actions/music-natural.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-128th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-16th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-32nd.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-64th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-breve.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-eighth.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-half.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-quarter.png %%DATADIR%%/icons/hicolor/22x22/actions/music-note-whole.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-128th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-16th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-32nd.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-64th.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-breve.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-eighth.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-half.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-quarter.png %%DATADIR%%/icons/hicolor/22x22/actions/music-rest-whole.png %%DATADIR%%/icons/hicolor/22x22/actions/music-tiednote.png %%DATADIR%%/icons/hicolor/22x22/actions/node-type-cusp.png %%DATADIR%%/icons/hicolor/22x22/actions/node-type-smooth.png %%DATADIR%%/icons/hicolor/22x22/actions/node-type-symmetric.png %%DATADIR%%/icons/hicolor/22x22/actions/onetwomatrix.png %%DATADIR%%/icons/hicolor/22x22/actions/over.png %%DATADIR%%/icons/hicolor/22x22/actions/paren.png %%DATADIR%%/icons/hicolor/22x22/actions/pathshape.png %%DATADIR%%/icons/hicolor/22x22/actions/pattern.png %%DATADIR%%/icons/hicolor/22x22/actions/pentagon-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/rectangle-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/remcol.png %%DATADIR%%/icons/hicolor/22x22/actions/remrow.png %%DATADIR%%/icons/hicolor/22x22/actions/root.png %%DATADIR%%/icons/hicolor/22x22/actions/rsub.png %%DATADIR%%/icons/hicolor/22x22/actions/rsubup.png %%DATADIR%%/icons/hicolor/22x22/actions/rsup.png %%DATADIR%%/icons/hicolor/22x22/actions/select.png %%DATADIR%%/icons/hicolor/22x22/actions/smiley-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/spiral-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/spreadsheetshape.png %%DATADIR%%/icons/hicolor/22x22/actions/sqrt.png %%DATADIR%%/icons/hicolor/22x22/actions/star-shape.png %%DATADIR%%/icons/hicolor/22x22/actions/table.png %%DATADIR%%/icons/hicolor/22x22/actions/text-put-on-path.png %%DATADIR%%/icons/hicolor/22x22/actions/text-remove-from-path.png %%DATADIR%%/icons/hicolor/22x22/actions/tool-text.png %%DATADIR%%/icons/hicolor/22x22/actions/tool_cellformatting.png %%DATADIR%%/icons/hicolor/22x22/actions/tool_references.png %%DATADIR%%/icons/hicolor/22x22/actions/tool_review.png %%DATADIR%%/icons/hicolor/22x22/actions/under.png %%DATADIR%%/icons/hicolor/22x22/actions/vector.png %%DATADIR%%/icons/hicolor/22x22/actions/zoom-pixels.png %%DATADIR%%/icons/hicolor/24x24/actions/insert-page-break.png %%DATADIR%%/icons/hicolor/32x32/actions/abs.png %%DATADIR%%/icons/hicolor/32x32/actions/bevelled.png %%DATADIR%%/icons/hicolor/32x32/actions/brackets.png %%DATADIR%%/icons/hicolor/32x32/actions/enclosed.png %%DATADIR%%/icons/hicolor/32x32/actions/frac.png %%DATADIR%%/icons/hicolor/32x32/actions/gsub.png %%DATADIR%%/icons/hicolor/32x32/actions/gsubup.png %%DATADIR%%/icons/hicolor/32x32/actions/gsup.png %%DATADIR%%/icons/hicolor/32x32/actions/insert-endnote.png %%DATADIR%%/icons/hicolor/32x32/actions/insert-footnote.png %%DATADIR%%/icons/hicolor/32x32/actions/insert-page-break.png %%DATADIR%%/icons/hicolor/32x32/actions/insert-table-of-contents.png %%DATADIR%%/icons/hicolor/32x32/actions/int.png %%DATADIR%%/icons/hicolor/32x32/actions/lsub.png %%DATADIR%%/icons/hicolor/32x32/actions/lsup.png %%DATADIR%%/icons/hicolor/32x32/actions/matrix.png %%DATADIR%%/icons/hicolor/32x32/actions/multiline.png %%DATADIR%%/icons/hicolor/32x32/actions/onetwomatrix.png %%DATADIR%%/icons/hicolor/32x32/actions/over.png %%DATADIR%%/icons/hicolor/32x32/actions/paren.png %%DATADIR%%/icons/hicolor/32x32/actions/root.png %%DATADIR%%/icons/hicolor/32x32/actions/rsub.png %%DATADIR%%/icons/hicolor/32x32/actions/rsubup.png %%DATADIR%%/icons/hicolor/32x32/actions/rsup.png %%DATADIR%%/icons/hicolor/32x32/actions/shape-choose.png %%DATADIR%%/icons/hicolor/32x32/actions/spreadsheetshape.png %%DATADIR%%/icons/hicolor/32x32/actions/sqrt.png %%DATADIR%%/icons/hicolor/32x32/actions/table.png %%DATADIR%%/icons/hicolor/32x32/actions/tool_imageeffects.png %%DATADIR%%/icons/hicolor/32x32/actions/under.png %%DATADIR%%/icons/hicolor/32x32/actions/vector.png %%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-connection.png %%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-formula.png %%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-image.png %%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-text.png %%DATADIR%%/icons/hicolor/48x48/actions/table.png %%DATADIR%%/icons/hicolor/scalable/actions/artistictext-tool.svg %%DATADIR%%/icons/hicolor/scalable/actions/snap-bounding-box.svg %%DATADIR%%/icons/hicolor/scalable/actions/snap-extension.svg %%DATADIR%%/icons/hicolor/scalable/actions/table.svgz %%DATADIR%%/icons/hicolor/scalable/actions/text-put-on-path.svg %%DATADIR%%/icons/hicolor/scalable/actions/text-remove-from-path.svg %%DATADIR%%/palettes/concept-cookie.gpl %%DATADIR%%/palettes/default.gpl %%DATADIR%%/palettes/gradient.gpl %%DATADIR%%/palettes/marker.gpl %%DATADIR%%/palettes/pixelart-16.gpl %%DATADIR%%/palettes/pixelart-32.gpl %%DATADIR%%/palettes/ps.gpl %%DATADIR%%/palettes/swatch-cmyk.gpl %%DATADIR%%/palettes/swatch-colored-grey.gpl %%DATADIR%%/palettes/swatch-rgb.gpl %%DATADIR%%/palettes/swatche.gpl %%DATADIR%%/palettes/web.gpl %%DATADIR%%/pics/questionmark.png %%DATADIR%%/stencils/Assorted/arrow-chevron.desktop %%DATADIR%%/stencils/Assorted/arrow-chevron.odg %%DATADIR%%/stencils/Assorted/arrow-chevron.png %%DATADIR%%/stencils/Assorted/arrow-down.desktop %%DATADIR%%/stencils/Assorted/arrow-down.odg %%DATADIR%%/stencils/Assorted/arrow-down.png %%DATADIR%%/stencils/Assorted/arrow-left-notched.desktop %%DATADIR%%/stencils/Assorted/arrow-left-notched.odg %%DATADIR%%/stencils/Assorted/arrow-left-notched.png %%DATADIR%%/stencils/Assorted/arrow-left-right-up.desktop %%DATADIR%%/stencils/Assorted/arrow-left-right-up.odg %%DATADIR%%/stencils/Assorted/arrow-left-right-up.png %%DATADIR%%/stencils/Assorted/arrow-left-right.desktop %%DATADIR%%/stencils/Assorted/arrow-left-right.odg %%DATADIR%%/stencils/Assorted/arrow-left-right.png %%DATADIR%%/stencils/Assorted/arrow-left-up.desktop %%DATADIR%%/stencils/Assorted/arrow-left-up.odg %%DATADIR%%/stencils/Assorted/arrow-left-up.png %%DATADIR%%/stencils/Assorted/arrow-left.desktop %%DATADIR%%/stencils/Assorted/arrow-left.odg %%DATADIR%%/stencils/Assorted/arrow-left.png %%DATADIR%%/stencils/Assorted/arrow-pentagon.desktop %%DATADIR%%/stencils/Assorted/arrow-pentagon.odg %%DATADIR%%/stencils/Assorted/arrow-pentagon.png %%DATADIR%%/stencils/Assorted/arrow-quad.desktop %%DATADIR%%/stencils/Assorted/arrow-quad.odg %%DATADIR%%/stencils/Assorted/arrow-quad.png %%DATADIR%%/stencils/Assorted/arrow-right-notched.desktop %%DATADIR%%/stencils/Assorted/arrow-right-notched.odg %%DATADIR%%/stencils/Assorted/arrow-right-notched.png %%DATADIR%%/stencils/Assorted/arrow-right.desktop %%DATADIR%%/stencils/Assorted/arrow-right.odg %%DATADIR%%/stencils/Assorted/arrow-right.png %%DATADIR%%/stencils/Assorted/arrow-turn-up.desktop %%DATADIR%%/stencils/Assorted/arrow-turn-up.odg %%DATADIR%%/stencils/Assorted/arrow-turn-up.png %%DATADIR%%/stencils/Assorted/arrow-up-down-left.desktop %%DATADIR%%/stencils/Assorted/arrow-up-down-left.odg %%DATADIR%%/stencils/Assorted/arrow-up-down-left.png %%DATADIR%%/stencils/Assorted/arrow-up-down.desktop %%DATADIR%%/stencils/Assorted/arrow-up-down.odg %%DATADIR%%/stencils/Assorted/arrow-up-down.png %%DATADIR%%/stencils/Assorted/arrow-up.desktop %%DATADIR%%/stencils/Assorted/arrow-up.odg %%DATADIR%%/stencils/Assorted/arrow-up.png %%DATADIR%%/stencils/Assorted/circle-quarter.desktop %%DATADIR%%/stencils/Assorted/circle-quarter.odg %%DATADIR%%/stencils/Assorted/circle-quarter.png %%DATADIR%%/stencils/Assorted/circle.desktop %%DATADIR%%/stencils/Assorted/circle.odg %%DATADIR%%/stencils/Assorted/circle.png %%DATADIR%%/stencils/Assorted/collection.desktop %%DATADIR%%/stencils/Assorted/cross-maltese.desktop %%DATADIR%%/stencils/Assorted/cross-maltese.odg %%DATADIR%%/stencils/Assorted/cross-maltese.png %%DATADIR%%/stencils/Assorted/cross-swiss.desktop %%DATADIR%%/stencils/Assorted/cross-swiss.odg %%DATADIR%%/stencils/Assorted/cross-swiss.png %%DATADIR%%/stencils/Assorted/diamond.desktop %%DATADIR%%/stencils/Assorted/diamond.odg %%DATADIR%%/stencils/Assorted/diamond.png %%DATADIR%%/stencils/Assorted/heart.desktop %%DATADIR%%/stencils/Assorted/heart.odg %%DATADIR%%/stencils/Assorted/heart.png %%DATADIR%%/stencils/Assorted/heptagon.desktop %%DATADIR%%/stencils/Assorted/heptagon.odg %%DATADIR%%/stencils/Assorted/heptagon.png %%DATADIR%%/stencils/Assorted/hexagon.desktop %%DATADIR%%/stencils/Assorted/hexagon.odg %%DATADIR%%/stencils/Assorted/hexagon.png %%DATADIR%%/stencils/Assorted/moon-quarter.desktop %%DATADIR%%/stencils/Assorted/moon-quarter.odg %%DATADIR%%/stencils/Assorted/moon-quarter.png %%DATADIR%%/stencils/Assorted/octagon.desktop %%DATADIR%%/stencils/Assorted/octagon.odg %%DATADIR%%/stencils/Assorted/octagon.png %%DATADIR%%/stencils/Assorted/parallelogram-horizontal.desktop %%DATADIR%%/stencils/Assorted/parallelogram-horizontal.odg %%DATADIR%%/stencils/Assorted/parallelogram-horizontal.png %%DATADIR%%/stencils/Assorted/parallelogram-vertical.desktop %%DATADIR%%/stencils/Assorted/parallelogram-vertical.odg %%DATADIR%%/stencils/Assorted/parallelogram-vertical.png %%DATADIR%%/stencils/Assorted/pentagon.desktop %%DATADIR%%/stencils/Assorted/pentagon.odg %%DATADIR%%/stencils/Assorted/pentagon.png %%DATADIR%%/stencils/Assorted/square.desktop %%DATADIR%%/stencils/Assorted/square.odg %%DATADIR%%/stencils/Assorted/square.png %%DATADIR%%/stencils/Assorted/star4.desktop %%DATADIR%%/stencils/Assorted/star4.odg %%DATADIR%%/stencils/Assorted/star4.png %%DATADIR%%/stencils/Assorted/star4curved.desktop %%DATADIR%%/stencils/Assorted/star4curved.odg %%DATADIR%%/stencils/Assorted/star4curved.png %%DATADIR%%/stencils/Assorted/star5.desktop %%DATADIR%%/stencils/Assorted/star5.odg %%DATADIR%%/stencils/Assorted/star5.png %%DATADIR%%/stencils/Assorted/star6.desktop %%DATADIR%%/stencils/Assorted/star6.odg %%DATADIR%%/stencils/Assorted/star6.png %%DATADIR%%/stencils/Assorted/star7.desktop %%DATADIR%%/stencils/Assorted/star7.odg %%DATADIR%%/stencils/Assorted/star7.png %%DATADIR%%/stencils/Assorted/star8.desktop %%DATADIR%%/stencils/Assorted/star8.odg %%DATADIR%%/stencils/Assorted/star8.png %%DATADIR%%/stencils/Assorted/star8curved.desktop %%DATADIR%%/stencils/Assorted/star8curved.odg %%DATADIR%%/stencils/Assorted/star8curved.png %%DATADIR%%/stencils/Assorted/star8sharp.desktop %%DATADIR%%/stencils/Assorted/star8sharp.odg %%DATADIR%%/stencils/Assorted/star8sharp.png %%DATADIR%%/stencils/Assorted/sun.desktop %%DATADIR%%/stencils/Assorted/sun.odg %%DATADIR%%/stencils/Assorted/sun.png %%DATADIR%%/stencils/Assorted/trapezoid.desktop %%DATADIR%%/stencils/Assorted/trapezoid.odg %%DATADIR%%/stencils/Assorted/trapezoid.png %%DATADIR%%/stencils/Assorted/triangle-isoceles.desktop %%DATADIR%%/stencils/Assorted/triangle-isoceles.odg %%DATADIR%%/stencils/Assorted/triangle-isoceles.png %%DATADIR%%/stencils/Assorted/triangle-rightangle.desktop %%DATADIR%%/stencils/Assorted/triangle-rightangle.odg %%DATADIR%%/stencils/Assorted/triangle-rightangle.png %%DATADIR%%/stencils/BPMN/Activity-Looping.desktop %%DATADIR%%/stencils/BPMN/Activity-Looping.odg %%DATADIR%%/stencils/BPMN/Activity-Looping.png %%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.desktop %%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.odg %%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.png %%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.desktop %%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.odg %%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.png %%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.desktop %%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.odg %%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.png %%DATADIR%%/stencils/BPMN/Compensation.desktop %%DATADIR%%/stencils/BPMN/Compensation.odg %%DATADIR%%/stencils/BPMN/Compensation.png %%DATADIR%%/stencils/BPMN/Data-Object.desktop %%DATADIR%%/stencils/BPMN/Data-Object.odg %%DATADIR%%/stencils/BPMN/Data-Object.png %%DATADIR%%/stencils/BPMN/End-Event-Cancel.desktop %%DATADIR%%/stencils/BPMN/End-Event-Cancel.odg %%DATADIR%%/stencils/BPMN/End-Event-Cancel.png %%DATADIR%%/stencils/BPMN/End-Event-Compensation.desktop %%DATADIR%%/stencils/BPMN/End-Event-Compensation.odg %%DATADIR%%/stencils/BPMN/End-Event-Compensation.png %%DATADIR%%/stencils/BPMN/End-Event-Error.desktop %%DATADIR%%/stencils/BPMN/End-Event-Error.odg %%DATADIR%%/stencils/BPMN/End-Event-Error.png %%DATADIR%%/stencils/BPMN/End-Event-Link.desktop %%DATADIR%%/stencils/BPMN/End-Event-Link.odg %%DATADIR%%/stencils/BPMN/End-Event-Link.png %%DATADIR%%/stencils/BPMN/End-Event-Message.desktop %%DATADIR%%/stencils/BPMN/End-Event-Message.odg %%DATADIR%%/stencils/BPMN/End-Event-Message.png %%DATADIR%%/stencils/BPMN/End-Event-Multiple.desktop %%DATADIR%%/stencils/BPMN/End-Event-Multiple.odg %%DATADIR%%/stencils/BPMN/End-Event-Multiple.png %%DATADIR%%/stencils/BPMN/End-Event-Terminate.desktop %%DATADIR%%/stencils/BPMN/End-Event-Terminate.odg %%DATADIR%%/stencils/BPMN/End-Event-Terminate.png %%DATADIR%%/stencils/BPMN/End-Event.desktop %%DATADIR%%/stencils/BPMN/End-Event.odg %%DATADIR%%/stencils/BPMN/End-Event.png %%DATADIR%%/stencils/BPMN/Gateway-Complex.desktop %%DATADIR%%/stencils/BPMN/Gateway-Complex.odg %%DATADIR%%/stencils/BPMN/Gateway-Complex.png %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.desktop %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.odg %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.png %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.desktop %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.odg %%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.png %%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.desktop %%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.odg %%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.png %%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.desktop %%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.odg %%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.png %%DATADIR%%/stencils/BPMN/Gateway.desktop %%DATADIR%%/stencils/BPMN/Gateway.odg %%DATADIR%%/stencils/BPMN/Gateway.png %%DATADIR%%/stencils/BPMN/Group.desktop %%DATADIR%%/stencils/BPMN/Group.odg %%DATADIR%%/stencils/BPMN/Group.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.png %%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.png %%DATADIR%%/stencils/BPMN/Intermediate-Event.desktop %%DATADIR%%/stencils/BPMN/Intermediate-Event.odg %%DATADIR%%/stencils/BPMN/Intermediate-Event.png %%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.desktop %%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.odg %%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.png %%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.desktop %%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.odg %%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.png %%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.desktop %%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.odg %%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.png %%DATADIR%%/stencils/BPMN/Start-Event-Link.desktop %%DATADIR%%/stencils/BPMN/Start-Event-Link.odg %%DATADIR%%/stencils/BPMN/Start-Event-Link.png %%DATADIR%%/stencils/BPMN/Start-Event-Message.desktop %%DATADIR%%/stencils/BPMN/Start-Event-Message.odg %%DATADIR%%/stencils/BPMN/Start-Event-Message.png %%DATADIR%%/stencils/BPMN/Start-Event-Multiple.desktop %%DATADIR%%/stencils/BPMN/Start-Event-Multiple.odg %%DATADIR%%/stencils/BPMN/Start-Event-Multiple.png %%DATADIR%%/stencils/BPMN/Start-Event-Rule.desktop %%DATADIR%%/stencils/BPMN/Start-Event-Rule.odg %%DATADIR%%/stencils/BPMN/Start-Event-Rule.png %%DATADIR%%/stencils/BPMN/Start-Event-Timer.desktop %%DATADIR%%/stencils/BPMN/Start-Event-Timer.odg %%DATADIR%%/stencils/BPMN/Start-Event-Timer.png %%DATADIR%%/stencils/BPMN/Start-Event.desktop %%DATADIR%%/stencils/BPMN/Start-Event.odg %%DATADIR%%/stencils/BPMN/Start-Event.png %%DATADIR%%/stencils/BPMN/Task.desktop %%DATADIR%%/stencils/BPMN/Task.odg %%DATADIR%%/stencils/BPMN/Task.png %%DATADIR%%/stencils/BPMN/Text-Annotation.desktop %%DATADIR%%/stencils/BPMN/Text-Annotation.odg %%DATADIR%%/stencils/BPMN/Text-Annotation.png %%DATADIR%%/stencils/BPMN/Transaction.desktop %%DATADIR%%/stencils/BPMN/Transaction.odg %%DATADIR%%/stencils/BPMN/Transaction.png %%DATADIR%%/stencils/BPMN/collection.desktop %%DATADIR%%/stencils/Basic_Flowchart/card.desktop %%DATADIR%%/stencils/Basic_Flowchart/card.odg %%DATADIR%%/stencils/Basic_Flowchart/collection.desktop %%DATADIR%%/stencils/Basic_Flowchart/data.desktop %%DATADIR%%/stencils/Basic_Flowchart/data.odg %%DATADIR%%/stencils/Basic_Flowchart/database.desktop %%DATADIR%%/stencils/Basic_Flowchart/database.odg %%DATADIR%%/stencils/Basic_Flowchart/decision.desktop %%DATADIR%%/stencils/Basic_Flowchart/decision.odg %%DATADIR%%/stencils/Basic_Flowchart/delay.desktop %%DATADIR%%/stencils/Basic_Flowchart/delay.odg %%DATADIR%%/stencils/Basic_Flowchart/direct_data.desktop %%DATADIR%%/stencils/Basic_Flowchart/direct_data.odg %%DATADIR%%/stencils/Basic_Flowchart/display.desktop %%DATADIR%%/stencils/Basic_Flowchart/display.odg %%DATADIR%%/stencils/Basic_Flowchart/document.desktop %%DATADIR%%/stencils/Basic_Flowchart/document.odg %%DATADIR%%/stencils/Basic_Flowchart/internal_storage.desktop %%DATADIR%%/stencils/Basic_Flowchart/internal_storage.odg %%DATADIR%%/stencils/Basic_Flowchart/loop_limit.desktop %%DATADIR%%/stencils/Basic_Flowchart/loop_limit.odg %%DATADIR%%/stencils/Basic_Flowchart/manual_input.desktop %%DATADIR%%/stencils/Basic_Flowchart/manual_input.odg %%DATADIR%%/stencils/Basic_Flowchart/manual_operation.desktop %%DATADIR%%/stencils/Basic_Flowchart/manual_operation.odg %%DATADIR%%/stencils/Basic_Flowchart/off-page_reference.desktop %%DATADIR%%/stencils/Basic_Flowchart/off-page_reference.odg %%DATADIR%%/stencils/Basic_Flowchart/paper_tape.desktop %%DATADIR%%/stencils/Basic_Flowchart/paper_tape.odg %%DATADIR%%/stencils/Basic_Flowchart/parallel_mode.desktop %%DATADIR%%/stencils/Basic_Flowchart/parallel_mode.odg %%DATADIR%%/stencils/Basic_Flowchart/predefined_process.desktop %%DATADIR%%/stencils/Basic_Flowchart/predefined_process.odg %%DATADIR%%/stencils/Basic_Flowchart/preparation.desktop %%DATADIR%%/stencils/Basic_Flowchart/preparation.odg %%DATADIR%%/stencils/Basic_Flowchart/process.desktop %%DATADIR%%/stencils/Basic_Flowchart/process.odg %%DATADIR%%/stencils/Basic_Flowchart/sequential_data.desktop %%DATADIR%%/stencils/Basic_Flowchart/sequential_data.odg %%DATADIR%%/stencils/Basic_Flowchart/start_1.desktop %%DATADIR%%/stencils/Basic_Flowchart/start_1.odg %%DATADIR%%/stencils/Basic_Flowchart/start_2.desktop %%DATADIR%%/stencils/Basic_Flowchart/start_2.odg %%DATADIR%%/stencils/Basic_Flowchart/stored_data.desktop %%DATADIR%%/stencils/Basic_Flowchart/stored_data.odg %%DATADIR%%/stencils/Basic_Flowchart/terminator.desktop %%DATADIR%%/stencils/Basic_Flowchart/terminator.odg %%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.desktop %%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.odg %%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.png %%DATADIR%%/stencils/Building_Site/collection.desktop %%DATADIR%%/stencils/Building_Site/concrete_mixer.desktop %%DATADIR%%/stencils/Building_Site/concrete_mixer.odg %%DATADIR%%/stencils/Building_Site/concrete_mixer.png %%DATADIR%%/stencils/Building_Site/fence_horizontal.desktop %%DATADIR%%/stencils/Building_Site/fence_horizontal.odg %%DATADIR%%/stencils/Building_Site/fence_horizontal.png %%DATADIR%%/stencils/Building_Site/fence_vertical.desktop %%DATADIR%%/stencils/Building_Site/fence_vertical.odg %%DATADIR%%/stencils/Building_Site/fence_vertical.png %%DATADIR%%/stencils/Building_Site/pre_silo.desktop %%DATADIR%%/stencils/Building_Site/pre_silo.odg %%DATADIR%%/stencils/Building_Site/pre_silo.png %%DATADIR%%/stencils/Building_Site/proportioning_batcher.desktop %%DATADIR%%/stencils/Building_Site/proportioning_batcher.odg %%DATADIR%%/stencils/Building_Site/proportioning_batcher.png %%DATADIR%%/stencils/Building_Site/road_crossroads.desktop %%DATADIR%%/stencils/Building_Site/road_crossroads.odg %%DATADIR%%/stencils/Building_Site/road_crossroads.png %%DATADIR%%/stencils/Building_Site/road_horizontal.desktop %%DATADIR%%/stencils/Building_Site/road_horizontal.odg %%DATADIR%%/stencils/Building_Site/road_horizontal.png %%DATADIR%%/stencils/Building_Site/road_rotated_tee.desktop %%DATADIR%%/stencils/Building_Site/road_rotated_tee.odg %%DATADIR%%/stencils/Building_Site/road_rotated_tee.png %%DATADIR%%/stencils/Building_Site/road_tee.desktop %%DATADIR%%/stencils/Building_Site/road_tee.odg %%DATADIR%%/stencils/Building_Site/road_tee.png %%DATADIR%%/stencils/Building_Site/road_turn.desktop %%DATADIR%%/stencils/Building_Site/road_turn.odg %%DATADIR%%/stencils/Building_Site/road_turn.png %%DATADIR%%/stencils/Building_Site/road_vertical.desktop %%DATADIR%%/stencils/Building_Site/road_vertical.odg %%DATADIR%%/stencils/Building_Site/road_vertical.png %%DATADIR%%/stencils/Building_Site/slope_horizontal.desktop %%DATADIR%%/stencils/Building_Site/slope_horizontal.odg %%DATADIR%%/stencils/Building_Site/slope_horizontal.png %%DATADIR%%/stencils/Building_Site/slope_vertical.desktop %%DATADIR%%/stencils/Building_Site/slope_vertical.odg %%DATADIR%%/stencils/Building_Site/slope_vertical.png %%DATADIR%%/stencils/Building_Site/wall_horizontal.desktop %%DATADIR%%/stencils/Building_Site/wall_horizontal.odg %%DATADIR%%/stencils/Building_Site/wall_horizontal.png %%DATADIR%%/stencils/Building_Site/wall_vertical.desktop %%DATADIR%%/stencils/Building_Site/wall_vertical.odg %%DATADIR%%/stencils/Building_Site/wall_vertical.png %%DATADIR%%/stencils/CMOS/collection.desktop %%DATADIR%%/stencils/CMOS/gnd_h.desktop %%DATADIR%%/stencils/CMOS/gnd_h.odg %%DATADIR%%/stencils/CMOS/gnd_h.png %%DATADIR%%/stencils/CMOS/gnd_v.desktop %%DATADIR%%/stencils/CMOS/gnd_v.odg %%DATADIR%%/stencils/CMOS/gnd_v.png %%DATADIR%%/stencils/CMOS/nmos_h.desktop %%DATADIR%%/stencils/CMOS/nmos_h.odg %%DATADIR%%/stencils/CMOS/nmos_h.png %%DATADIR%%/stencils/CMOS/nmos_v.desktop %%DATADIR%%/stencils/CMOS/nmos_v.odg %%DATADIR%%/stencils/CMOS/nmos_v.png %%DATADIR%%/stencils/CMOS/pmos_h.desktop %%DATADIR%%/stencils/CMOS/pmos_h.odg %%DATADIR%%/stencils/CMOS/pmos_h.png %%DATADIR%%/stencils/CMOS/pmos_v.desktop %%DATADIR%%/stencils/CMOS/pmos_v.odg %%DATADIR%%/stencils/CMOS/pmos_v.png %%DATADIR%%/stencils/CMOS/vdd_h.desktop %%DATADIR%%/stencils/CMOS/vdd_h.odg %%DATADIR%%/stencils/CMOS/vdd_h.png %%DATADIR%%/stencils/CMOS/vdd_v.desktop %%DATADIR%%/stencils/CMOS/vdd_v.odg %%DATADIR%%/stencils/CMOS/vdd_v.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.png %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.desktop %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.odg %%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.png %%DATADIR%%/stencils/Central_Data_Processing/Litter.desktop %%DATADIR%%/stencils/Central_Data_Processing/Litter.odg %%DATADIR%%/stencils/Central_Data_Processing/Litter.png %%DATADIR%%/stencils/Central_Data_Processing/Modem.desktop %%DATADIR%%/stencils/Central_Data_Processing/Modem.odg %%DATADIR%%/stencils/Central_Data_Processing/Modem.png %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.odg %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.png %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.odg %%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.png %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.odg %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.png %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.odg %%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.png %%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.odg %%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.png %%DATADIR%%/stencils/Central_Data_Processing/Router.desktop %%DATADIR%%/stencils/Central_Data_Processing/Router.odg %%DATADIR%%/stencils/Central_Data_Processing/Router.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.png %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.desktop %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.odg %%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.png %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.desktop %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.odg %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.png %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.desktop %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.odg %%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.png %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.odg %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.png %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.odg %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.png %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.odg %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.png %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.odg %%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.png %%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.desktop %%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.odg %%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.png %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.odg %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.png %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.desktop %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.odg %%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.png %%DATADIR%%/stencils/Central_Data_Processing/collection.desktop %%DATADIR%%/stencils/ChemEng/ACgen.desktop %%DATADIR%%/stencils/ChemEng/ACgen.odg %%DATADIR%%/stencils/ChemEng/ACgen.png %%DATADIR%%/stencils/ChemEng/SaT-fixedtube.desktop %%DATADIR%%/stencils/ChemEng/SaT-fixedtube.odg %%DATADIR%%/stencils/ChemEng/SaT-fixedtube.png %%DATADIR%%/stencils/ChemEng/SaT-floatinghead.desktop %%DATADIR%%/stencils/ChemEng/SaT-floatinghead.odg %%DATADIR%%/stencils/ChemEng/SaT-floatinghead.png %%DATADIR%%/stencils/ChemEng/aircooler.desktop %%DATADIR%%/stencils/ChemEng/aircooler.odg %%DATADIR%%/stencils/ChemEng/aircooler.png %%DATADIR%%/stencils/ChemEng/airforced.desktop %%DATADIR%%/stencils/ChemEng/airforced.odg %%DATADIR%%/stencils/ChemEng/airforced.png %%DATADIR%%/stencils/ChemEng/airinduced.desktop %%DATADIR%%/stencils/ChemEng/airinduced.odg %%DATADIR%%/stencils/ChemEng/airinduced.png %%DATADIR%%/stencils/ChemEng/autoclave.desktop %%DATADIR%%/stencils/ChemEng/autoclave.odg %%DATADIR%%/stencils/ChemEng/autoclave.png %%DATADIR%%/stencils/ChemEng/bigtraycol.desktop %%DATADIR%%/stencils/ChemEng/bigtraycol.odg %%DATADIR%%/stencils/ChemEng/bigtraycol.png %%DATADIR%%/stencils/ChemEng/centrifuge.desktop %%DATADIR%%/stencils/ChemEng/centrifuge.odg %%DATADIR%%/stencils/ChemEng/centrifuge.png %%DATADIR%%/stencils/ChemEng/coil.desktop %%DATADIR%%/stencils/ChemEng/coil.odg %%DATADIR%%/stencils/ChemEng/coil.png %%DATADIR%%/stencils/ChemEng/coilv.desktop %%DATADIR%%/stencils/ChemEng/coilv.odg %%DATADIR%%/stencils/ChemEng/coilv.png %%DATADIR%%/stencils/ChemEng/collection.desktop %%DATADIR%%/stencils/ChemEng/compr.desktop %%DATADIR%%/stencils/ChemEng/compr.odg %%DATADIR%%/stencils/ChemEng/compr.png %%DATADIR%%/stencils/ChemEng/coveredtank.desktop %%DATADIR%%/stencils/ChemEng/coveredtank.odg %%DATADIR%%/stencils/ChemEng/coveredtank.png %%DATADIR%%/stencils/ChemEng/cyclone.desktop %%DATADIR%%/stencils/ChemEng/cyclone.odg %%DATADIR%%/stencils/ChemEng/cyclone.png %%DATADIR%%/stencils/ChemEng/displa.desktop %%DATADIR%%/stencils/ChemEng/displa.odg %%DATADIR%%/stencils/ChemEng/displa.png %%DATADIR%%/stencils/ChemEng/doublepipe.desktop %%DATADIR%%/stencils/ChemEng/doublepipe.odg %%DATADIR%%/stencils/ChemEng/doublepipe.png %%DATADIR%%/stencils/ChemEng/ejector.desktop %%DATADIR%%/stencils/ChemEng/ejector.odg %%DATADIR%%/stencils/ChemEng/ejector.png %%DATADIR%%/stencils/ChemEng/fan.desktop %%DATADIR%%/stencils/ChemEng/fan.odg %%DATADIR%%/stencils/ChemEng/fan.png %%DATADIR%%/stencils/ChemEng/filter.desktop %%DATADIR%%/stencils/ChemEng/filter.odg %%DATADIR%%/stencils/ChemEng/filter.png %%DATADIR%%/stencils/ChemEng/fixedroof.desktop %%DATADIR%%/stencils/ChemEng/fixedroof.odg %%DATADIR%%/stencils/ChemEng/fixedroof.png %%DATADIR%%/stencils/ChemEng/floatingroof.desktop %%DATADIR%%/stencils/ChemEng/floatingroof.odg %%DATADIR%%/stencils/ChemEng/floatingroof.png %%DATADIR%%/stencils/ChemEng/flowfan.desktop %%DATADIR%%/stencils/ChemEng/flowfan.odg %%DATADIR%%/stencils/ChemEng/flowfan.png %%DATADIR%%/stencils/ChemEng/fluidcont.desktop %%DATADIR%%/stencils/ChemEng/fluidcont.odg %%DATADIR%%/stencils/ChemEng/fluidcont.png %%DATADIR%%/stencils/ChemEng/furnace.desktop %%DATADIR%%/stencils/ChemEng/furnace.odg %%DATADIR%%/stencils/ChemEng/furnace.png %%DATADIR%%/stencils/ChemEng/gasholder.desktop %%DATADIR%%/stencils/ChemEng/gasholder.odg %%DATADIR%%/stencils/ChemEng/gasholder.png %%DATADIR%%/stencils/ChemEng/hx.desktop %%DATADIR%%/stencils/ChemEng/hx.odg %%DATADIR%%/stencils/ChemEng/hx.png %%DATADIR%%/stencils/ChemEng/hxv.desktop %%DATADIR%%/stencils/ChemEng/hxv.odg %%DATADIR%%/stencils/ChemEng/hxv.png %%DATADIR%%/stencils/ChemEng/kettle.desktop %%DATADIR%%/stencils/ChemEng/kettle.odg %%DATADIR%%/stencils/ChemEng/kettle.png %%DATADIR%%/stencils/ChemEng/knockout.desktop %%DATADIR%%/stencils/ChemEng/knockout.odg %%DATADIR%%/stencils/ChemEng/knockout.png %%DATADIR%%/stencils/ChemEng/measure.desktop %%DATADIR%%/stencils/ChemEng/measure.odg %%DATADIR%%/stencils/ChemEng/measure.png %%DATADIR%%/stencils/ChemEng/mixer.desktop %%DATADIR%%/stencils/ChemEng/mixer.odg %%DATADIR%%/stencils/ChemEng/mixer.png %%DATADIR%%/stencils/ChemEng/plate.desktop %%DATADIR%%/stencils/ChemEng/plate.odg %%DATADIR%%/stencils/ChemEng/plate.png %%DATADIR%%/stencils/ChemEng/pneum.desktop %%DATADIR%%/stencils/ChemEng/pneum.odg %%DATADIR%%/stencils/ChemEng/pneum.png %%DATADIR%%/stencils/ChemEng/pneumv.desktop %%DATADIR%%/stencils/ChemEng/pneumv.odg %%DATADIR%%/stencils/ChemEng/pneumv.png %%DATADIR%%/stencils/ChemEng/pnuemv.desktop %%DATADIR%%/stencils/ChemEng/pnuemv.odg %%DATADIR%%/stencils/ChemEng/pnuemv.png %%DATADIR%%/stencils/ChemEng/pump.desktop %%DATADIR%%/stencils/ChemEng/pump.odg %%DATADIR%%/stencils/ChemEng/pump.png %%DATADIR%%/stencils/ChemEng/reactor.desktop %%DATADIR%%/stencils/ChemEng/reactor.odg %%DATADIR%%/stencils/ChemEng/reactor.png %%DATADIR%%/stencils/ChemEng/recipr.desktop %%DATADIR%%/stencils/ChemEng/recipr.odg %%DATADIR%%/stencils/ChemEng/recipr.png %%DATADIR%%/stencils/ChemEng/regval.desktop %%DATADIR%%/stencils/ChemEng/regval.odg %%DATADIR%%/stencils/ChemEng/regval.png %%DATADIR%%/stencils/ChemEng/regvalv.desktop %%DATADIR%%/stencils/ChemEng/regvalv.odg %%DATADIR%%/stencils/ChemEng/regvalv.png %%DATADIR%%/stencils/ChemEng/sealedtank.desktop %%DATADIR%%/stencils/ChemEng/sealedtank.odg %%DATADIR%%/stencils/ChemEng/sealedtank.png %%DATADIR%%/stencils/ChemEng/settling.desktop %%DATADIR%%/stencils/ChemEng/settling.odg %%DATADIR%%/stencils/ChemEng/settling.png %%DATADIR%%/stencils/ChemEng/spray.desktop %%DATADIR%%/stencils/ChemEng/spray.odg %%DATADIR%%/stencils/ChemEng/spray.png %%DATADIR%%/stencils/ChemEng/spraydrier.desktop %%DATADIR%%/stencils/ChemEng/spraydrier.odg %%DATADIR%%/stencils/ChemEng/spraydrier.png %%DATADIR%%/stencils/ChemEng/storagesphere.desktop %%DATADIR%%/stencils/ChemEng/storagesphere.odg %%DATADIR%%/stencils/ChemEng/storagesphere.png %%DATADIR%%/stencils/ChemEng/tank.desktop %%DATADIR%%/stencils/ChemEng/tank.odg %%DATADIR%%/stencils/ChemEng/tank.png %%DATADIR%%/stencils/ChemEng/traycol.desktop %%DATADIR%%/stencils/ChemEng/traycol.odg %%DATADIR%%/stencils/ChemEng/traycol.png %%DATADIR%%/stencils/ChemEng/val.desktop %%DATADIR%%/stencils/ChemEng/val.odg %%DATADIR%%/stencils/ChemEng/val.png %%DATADIR%%/stencils/ChemEng/valv.desktop %%DATADIR%%/stencils/ChemEng/valv.odg %%DATADIR%%/stencils/ChemEng/valv.png %%DATADIR%%/stencils/ChemEng/vessel.desktop %%DATADIR%%/stencils/ChemEng/vessel.odg %%DATADIR%%/stencils/ChemEng/vessel.png %%DATADIR%%/stencils/ChemEng/wcool.desktop %%DATADIR%%/stencils/ChemEng/wcool.odg %%DATADIR%%/stencils/ChemEng/wcool.png %%DATADIR%%/stencils/ChemEng/wcoolv.desktop %%DATADIR%%/stencils/ChemEng/wcoolv.odg %%DATADIR%%/stencils/ChemEng/wcoolv.png %%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.desktop %%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.odg %%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.png %%DATADIR%%/stencils/Chemistry_Lab/beaker.desktop %%DATADIR%%/stencils/Chemistry_Lab/beaker.odg %%DATADIR%%/stencils/Chemistry_Lab/beaker.png %%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.desktop %%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.odg %%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.png %%DATADIR%%/stencils/Chemistry_Lab/burette.desktop %%DATADIR%%/stencils/Chemistry_Lab/burette.odg %%DATADIR%%/stencils/Chemistry_Lab/burette.png %%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.desktop %%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.odg %%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.png %%DATADIR%%/stencils/Chemistry_Lab/clamp-front.desktop %%DATADIR%%/stencils/Chemistry_Lab/clamp-front.odg %%DATADIR%%/stencils/Chemistry_Lab/clamp-front.png %%DATADIR%%/stencils/Chemistry_Lab/clamp-large.desktop %%DATADIR%%/stencils/Chemistry_Lab/clamp-large.odg %%DATADIR%%/stencils/Chemistry_Lab/clamp-large.png %%DATADIR%%/stencils/Chemistry_Lab/clamp.desktop %%DATADIR%%/stencils/Chemistry_Lab/clamp.odg %%DATADIR%%/stencils/Chemistry_Lab/clamp.png %%DATADIR%%/stencils/Chemistry_Lab/collection.desktop %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.desktop %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.odg %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.png %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.desktop %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.odg %%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.png %%DATADIR%%/stencils/Chemistry_Lab/column-reflux.desktop %%DATADIR%%/stencils/Chemistry_Lab/column-reflux.odg %%DATADIR%%/stencils/Chemistry_Lab/column-reflux.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-black.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-black.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-black.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-green.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-green.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-green.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.png %%DATADIR%%/stencils/Chemistry_Lab/condenser-red.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser-red.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser-red.png %%DATADIR%%/stencils/Chemistry_Lab/condenser.desktop %%DATADIR%%/stencils/Chemistry_Lab/condenser.odg %%DATADIR%%/stencils/Chemistry_Lab/condenser.png %%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.desktop %%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.odg %%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.png %%DATADIR%%/stencils/Chemistry_Lab/funnel.desktop %%DATADIR%%/stencils/Chemistry_Lab/funnel.odg %%DATADIR%%/stencils/Chemistry_Lab/funnel.png %%DATADIR%%/stencils/Chemistry_Lab/gooseneck.desktop %%DATADIR%%/stencils/Chemistry_Lab/gooseneck.odg %%DATADIR%%/stencils/Chemistry_Lab/gooseneck.png %%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.desktop %%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.odg %%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.png %%DATADIR%%/stencils/Chemistry_Lab/lab-stand.desktop %%DATADIR%%/stencils/Chemistry_Lab/lab-stand.odg %%DATADIR%%/stencils/Chemistry_Lab/lab-stand.png %%DATADIR%%/stencils/Chemistry_Lab/ring-front.desktop %%DATADIR%%/stencils/Chemistry_Lab/ring-front.odg %%DATADIR%%/stencils/Chemistry_Lab/ring-front.png %%DATADIR%%/stencils/Chemistry_Lab/ring.desktop %%DATADIR%%/stencils/Chemistry_Lab/ring.odg %%DATADIR%%/stencils/Chemistry_Lab/ring.png %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.desktop %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.odg %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.png %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.desktop %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.odg %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.png %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.desktop %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.odg %%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.png %%DATADIR%%/stencils/Chemistry_Lab/stirbar.desktop %%DATADIR%%/stencils/Chemistry_Lab/stirbar.odg %%DATADIR%%/stencils/Chemistry_Lab/stirbar.png %%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.desktop %%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.odg %%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.png %%DATADIR%%/stencils/Chemistry_Lab/stirplate.desktop %%DATADIR%%/stencils/Chemistry_Lab/stirplate.odg %%DATADIR%%/stencils/Chemistry_Lab/stirplate.png %%DATADIR%%/stencils/Circuit/collection.desktop %%DATADIR%%/stencils/Circuit/ground.desktop %%DATADIR%%/stencils/Circuit/ground.odg %%DATADIR%%/stencils/Circuit/ground.png %%DATADIR%%/stencils/Circuit/hcapacitor.desktop %%DATADIR%%/stencils/Circuit/hcapacitor.odg %%DATADIR%%/stencils/Circuit/hcapacitor.png %%DATADIR%%/stencils/Circuit/hdiode.desktop %%DATADIR%%/stencils/Circuit/hdiode.odg %%DATADIR%%/stencils/Circuit/hdiode.png %%DATADIR%%/stencils/Circuit/hfuse_de.desktop %%DATADIR%%/stencils/Circuit/hfuse_de.odg %%DATADIR%%/stencils/Circuit/hfuse_de.png %%DATADIR%%/stencils/Circuit/hinductor.desktop %%DATADIR%%/stencils/Circuit/hinductor.odg %%DATADIR%%/stencils/Circuit/hinductor.png %%DATADIR%%/stencils/Circuit/hinductor_de.desktop %%DATADIR%%/stencils/Circuit/hinductor_de.odg %%DATADIR%%/stencils/Circuit/hinductor_de.png %%DATADIR%%/stencils/Circuit/hjumper.desktop %%DATADIR%%/stencils/Circuit/hjumper.odg %%DATADIR%%/stencils/Circuit/hjumper.png %%DATADIR%%/stencils/Circuit/hled_de.desktop %%DATADIR%%/stencils/Circuit/hled_de.odg %%DATADIR%%/stencils/Circuit/hled_de.png %%DATADIR%%/stencils/Circuit/hpowersource_de.desktop %%DATADIR%%/stencils/Circuit/hpowersource_de.odg %%DATADIR%%/stencils/Circuit/hpowersource_de.png %%DATADIR%%/stencils/Circuit/hresistor.desktop %%DATADIR%%/stencils/Circuit/hresistor.odg %%DATADIR%%/stencils/Circuit/hresistor.png %%DATADIR%%/stencils/Circuit/hresistor_de.desktop %%DATADIR%%/stencils/Circuit/hresistor_de.odg %%DATADIR%%/stencils/Circuit/hresistor_de.png %%DATADIR%%/stencils/Circuit/hzener.desktop %%DATADIR%%/stencils/Circuit/hzener.odg %%DATADIR%%/stencils/Circuit/hzener.png %%DATADIR%%/stencils/Circuit/lamp_de.desktop %%DATADIR%%/stencils/Circuit/lamp_de.odg %%DATADIR%%/stencils/Circuit/lamp_de.png %%DATADIR%%/stencils/Circuit/microphone_de.desktop %%DATADIR%%/stencils/Circuit/microphone_de.odg %%DATADIR%%/stencils/Circuit/microphone_de.png %%DATADIR%%/stencils/Circuit/nmos_de.desktop %%DATADIR%%/stencils/Circuit/nmos_de.odg %%DATADIR%%/stencils/Circuit/nmos_de.png %%DATADIR%%/stencils/Circuit/npn.desktop %%DATADIR%%/stencils/Circuit/npn.odg %%DATADIR%%/stencils/Circuit/npn.png %%DATADIR%%/stencils/Circuit/opamp.desktop %%DATADIR%%/stencils/Circuit/opamp.odg %%DATADIR%%/stencils/Circuit/opamp.png %%DATADIR%%/stencils/Circuit/pmos_de.desktop %%DATADIR%%/stencils/Circuit/pmos_de.odg %%DATADIR%%/stencils/Circuit/pmos_de.png %%DATADIR%%/stencils/Circuit/pnp.desktop %%DATADIR%%/stencils/Circuit/pnp.odg %%DATADIR%%/stencils/Circuit/pnp.png %%DATADIR%%/stencils/Circuit/speaker_de.desktop %%DATADIR%%/stencils/Circuit/speaker_de.odg %%DATADIR%%/stencils/Circuit/speaker_de.png %%DATADIR%%/stencils/Circuit/vcapacitor.desktop %%DATADIR%%/stencils/Circuit/vcapacitor.odg %%DATADIR%%/stencils/Circuit/vcapacitor.png %%DATADIR%%/stencils/Circuit/vdiode.desktop %%DATADIR%%/stencils/Circuit/vdiode.odg %%DATADIR%%/stencils/Circuit/vdiode.png %%DATADIR%%/stencils/Circuit/vfuse_de.desktop %%DATADIR%%/stencils/Circuit/vfuse_de.odg %%DATADIR%%/stencils/Circuit/vfuse_de.png %%DATADIR%%/stencils/Circuit/vinductor.desktop %%DATADIR%%/stencils/Circuit/vinductor.odg %%DATADIR%%/stencils/Circuit/vinductor.png %%DATADIR%%/stencils/Circuit/vinductor_de.desktop %%DATADIR%%/stencils/Circuit/vinductor_de.odg %%DATADIR%%/stencils/Circuit/vinductor_de.png %%DATADIR%%/stencils/Circuit/vled_de.desktop %%DATADIR%%/stencils/Circuit/vled_de.odg %%DATADIR%%/stencils/Circuit/vled_de.png %%DATADIR%%/stencils/Circuit/vpowersource_de.desktop %%DATADIR%%/stencils/Circuit/vpowersource_de.odg %%DATADIR%%/stencils/Circuit/vpowersource_de.png %%DATADIR%%/stencils/Circuit/vresistor.desktop %%DATADIR%%/stencils/Circuit/vresistor.odg %%DATADIR%%/stencils/Circuit/vresistor.png %%DATADIR%%/stencils/Circuit/vresistor_de.desktop %%DATADIR%%/stencils/Circuit/vresistor_de.odg %%DATADIR%%/stencils/Circuit/vresistor_de.png %%DATADIR%%/stencils/Circuit/vzener.desktop %%DATADIR%%/stencils/Circuit/vzener.odg %%DATADIR%%/stencils/Circuit/vzener.png %%DATADIR%%/stencils/Circuit2/collection.desktop %%DATADIR%%/stencils/Circuit2/dcapacitor.desktop %%DATADIR%%/stencils/Circuit2/dcapacitor.odg %%DATADIR%%/stencils/Circuit2/dcapacitor.png %%DATADIR%%/stencils/Circuit2/ddiode.desktop %%DATADIR%%/stencils/Circuit2/ddiode.odg %%DATADIR%%/stencils/Circuit2/ddiode.png %%DATADIR%%/stencils/Circuit2/dinductor.desktop %%DATADIR%%/stencils/Circuit2/dinductor.odg %%DATADIR%%/stencils/Circuit2/dinductor.png %%DATADIR%%/stencils/Circuit2/dinductor_de.desktop %%DATADIR%%/stencils/Circuit2/dinductor_de.odg %%DATADIR%%/stencils/Circuit2/dinductor_de.png %%DATADIR%%/stencils/Circuit2/dled_de.desktop %%DATADIR%%/stencils/Circuit2/dled_de.odg %%DATADIR%%/stencils/Circuit2/dled_de.png %%DATADIR%%/stencils/Circuit2/dpcapacitor.desktop %%DATADIR%%/stencils/Circuit2/dpcapacitor.odg %%DATADIR%%/stencils/Circuit2/dpcapacitor.png %%DATADIR%%/stencils/Circuit2/dresistor.desktop %%DATADIR%%/stencils/Circuit2/dresistor.odg %%DATADIR%%/stencils/Circuit2/dresistor.png %%DATADIR%%/stencils/Circuit2/dresistor_de.desktop %%DATADIR%%/stencils/Circuit2/dresistor_de.odg %%DATADIR%%/stencils/Circuit2/dresistor_de.png %%DATADIR%%/stencils/Circuit2/dzener.desktop %%DATADIR%%/stencils/Circuit2/dzener.odg %%DATADIR%%/stencils/Circuit2/dzener.png %%DATADIR%%/stencils/Circuit2/hammeter.desktop %%DATADIR%%/stencils/Circuit2/hammeter.odg %%DATADIR%%/stencils/Circuit2/hammeter.png %%DATADIR%%/stencils/Circuit2/hpcapacitor.desktop %%DATADIR%%/stencils/Circuit2/hpcapacitor.odg %%DATADIR%%/stencils/Circuit2/hpcapacitor.png %%DATADIR%%/stencils/Circuit2/hvoltmeter.desktop %%DATADIR%%/stencils/Circuit2/hvoltmeter.odg %%DATADIR%%/stencils/Circuit2/hvoltmeter.png %%DATADIR%%/stencils/Circuit2/newhled.desktop %%DATADIR%%/stencils/Circuit2/newhled.odg %%DATADIR%%/stencils/Circuit2/newhled.png %%DATADIR%%/stencils/Circuit2/newvled.desktop %%DATADIR%%/stencils/Circuit2/newvled.odg %%DATADIR%%/stencils/Circuit2/newvled.png %%DATADIR%%/stencils/Circuit2/opto.desktop %%DATADIR%%/stencils/Circuit2/opto.odg %%DATADIR%%/stencils/Circuit2/opto.png %%DATADIR%%/stencils/Circuit2/ramp.desktop %%DATADIR%%/stencils/Circuit2/ramp.odg %%DATADIR%%/stencils/Circuit2/ramp.png %%DATADIR%%/stencils/Circuit2/relay.desktop %%DATADIR%%/stencils/Circuit2/relay.odg %%DATADIR%%/stencils/Circuit2/relay.png %%DATADIR%%/stencils/Circuit2/sine.desktop %%DATADIR%%/stencils/Circuit2/sine.odg %%DATADIR%%/stencils/Circuit2/sine.png %%DATADIR%%/stencils/Circuit2/square.desktop %%DATADIR%%/stencils/Circuit2/square.odg %%DATADIR%%/stencils/Circuit2/square.png %%DATADIR%%/stencils/Circuit2/triac.desktop %%DATADIR%%/stencils/Circuit2/triac.odg %%DATADIR%%/stencils/Circuit2/triac.png %%DATADIR%%/stencils/Circuit2/triangle.desktop %%DATADIR%%/stencils/Circuit2/triangle.odg %%DATADIR%%/stencils/Circuit2/triangle.png %%DATADIR%%/stencils/Circuit2/vammeter.desktop %%DATADIR%%/stencils/Circuit2/vammeter.odg %%DATADIR%%/stencils/Circuit2/vammeter.png %%DATADIR%%/stencils/Circuit2/vpcapacitor.desktop %%DATADIR%%/stencils/Circuit2/vpcapacitor.odg %%DATADIR%%/stencils/Circuit2/vpcapacitor.png %%DATADIR%%/stencils/Circuit2/vvoltmeter.desktop %%DATADIR%%/stencils/Circuit2/vvoltmeter.odg %%DATADIR%%/stencils/Circuit2/vvoltmeter.png %%DATADIR%%/stencils/Cisco/1000.desktop %%DATADIR%%/stencils/Cisco/1000.odg %%DATADIR%%/stencils/Cisco/1000.png %%DATADIR%%/stencils/Cisco/100baset_hub.desktop %%DATADIR%%/stencils/Cisco/100baset_hub.odg %%DATADIR%%/stencils/Cisco/100baset_hub.png %%DATADIR%%/stencils/Cisco/10700.desktop %%DATADIR%%/stencils/Cisco/10700.odg %%DATADIR%%/stencils/Cisco/10700.png %%DATADIR%%/stencils/Cisco/15200.desktop %%DATADIR%%/stencils/Cisco/15200.odg %%DATADIR%%/stencils/Cisco/15200.png %%DATADIR%%/stencils/Cisco/15800.desktop %%DATADIR%%/stencils/Cisco/15800.odg %%DATADIR%%/stencils/Cisco/15800.png %%DATADIR%%/stencils/Cisco/3174.desktop %%DATADIR%%/stencils/Cisco/3174.odg %%DATADIR%%/stencils/Cisco/3174.png %%DATADIR%%/stencils/Cisco/3x74.desktop %%DATADIR%%/stencils/Cisco/3x74.odg %%DATADIR%%/stencils/Cisco/3x74.png %%DATADIR%%/stencils/Cisco/5000.desktop %%DATADIR%%/stencils/Cisco/5000.odg %%DATADIR%%/stencils/Cisco/5000.png %%DATADIR%%/stencils/Cisco/5002.desktop %%DATADIR%%/stencils/Cisco/5002.odg %%DATADIR%%/stencils/Cisco/5002.png %%DATADIR%%/stencils/Cisco/5500.desktop %%DATADIR%%/stencils/Cisco/5500.odg %%DATADIR%%/stencils/Cisco/5500.png %%DATADIR%%/stencils/Cisco/6701.desktop %%DATADIR%%/stencils/Cisco/6701.odg %%DATADIR%%/stencils/Cisco/6701.png %%DATADIR%%/stencils/Cisco/6705.desktop %%DATADIR%%/stencils/Cisco/6705.odg %%DATADIR%%/stencils/Cisco/6705.png %%DATADIR%%/stencils/Cisco/6732.desktop %%DATADIR%%/stencils/Cisco/6732.odg %%DATADIR%%/stencils/Cisco/6732.png %%DATADIR%%/stencils/Cisco/7500ars.desktop %%DATADIR%%/stencils/Cisco/7500ars.odg %%DATADIR%%/stencils/Cisco/7500ars.png %%DATADIR%%/stencils/Cisco/7505.desktop %%DATADIR%%/stencils/Cisco/7505.odg %%DATADIR%%/stencils/Cisco/7505.png %%DATADIR%%/stencils/Cisco/7507.desktop %%DATADIR%%/stencils/Cisco/7507.odg %%DATADIR%%/stencils/Cisco/7507.png %%DATADIR%%/stencils/Cisco/access_gateway.desktop %%DATADIR%%/stencils/Cisco/access_gateway.odg %%DATADIR%%/stencils/Cisco/access_gateway.png %%DATADIR%%/stencils/Cisco/access_server.desktop %%DATADIR%%/stencils/Cisco/access_server.odg %%DATADIR%%/stencils/Cisco/access_server.png %%DATADIR%%/stencils/Cisco/accesspoint.desktop %%DATADIR%%/stencils/Cisco/accesspoint.odg %%DATADIR%%/stencils/Cisco/accesspoint.png %%DATADIR%%/stencils/Cisco/adm.desktop %%DATADIR%%/stencils/Cisco/adm.odg %%DATADIR%%/stencils/Cisco/adm.png %%DATADIR%%/stencils/Cisco/androgynous_person.desktop %%DATADIR%%/stencils/Cisco/androgynous_person.odg %%DATADIR%%/stencils/Cisco/androgynous_person.png %%DATADIR%%/stencils/Cisco/antenna.desktop %%DATADIR%%/stencils/Cisco/antenna.odg %%DATADIR%%/stencils/Cisco/antenna.png %%DATADIR%%/stencils/Cisco/asic.desktop %%DATADIR%%/stencils/Cisco/asic.odg %%DATADIR%%/stencils/Cisco/asic.png %%DATADIR%%/stencils/Cisco/ata.desktop %%DATADIR%%/stencils/Cisco/ata.odg %%DATADIR%%/stencils/Cisco/ata.png %%DATADIR%%/stencils/Cisco/atm3800.desktop %%DATADIR%%/stencils/Cisco/atm3800.odg %%DATADIR%%/stencils/Cisco/atm3800.png %%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.desktop %%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.odg %%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.png %%DATADIR%%/stencils/Cisco/atm_router.desktop %%DATADIR%%/stencils/Cisco/atm_router.odg %%DATADIR%%/stencils/Cisco/atm_switch.desktop %%DATADIR%%/stencils/Cisco/atm_switch.odg %%DATADIR%%/stencils/Cisco/atm_switch.png %%DATADIR%%/stencils/Cisco/atm_tag_switch_router.desktop %%DATADIR%%/stencils/Cisco/atm_tag_switch_router.odg %%DATADIR%%/stencils/Cisco/atm_tag_switch_router.png %%DATADIR%%/stencils/Cisco/automatic_protection_switching.desktop %%DATADIR%%/stencils/Cisco/automatic_protection_switching.odg %%DATADIR%%/stencils/Cisco/automatic_protection_switching.png %%DATADIR%%/stencils/Cisco/bbfw.desktop %%DATADIR%%/stencils/Cisco/bbfw.odg %%DATADIR%%/stencils/Cisco/bbfw.png %%DATADIR%%/stencils/Cisco/bbfw_media.desktop %%DATADIR%%/stencils/Cisco/bbfw_media.odg %%DATADIR%%/stencils/Cisco/bbfw_media.png %%DATADIR%%/stencils/Cisco/bbs.desktop %%DATADIR%%/stencils/Cisco/bbs.odg %%DATADIR%%/stencils/Cisco/bbs.png %%DATADIR%%/stencils/Cisco/bbsm.desktop %%DATADIR%%/stencils/Cisco/bbsm.odg %%DATADIR%%/stencils/Cisco/bbsm.png %%DATADIR%%/stencils/Cisco/branch_office.desktop %%DATADIR%%/stencils/Cisco/branch_office.odg %%DATADIR%%/stencils/Cisco/branch_office.png %%DATADIR%%/stencils/Cisco/branch_office_blue.desktop %%DATADIR%%/stencils/Cisco/branch_office_blue.odg %%DATADIR%%/stencils/Cisco/branch_office_blue.png %%DATADIR%%/stencils/Cisco/branch_office_subdued.desktop %%DATADIR%%/stencils/Cisco/branch_office_subdued.odg %%DATADIR%%/stencils/Cisco/branch_office_subdued.png %%DATADIR%%/stencils/Cisco/breakout_box.desktop %%DATADIR%%/stencils/Cisco/breakout_box.odg %%DATADIR%%/stencils/Cisco/breakout_box.png %%DATADIR%%/stencils/Cisco/bridge.desktop %%DATADIR%%/stencils/Cisco/bridge.odg %%DATADIR%%/stencils/Cisco/bridge.png %%DATADIR%%/stencils/Cisco/broadband_router.desktop %%DATADIR%%/stencils/Cisco/broadband_router.odg %%DATADIR%%/stencils/Cisco/broadband_router.png %%DATADIR%%/stencils/Cisco/bts10200.desktop %%DATADIR%%/stencils/Cisco/bts10200.odg %%DATADIR%%/stencils/Cisco/bts10200.png %%DATADIR%%/stencils/Cisco/ca.desktop %%DATADIR%%/stencils/Cisco/ca.odg %%DATADIR%%/stencils/Cisco/ca.png %%DATADIR%%/stencils/Cisco/cable_modem.desktop %%DATADIR%%/stencils/Cisco/cable_modem.odg %%DATADIR%%/stencils/Cisco/cable_modem.png %%DATADIR%%/stencils/Cisco/callmanager.desktop %%DATADIR%%/stencils/Cisco/callmanager.odg %%DATADIR%%/stencils/Cisco/callmanager.png %%DATADIR%%/stencils/Cisco/car.desktop %%DATADIR%%/stencils/Cisco/car.odg %%DATADIR%%/stencils/Cisco/car.png %%DATADIR%%/stencils/Cisco/carrier_routing_system.desktop %%DATADIR%%/stencils/Cisco/carrier_routing_system.odg %%DATADIR%%/stencils/Cisco/carrier_routing_system.png %%DATADIR%%/stencils/Cisco/catalyst_access_gateway.desktop %%DATADIR%%/stencils/Cisco/catalyst_access_gateway.odg %%DATADIR%%/stencils/Cisco/catalyst_access_gateway.png %%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.desktop %%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.odg %%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.png %%DATADIR%%/stencils/Cisco/cdm.desktop %%DATADIR%%/stencils/Cisco/cdm.odg %%DATADIR%%/stencils/Cisco/cdm.png %%DATADIR%%/stencils/Cisco/cellular_phone.desktop %%DATADIR%%/stencils/Cisco/cellular_phone.odg %%DATADIR%%/stencils/Cisco/cellular_phone.png %%DATADIR%%/stencils/Cisco/centri_firewall.desktop %%DATADIR%%/stencils/Cisco/centri_firewall.odg %%DATADIR%%/stencils/Cisco/centri_firewall.png %%DATADIR%%/stencils/Cisco/channelized_pipe.desktop %%DATADIR%%/stencils/Cisco/channelized_pipe.odg %%DATADIR%%/stencils/Cisco/channelized_pipe.png %%DATADIR%%/stencils/Cisco/cisco_hub.desktop %%DATADIR%%/stencils/Cisco/cisco_hub.odg %%DATADIR%%/stencils/Cisco/cisco_hub.png %%DATADIR%%/stencils/Cisco/ciscosecurity.desktop %%DATADIR%%/stencils/Cisco/ciscosecurity.odg %%DATADIR%%/stencils/Cisco/ciscosecurity.png %%DATADIR%%/stencils/Cisco/ciscoworks.desktop %%DATADIR%%/stencils/Cisco/ciscoworks.odg %%DATADIR%%/stencils/Cisco/ciscoworks.png %%DATADIR%%/stencils/Cisco/ciscoworks_man.desktop %%DATADIR%%/stencils/Cisco/ciscoworks_man.odg %%DATADIR%%/stencils/Cisco/ciscoworks_man.png %%DATADIR%%/stencils/Cisco/class45_switch.desktop %%DATADIR%%/stencils/Cisco/class45_switch.odg %%DATADIR%%/stencils/Cisco/class45_switch.png %%DATADIR%%/stencils/Cisco/cloud.desktop %%DATADIR%%/stencils/Cisco/cloud.odg %%DATADIR%%/stencils/Cisco/cloud.png %%DATADIR%%/stencils/Cisco/cloud_dark.desktop %%DATADIR%%/stencils/Cisco/cloud_dark.odg %%DATADIR%%/stencils/Cisco/cloud_dark.png %%DATADIR%%/stencils/Cisco/cloud_gold.desktop %%DATADIR%%/stencils/Cisco/cloud_gold.odg %%DATADIR%%/stencils/Cisco/cloud_gold.png %%DATADIR%%/stencils/Cisco/cloud_white.desktop %%DATADIR%%/stencils/Cisco/cloud_white.odg %%DATADIR%%/stencils/Cisco/cloud_white.png %%DATADIR%%/stencils/Cisco/collection.desktop %%DATADIR%%/stencils/Cisco/communications_server.desktop %%DATADIR%%/stencils/Cisco/communications_server.odg %%DATADIR%%/stencils/Cisco/communications_server.png %%DATADIR%%/stencils/Cisco/concatenated_payload.desktop %%DATADIR%%/stencils/Cisco/concatenated_payload.odg %%DATADIR%%/stencils/Cisco/concatenated_payload.png %%DATADIR%%/stencils/Cisco/content_engine.desktop %%DATADIR%%/stencils/Cisco/content_engine.odg %%DATADIR%%/stencils/Cisco/content_engine.png %%DATADIR%%/stencils/Cisco/content_router.desktop %%DATADIR%%/stencils/Cisco/content_router.odg %%DATADIR%%/stencils/Cisco/content_router.png %%DATADIR%%/stencils/Cisco/content_service_module.desktop %%DATADIR%%/stencils/Cisco/content_service_module.odg %%DATADIR%%/stencils/Cisco/content_service_module.png %%DATADIR%%/stencils/Cisco/content_switch.desktop %%DATADIR%%/stencils/Cisco/content_switch.odg %%DATADIR%%/stencils/Cisco/content_switch.png %%DATADIR%%/stencils/Cisco/csm-s.desktop %%DATADIR%%/stencils/Cisco/csm-s.odg %%DATADIR%%/stencils/Cisco/csm-s.png %%DATADIR%%/stencils/Cisco/css1100.desktop %%DATADIR%%/stencils/Cisco/css1100.odg %%DATADIR%%/stencils/Cisco/css1100.png %%DATADIR%%/stencils/Cisco/csu_dsu.desktop %%DATADIR%%/stencils/Cisco/csu_dsu.odg %%DATADIR%%/stencils/Cisco/csu_dsu.png %%DATADIR%%/stencils/Cisco/cte.desktop %%DATADIR%%/stencils/Cisco/cte.odg %%DATADIR%%/stencils/Cisco/cte.png %%DATADIR%%/stencils/Cisco/data_center_switch.desktop %%DATADIR%%/stencils/Cisco/data_center_switch.odg %%DATADIR%%/stencils/Cisco/data_center_switch.png %%DATADIR%%/stencils/Cisco/data_center_switch_reversed.desktop %%DATADIR%%/stencils/Cisco/data_center_switch_reversed.odg %%DATADIR%%/stencils/Cisco/data_center_switch_reversed.png %%DATADIR%%/stencils/Cisco/data_switch_processor.desktop %%DATADIR%%/stencils/Cisco/data_switch_processor.odg %%DATADIR%%/stencils/Cisco/data_switch_processor.png %%DATADIR%%/stencils/Cisco/detector.desktop %%DATADIR%%/stencils/Cisco/detector.odg %%DATADIR%%/stencils/Cisco/detector.png %%DATADIR%%/stencils/Cisco/digital_cross-connect.desktop %%DATADIR%%/stencils/Cisco/digital_cross-connect.odg %%DATADIR%%/stencils/Cisco/digital_cross-connect.png %%DATADIR%%/stencils/Cisco/director_fcis.desktop %%DATADIR%%/stencils/Cisco/director_fcis.odg %%DATADIR%%/stencils/Cisco/director_fcis.png %%DATADIR%%/stencils/Cisco/directory_server.desktop %%DATADIR%%/stencils/Cisco/directory_server.odg %%DATADIR%%/stencils/Cisco/directory_server.png %%DATADIR%%/stencils/Cisco/disk_subsystem.desktop %%DATADIR%%/stencils/Cisco/disk_subsystem.odg %%DATADIR%%/stencils/Cisco/disk_subsystem.png %%DATADIR%%/stencils/Cisco/diskette.desktop %%DATADIR%%/stencils/Cisco/diskette.odg %%DATADIR%%/stencils/Cisco/diskette.png %%DATADIR%%/stencils/Cisco/distributed_director.desktop %%DATADIR%%/stencils/Cisco/distributed_director.odg %%DATADIR%%/stencils/Cisco/distributed_director.png %%DATADIR%%/stencils/Cisco/dot_dot.desktop %%DATADIR%%/stencils/Cisco/dot_dot.odg %%DATADIR%%/stencils/Cisco/dot_dot.png %%DATADIR%%/stencils/Cisco/dpt.desktop %%DATADIR%%/stencils/Cisco/dpt.odg %%DATADIR%%/stencils/Cisco/dpt.png %%DATADIR%%/stencils/Cisco/dslam.desktop %%DATADIR%%/stencils/Cisco/dslam.odg %%DATADIR%%/stencils/Cisco/dslam.png %%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.desktop %%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.odg %%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.png %%DATADIR%%/stencils/Cisco/dwdm_filter.desktop %%DATADIR%%/stencils/Cisco/dwdm_filter.odg %%DATADIR%%/stencils/Cisco/dwdm_filter.png %%DATADIR%%/stencils/Cisco/edge_label_switch_router.png %%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.desktop %%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.odg %%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.png %%DATADIR%%/stencils/Cisco/end_office.desktop %%DATADIR%%/stencils/Cisco/end_office.odg %%DATADIR%%/stencils/Cisco/end_office.png %%DATADIR%%/stencils/Cisco/etherclient.desktop %%DATADIR%%/stencils/Cisco/etherclient.odg %%DATADIR%%/stencils/Cisco/etherclient.png %%DATADIR%%/stencils/Cisco/fax.desktop %%DATADIR%%/stencils/Cisco/fax.odg %%DATADIR%%/stencils/Cisco/fax.png %%DATADIR%%/stencils/Cisco/fc_storage.desktop %%DATADIR%%/stencils/Cisco/fc_storage.odg %%DATADIR%%/stencils/Cisco/fc_storage.png %%DATADIR%%/stencils/Cisco/fddi_ring.desktop %%DATADIR%%/stencils/Cisco/fddi_ring.odg %%DATADIR%%/stencils/Cisco/fddi_ring.png %%DATADIR%%/stencils/Cisco/file_cabinet.desktop %%DATADIR%%/stencils/Cisco/file_cabinet.odg %%DATADIR%%/stencils/Cisco/file_cabinet.png %%DATADIR%%/stencils/Cisco/file_engine.desktop %%DATADIR%%/stencils/Cisco/file_engine.odg %%DATADIR%%/stencils/Cisco/file_engine.png %%DATADIR%%/stencils/Cisco/file_server.desktop %%DATADIR%%/stencils/Cisco/file_server.odg %%DATADIR%%/stencils/Cisco/file_server.png %%DATADIR%%/stencils/Cisco/firewall.desktop %%DATADIR%%/stencils/Cisco/firewall.odg %%DATADIR%%/stencils/Cisco/firewall.png %%DATADIR%%/stencils/Cisco/firewall_horizontal.desktop %%DATADIR%%/stencils/Cisco/firewall_horizontal.odg %%DATADIR%%/stencils/Cisco/firewall_horizontal.png %%DATADIR%%/stencils/Cisco/firewall_subdued.desktop %%DATADIR%%/stencils/Cisco/firewall_subdued.odg %%DATADIR%%/stencils/Cisco/firewall_subdued.png %%DATADIR%%/stencils/Cisco/front_end_processor.desktop %%DATADIR%%/stencils/Cisco/front_end_processor.odg %%DATADIR%%/stencils/Cisco/front_end_processor.png %%DATADIR%%/stencils/Cisco/fwsm.desktop %%DATADIR%%/stencils/Cisco/fwsm.odg %%DATADIR%%/stencils/Cisco/fwsm.png %%DATADIR%%/stencils/Cisco/general_appliance.desktop %%DATADIR%%/stencils/Cisco/general_appliance.odg %%DATADIR%%/stencils/Cisco/general_appliance.png %%DATADIR%%/stencils/Cisco/generic_building.desktop %%DATADIR%%/stencils/Cisco/generic_building.odg %%DATADIR%%/stencils/Cisco/generic_building.png %%DATADIR%%/stencils/Cisco/generic_building_blue.desktop %%DATADIR%%/stencils/Cisco/generic_building_blue.odg %%DATADIR%%/stencils/Cisco/generic_building_blue.png %%DATADIR%%/stencils/Cisco/generic_building_subdued.desktop %%DATADIR%%/stencils/Cisco/generic_building_subdued.odg %%DATADIR%%/stencils/Cisco/generic_building_subdued.png %%DATADIR%%/stencils/Cisco/generic_gateway.desktop %%DATADIR%%/stencils/Cisco/generic_gateway.odg %%DATADIR%%/stencils/Cisco/generic_gateway.png %%DATADIR%%/stencils/Cisco/generic_processor.desktop %%DATADIR%%/stencils/Cisco/generic_processor.odg %%DATADIR%%/stencils/Cisco/generic_processor.png %%DATADIR%%/stencils/Cisco/generic_softswitch.desktop %%DATADIR%%/stencils/Cisco/generic_softswitch.odg %%DATADIR%%/stencils/Cisco/generic_softswitch.png %%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.desktop %%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.odg %%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.png %%DATADIR%%/stencils/Cisco/government_building.desktop %%DATADIR%%/stencils/Cisco/government_building.odg %%DATADIR%%/stencils/Cisco/government_building.png %%DATADIR%%/stencils/Cisco/guard.desktop %%DATADIR%%/stencils/Cisco/guard.odg %%DATADIR%%/stencils/Cisco/guard.png %%DATADIR%%/stencils/Cisco/h323.desktop %%DATADIR%%/stencils/Cisco/h323.odg %%DATADIR%%/stencils/Cisco/h323.png %%DATADIR%%/stencils/Cisco/handheld.desktop %%DATADIR%%/stencils/Cisco/handheld.odg %%DATADIR%%/stencils/Cisco/handheld.png %%DATADIR%%/stencils/Cisco/headphones.desktop %%DATADIR%%/stencils/Cisco/headphones.odg %%DATADIR%%/stencils/Cisco/headphones.png %%DATADIR%%/stencils/Cisco/home_office.desktop %%DATADIR%%/stencils/Cisco/home_office.odg %%DATADIR%%/stencils/Cisco/home_office.png %%DATADIR%%/stencils/Cisco/hootphone.desktop %%DATADIR%%/stencils/Cisco/hootphone.odg %%DATADIR%%/stencils/Cisco/hootphone.png %%DATADIR%%/stencils/Cisco/host.desktop %%DATADIR%%/stencils/Cisco/host.odg %%DATADIR%%/stencils/Cisco/host.png %%DATADIR%%/stencils/Cisco/house.desktop %%DATADIR%%/stencils/Cisco/house.odg %%DATADIR%%/stencils/Cisco/house.png %%DATADIR%%/stencils/Cisco/house_blue.desktop %%DATADIR%%/stencils/Cisco/house_blue.odg %%DATADIR%%/stencils/Cisco/house_blue.png %%DATADIR%%/stencils/Cisco/hp_mini.desktop %%DATADIR%%/stencils/Cisco/hp_mini.odg %%DATADIR%%/stencils/Cisco/hp_mini.png %%DATADIR%%/stencils/Cisco/hub.desktop %%DATADIR%%/stencils/Cisco/hub.odg %%DATADIR%%/stencils/Cisco/hub.png %%DATADIR%%/stencils/Cisco/hub_subdued.desktop %%DATADIR%%/stencils/Cisco/hub_subdued.odg %%DATADIR%%/stencils/Cisco/hub_subdued.png %%DATADIR%%/stencils/Cisco/iad_router.desktop %%DATADIR%%/stencils/Cisco/iad_router.odg %%DATADIR%%/stencils/Cisco/iad_router.png %%DATADIR%%/stencils/Cisco/ibm_mainframe.desktop %%DATADIR%%/stencils/Cisco/ibm_mainframe.odg %%DATADIR%%/stencils/Cisco/ibm_mainframe.png %%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.desktop %%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.odg %%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.png %%DATADIR%%/stencils/Cisco/ibm_mini.desktop %%DATADIR%%/stencils/Cisco/ibm_mini.odg %%DATADIR%%/stencils/Cisco/ibm_mini.png %%DATADIR%%/stencils/Cisco/ibm_tower.desktop %%DATADIR%%/stencils/Cisco/ibm_tower.odg %%DATADIR%%/stencils/Cisco/ibm_tower.png %%DATADIR%%/stencils/Cisco/icm.desktop %%DATADIR%%/stencils/Cisco/icm.odg %%DATADIR%%/stencils/Cisco/icm.png %%DATADIR%%/stencils/Cisco/ics.desktop %%DATADIR%%/stencils/Cisco/ics.odg %%DATADIR%%/stencils/Cisco/ics.png %%DATADIR%%/stencils/Cisco/intelliswitch_stack.desktop %%DATADIR%%/stencils/Cisco/intelliswitch_stack.odg %%DATADIR%%/stencils/Cisco/intelliswitch_stack.png %%DATADIR%%/stencils/Cisco/ios_firewall.desktop %%DATADIR%%/stencils/Cisco/ios_firewall.odg %%DATADIR%%/stencils/Cisco/ios_firewall.png %%DATADIR%%/stencils/Cisco/ios_slb.desktop %%DATADIR%%/stencils/Cisco/ios_slb.odg %%DATADIR%%/stencils/Cisco/ios_slb.png %%DATADIR%%/stencils/Cisco/ip.desktop %%DATADIR%%/stencils/Cisco/ip.odg %%DATADIR%%/stencils/Cisco/ip.png %%DATADIR%%/stencils/Cisco/ip_dsl.desktop %%DATADIR%%/stencils/Cisco/ip_dsl.odg %%DATADIR%%/stencils/Cisco/ip_dsl.png %%DATADIR%%/stencils/Cisco/ip_old-style.desktop %%DATADIR%%/stencils/Cisco/ip_old-style.odg %%DATADIR%%/stencils/Cisco/ip_old-style.png %%DATADIR%%/stencils/Cisco/ip_phone.desktop %%DATADIR%%/stencils/Cisco/ip_phone.odg %%DATADIR%%/stencils/Cisco/ip_phone.png %%DATADIR%%/stencils/Cisco/ip_softphone.desktop %%DATADIR%%/stencils/Cisco/ip_softphone.odg %%DATADIR%%/stencils/Cisco/ip_softphone.png %%DATADIR%%/stencils/Cisco/ip_telephony_router.desktop %%DATADIR%%/stencils/Cisco/ip_telephony_router.odg %%DATADIR%%/stencils/Cisco/ip_telephony_router.png %%DATADIR%%/stencils/Cisco/ip_transport_concentrator.desktop %%DATADIR%%/stencils/Cisco/ip_transport_concentrator.odg %%DATADIR%%/stencils/Cisco/ip_transport_concentrator.png %%DATADIR%%/stencils/Cisco/iptv_broadcast_server.desktop %%DATADIR%%/stencils/Cisco/iptv_broadcast_server.odg %%DATADIR%%/stencils/Cisco/iptv_broadcast_server.png %%DATADIR%%/stencils/Cisco/iptv_content_manager.desktop %%DATADIR%%/stencils/Cisco/iptv_content_manager.odg %%DATADIR%%/stencils/Cisco/iptv_content_manager.png %%DATADIR%%/stencils/Cisco/iscsi_switch.desktop %%DATADIR%%/stencils/Cisco/iscsi_switch.odg %%DATADIR%%/stencils/Cisco/iscsi_switch.png %%DATADIR%%/stencils/Cisco/isdn_switch.desktop %%DATADIR%%/stencils/Cisco/isdn_switch.odg %%DATADIR%%/stencils/Cisco/isdn_switch.png %%DATADIR%%/stencils/Cisco/itp.desktop %%DATADIR%%/stencils/Cisco/itp.odg %%DATADIR%%/stencils/Cisco/itp.png %%DATADIR%%/stencils/Cisco/jbod.desktop %%DATADIR%%/stencils/Cisco/jbod.odg %%DATADIR%%/stencils/Cisco/jbod.png %%DATADIR%%/stencils/Cisco/key.desktop %%DATADIR%%/stencils/Cisco/key.odg %%DATADIR%%/stencils/Cisco/key.png %%DATADIR%%/stencils/Cisco/label_switch_router.desktop %%DATADIR%%/stencils/Cisco/label_switch_router.odg %%DATADIR%%/stencils/Cisco/label_switch_router.png %%DATADIR%%/stencils/Cisco/lan2lan_switch.desktop %%DATADIR%%/stencils/Cisco/lan2lan_switch.odg %%DATADIR%%/stencils/Cisco/lan2lan_switch.png %%DATADIR%%/stencils/Cisco/lan_to_lan.desktop %%DATADIR%%/stencils/Cisco/lan_to_lan.odg %%DATADIR%%/stencils/Cisco/lan_to_lan.png %%DATADIR%%/stencils/Cisco/laptop.desktop %%DATADIR%%/stencils/Cisco/laptop.odg %%DATADIR%%/stencils/Cisco/laptop.png %%DATADIR%%/stencils/Cisco/layer3_switch.desktop %%DATADIR%%/stencils/Cisco/layer3_switch.odg %%DATADIR%%/stencils/Cisco/layer3_switch.png %%DATADIR%%/stencils/Cisco/layer_2_remote_switch.desktop %%DATADIR%%/stencils/Cisco/layer_2_remote_switch.odg %%DATADIR%%/stencils/Cisco/layer_2_remote_switch.png %%DATADIR%%/stencils/Cisco/lightweight_ap.desktop %%DATADIR%%/stencils/Cisco/lightweight_ap.odg %%DATADIR%%/stencils/Cisco/lightweight_ap.png %%DATADIR%%/stencils/Cisco/localdirector.desktop %%DATADIR%%/stencils/Cisco/localdirector.odg %%DATADIR%%/stencils/Cisco/localdirector.png %%DATADIR%%/stencils/Cisco/location_server.desktop %%DATADIR%%/stencils/Cisco/location_server.odg %%DATADIR%%/stencils/Cisco/location_server.png %%DATADIR%%/stencils/Cisco/lock.desktop %%DATADIR%%/stencils/Cisco/lock.odg %%DATADIR%%/stencils/Cisco/lock.png %%DATADIR%%/stencils/Cisco/lock_and_key.desktop %%DATADIR%%/stencils/Cisco/lock_and_key.odg %%DATADIR%%/stencils/Cisco/lock_and_key.png %%DATADIR%%/stencils/Cisco/longreach_cpe.desktop %%DATADIR%%/stencils/Cisco/longreach_cpe.odg %%DATADIR%%/stencils/Cisco/longreach_cpe.png %%DATADIR%%/stencils/Cisco/mac_woman.desktop %%DATADIR%%/stencils/Cisco/mac_woman.odg %%DATADIR%%/stencils/Cisco/mac_woman.png %%DATADIR%%/stencils/Cisco/mac_woman_right.desktop %%DATADIR%%/stencils/Cisco/mac_woman_right.odg %%DATADIR%%/stencils/Cisco/mac_woman_right.png %%DATADIR%%/stencils/Cisco/macintosh.desktop %%DATADIR%%/stencils/Cisco/macintosh.odg %%DATADIR%%/stencils/Cisco/macintosh.png %%DATADIR%%/stencils/Cisco/man.desktop %%DATADIR%%/stencils/Cisco/man.odg %%DATADIR%%/stencils/Cisco/man.png %%DATADIR%%/stencils/Cisco/man_blue.desktop %%DATADIR%%/stencils/Cisco/man_blue.odg %%DATADIR%%/stencils/Cisco/man_blue.png %%DATADIR%%/stencils/Cisco/man_gold.desktop %%DATADIR%%/stencils/Cisco/man_gold.odg %%DATADIR%%/stencils/Cisco/man_gold.png %%DATADIR%%/stencils/Cisco/man_red.desktop %%DATADIR%%/stencils/Cisco/man_red.odg %%DATADIR%%/stencils/Cisco/man_red.png %%DATADIR%%/stencils/Cisco/man_woman.desktop %%DATADIR%%/stencils/Cisco/man_woman.odg %%DATADIR%%/stencils/Cisco/man_woman.png %%DATADIR%%/stencils/Cisco/mas_gateway.desktop %%DATADIR%%/stencils/Cisco/mas_gateway.odg %%DATADIR%%/stencils/Cisco/mas_gateway.png %%DATADIR%%/stencils/Cisco/mau.desktop %%DATADIR%%/stencils/Cisco/mau.odg %%DATADIR%%/stencils/Cisco/mau.png %%DATADIR%%/stencils/Cisco/mcu.desktop %%DATADIR%%/stencils/Cisco/mcu.odg %%DATADIR%%/stencils/Cisco/mcu.png %%DATADIR%%/stencils/Cisco/mdu.desktop %%DATADIR%%/stencils/Cisco/mdu.odg %%DATADIR%%/stencils/Cisco/mdu.png %%DATADIR%%/stencils/Cisco/me1100.desktop %%DATADIR%%/stencils/Cisco/me1100.odg %%DATADIR%%/stencils/Cisco/me1100.png %%DATADIR%%/stencils/Cisco/medium_building.desktop %%DATADIR%%/stencils/Cisco/medium_building.odg %%DATADIR%%/stencils/Cisco/medium_building.png %%DATADIR%%/stencils/Cisco/medium_building_blue.desktop %%DATADIR%%/stencils/Cisco/medium_building_blue.odg %%DATADIR%%/stencils/Cisco/medium_building_blue.png %%DATADIR%%/stencils/Cisco/medium_building_subdued.desktop %%DATADIR%%/stencils/Cisco/medium_building_subdued.odg %%DATADIR%%/stencils/Cisco/medium_building_subdued.png %%DATADIR%%/stencils/Cisco/metro1500.desktop %%DATADIR%%/stencils/Cisco/metro1500.odg %%DATADIR%%/stencils/Cisco/metro1500.png %%DATADIR%%/stencils/Cisco/mgx8220.desktop %%DATADIR%%/stencils/Cisco/mgx8220.odg %%DATADIR%%/stencils/Cisco/mgx8220.png %%DATADIR%%/stencils/Cisco/mgx8240.desktop %%DATADIR%%/stencils/Cisco/mgx8240.odg %%DATADIR%%/stencils/Cisco/mgx8240.png %%DATADIR%%/stencils/Cisco/mgx8260.desktop %%DATADIR%%/stencils/Cisco/mgx8260.odg %%DATADIR%%/stencils/Cisco/mgx8260.png %%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.desktop %%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.odg %%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.png %%DATADIR%%/stencils/Cisco/microphone.desktop %%DATADIR%%/stencils/Cisco/microphone.odg %%DATADIR%%/stencils/Cisco/microphone.png %%DATADIR%%/stencils/Cisco/microwebserver.desktop %%DATADIR%%/stencils/Cisco/microwebserver.odg %%DATADIR%%/stencils/Cisco/microwebserver.png %%DATADIR%%/stencils/Cisco/mini_vax.desktop %%DATADIR%%/stencils/Cisco/mini_vax.odg %%DATADIR%%/stencils/Cisco/mini_vax.png %%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.desktop %%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.odg %%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.png %%DATADIR%%/stencils/Cisco/mobile_access_router.desktop %%DATADIR%%/stencils/Cisco/mobile_access_router.odg %%DATADIR%%/stencils/Cisco/mobile_access_router.png %%DATADIR%%/stencils/Cisco/modem.desktop %%DATADIR%%/stencils/Cisco/modem.odg %%DATADIR%%/stencils/Cisco/modem.png %%DATADIR%%/stencils/Cisco/moh_server.desktop %%DATADIR%%/stencils/Cisco/moh_server.odg %%DATADIR%%/stencils/Cisco/moh_server.png %%DATADIR%%/stencils/Cisco/monitor.desktop %%DATADIR%%/stencils/Cisco/monitor.odg %%DATADIR%%/stencils/Cisco/monitor.png %%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.desktop %%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.odg %%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.png %%DATADIR%%/stencils/Cisco/multilayer_remote_switch.desktop %%DATADIR%%/stencils/Cisco/multilayer_remote_switch.odg %%DATADIR%%/stencils/Cisco/multilayer_remote_switch.png %%DATADIR%%/stencils/Cisco/multilayer_switch.desktop %%DATADIR%%/stencils/Cisco/multilayer_switch.odg %%DATADIR%%/stencils/Cisco/multilayer_switch.png %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.desktop %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.odg %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.png %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.desktop %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.odg %%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.png %%DATADIR%%/stencils/Cisco/multiswitch_device.desktop %%DATADIR%%/stencils/Cisco/multiswitch_device.odg %%DATADIR%%/stencils/Cisco/multiswitch_device.png %%DATADIR%%/stencils/Cisco/mux.desktop %%DATADIR%%/stencils/Cisco/mux.odg %%DATADIR%%/stencils/Cisco/mux.png %%DATADIR%%/stencils/Cisco/nat.desktop %%DATADIR%%/stencils/Cisco/nat.odg %%DATADIR%%/stencils/Cisco/nat.png %%DATADIR%%/stencils/Cisco/netflow_router.desktop %%DATADIR%%/stencils/Cisco/netflow_router.odg %%DATADIR%%/stencils/Cisco/netflow_router.png %%DATADIR%%/stencils/Cisco/netranger.desktop %%DATADIR%%/stencils/Cisco/netranger.odg %%DATADIR%%/stencils/Cisco/netranger.png %%DATADIR%%/stencils/Cisco/netsonar.desktop %%DATADIR%%/stencils/Cisco/netsonar.odg %%DATADIR%%/stencils/Cisco/netsonar.png %%DATADIR%%/stencils/Cisco/network_management.desktop %%DATADIR%%/stencils/Cisco/network_management.odg %%DATADIR%%/stencils/Cisco/network_management.png %%DATADIR%%/stencils/Cisco/newton.desktop %%DATADIR%%/stencils/Cisco/newton.odg %%DATADIR%%/stencils/Cisco/newton.png %%DATADIR%%/stencils/Cisco/octel.desktop %%DATADIR%%/stencils/Cisco/octel.odg %%DATADIR%%/stencils/Cisco/octel.png %%DATADIR%%/stencils/Cisco/ons15104.desktop %%DATADIR%%/stencils/Cisco/ons15104.odg %%DATADIR%%/stencils/Cisco/ons15104.png %%DATADIR%%/stencils/Cisco/ons15540.desktop %%DATADIR%%/stencils/Cisco/ons15540.odg %%DATADIR%%/stencils/Cisco/ons15540.png %%DATADIR%%/stencils/Cisco/optical_amplifier.desktop %%DATADIR%%/stencils/Cisco/optical_amplifier.odg %%DATADIR%%/stencils/Cisco/optical_amplifier.png %%DATADIR%%/stencils/Cisco/optical_cross-connect.desktop %%DATADIR%%/stencils/Cisco/optical_cross-connect.odg %%DATADIR%%/stencils/Cisco/optical_cross-connect.png %%DATADIR%%/stencils/Cisco/optical_fiber.desktop %%DATADIR%%/stencils/Cisco/optical_fiber.odg %%DATADIR%%/stencils/Cisco/optical_fiber.png %%DATADIR%%/stencils/Cisco/optical_services_router.desktop %%DATADIR%%/stencils/Cisco/optical_services_router.odg %%DATADIR%%/stencils/Cisco/optical_services_router.png %%DATADIR%%/stencils/Cisco/optical_transport.desktop %%DATADIR%%/stencils/Cisco/optical_transport.odg %%DATADIR%%/stencils/Cisco/optical_transport.png %%DATADIR%%/stencils/Cisco/pad.desktop %%DATADIR%%/stencils/Cisco/pad.odg %%DATADIR%%/stencils/Cisco/pad.png %%DATADIR%%/stencils/Cisco/pager.desktop %%DATADIR%%/stencils/Cisco/pager.odg %%DATADIR%%/stencils/Cisco/pager.png %%DATADIR%%/stencils/Cisco/pbx.desktop %%DATADIR%%/stencils/Cisco/pbx.odg %%DATADIR%%/stencils/Cisco/pbx.png %%DATADIR%%/stencils/Cisco/pbx_switch.desktop %%DATADIR%%/stencils/Cisco/pbx_switch.odg %%DATADIR%%/stencils/Cisco/pbx_switch.png %%DATADIR%%/stencils/Cisco/pc.desktop %%DATADIR%%/stencils/Cisco/pc.odg %%DATADIR%%/stencils/Cisco/pc.png %%DATADIR%%/stencils/Cisco/pc_adapter_card.desktop %%DATADIR%%/stencils/Cisco/pc_adapter_card.odg %%DATADIR%%/stencils/Cisco/pc_adapter_card.png %%DATADIR%%/stencils/Cisco/pc_card.desktop %%DATADIR%%/stencils/Cisco/pc_card.odg %%DATADIR%%/stencils/Cisco/pc_card.png %%DATADIR%%/stencils/Cisco/pc_man.desktop %%DATADIR%%/stencils/Cisco/pc_man.odg %%DATADIR%%/stencils/Cisco/pc_man.png %%DATADIR%%/stencils/Cisco/pc_man_left.desktop %%DATADIR%%/stencils/Cisco/pc_man_left.odg %%DATADIR%%/stencils/Cisco/pc_man_left.png %%DATADIR%%/stencils/Cisco/pc_router_card.desktop %%DATADIR%%/stencils/Cisco/pc_router_card.odg %%DATADIR%%/stencils/Cisco/pc_router_card.png %%DATADIR%%/stencils/Cisco/pc_software.desktop %%DATADIR%%/stencils/Cisco/pc_software.odg %%DATADIR%%/stencils/Cisco/pc_software.png %%DATADIR%%/stencils/Cisco/pc_video.desktop %%DATADIR%%/stencils/Cisco/pc_video.odg %%DATADIR%%/stencils/Cisco/pc_video.png %%DATADIR%%/stencils/Cisco/pc_with_router-based_software.desktop %%DATADIR%%/stencils/Cisco/pc_with_router-based_software.odg %%DATADIR%%/stencils/Cisco/pc_with_router-based_software.png %%DATADIR%%/stencils/Cisco/pda.desktop %%DATADIR%%/stencils/Cisco/pda.odg %%DATADIR%%/stencils/Cisco/pda.png %%DATADIR%%/stencils/Cisco/phone.desktop %%DATADIR%%/stencils/Cisco/phone.odg %%DATADIR%%/stencils/Cisco/phone.png %%DATADIR%%/stencils/Cisco/phone_2.desktop %%DATADIR%%/stencils/Cisco/phone_2.odg %%DATADIR%%/stencils/Cisco/phone_2.png %%DATADIR%%/stencils/Cisco/phone_appliance.desktop %%DATADIR%%/stencils/Cisco/phone_appliance.odg %%DATADIR%%/stencils/Cisco/phone_appliance.png %%DATADIR%%/stencils/Cisco/phone_ethernet.desktop %%DATADIR%%/stencils/Cisco/phone_ethernet.odg %%DATADIR%%/stencils/Cisco/phone_ethernet.png %%DATADIR%%/stencils/Cisco/phone_fax.desktop %%DATADIR%%/stencils/Cisco/phone_fax.odg %%DATADIR%%/stencils/Cisco/phone_fax.png %%DATADIR%%/stencils/Cisco/phone_feature.desktop %%DATADIR%%/stencils/Cisco/phone_feature.odg %%DATADIR%%/stencils/Cisco/phone_feature.png %%DATADIR%%/stencils/Cisco/pix_firewall.desktop %%DATADIR%%/stencils/Cisco/pix_firewall.odg %%DATADIR%%/stencils/Cisco/pix_firewall.png %%DATADIR%%/stencils/Cisco/pix_firewall_left.desktop %%DATADIR%%/stencils/Cisco/pix_firewall_left.odg %%DATADIR%%/stencils/Cisco/pix_firewall_left.png %%DATADIR%%/stencils/Cisco/printer.desktop %%DATADIR%%/stencils/Cisco/printer.odg %%DATADIR%%/stencils/Cisco/printer.png %%DATADIR%%/stencils/Cisco/programmable_switch.desktop %%DATADIR%%/stencils/Cisco/programmable_switch.odg %%DATADIR%%/stencils/Cisco/programmable_switch.png %%DATADIR%%/stencils/Cisco/protocol_translator.desktop %%DATADIR%%/stencils/Cisco/protocol_translator.odg %%DATADIR%%/stencils/Cisco/protocol_translator.png %%DATADIR%%/stencils/Cisco/pxf.desktop %%DATADIR%%/stencils/Cisco/pxf.odg %%DATADIR%%/stencils/Cisco/pxf.png %%DATADIR%%/stencils/Cisco/radio_tower.desktop %%DATADIR%%/stencils/Cisco/radio_tower.odg %%DATADIR%%/stencils/Cisco/radio_tower.png %%DATADIR%%/stencils/Cisco/ratemux.desktop %%DATADIR%%/stencils/Cisco/ratemux.odg %%DATADIR%%/stencils/Cisco/ratemux.png %%DATADIR%%/stencils/Cisco/relational_database.desktop %%DATADIR%%/stencils/Cisco/relational_database.odg %%DATADIR%%/stencils/Cisco/relational_database.png %%DATADIR%%/stencils/Cisco/repeater.desktop %%DATADIR%%/stencils/Cisco/repeater.odg %%DATADIR%%/stencils/Cisco/repeater.png %%DATADIR%%/stencils/Cisco/route_switch_processor.desktop %%DATADIR%%/stencils/Cisco/route_switch_processor.odg %%DATADIR%%/stencils/Cisco/route_switch_processor.png %%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.desktop %%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.odg %%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.png %%DATADIR%%/stencils/Cisco/router.desktop %%DATADIR%%/stencils/Cisco/router.odg %%DATADIR%%/stencils/Cisco/router.png %%DATADIR%%/stencils/Cisco/router_in_building.desktop %%DATADIR%%/stencils/Cisco/router_in_building.odg %%DATADIR%%/stencils/Cisco/router_in_building.png %%DATADIR%%/stencils/Cisco/router_subdued.desktop %%DATADIR%%/stencils/Cisco/router_subdued.odg %%DATADIR%%/stencils/Cisco/router_subdued.png %%DATADIR%%/stencils/Cisco/router_with_firewall.desktop %%DATADIR%%/stencils/Cisco/router_with_firewall.odg %%DATADIR%%/stencils/Cisco/router_with_firewall.png %%DATADIR%%/stencils/Cisco/router_with_silicon_switch.desktop %%DATADIR%%/stencils/Cisco/router_with_silicon_switch.odg %%DATADIR%%/stencils/Cisco/router_with_silicon_switch.png %%DATADIR%%/stencils/Cisco/rps.desktop %%DATADIR%%/stencils/Cisco/rps.odg %%DATADIR%%/stencils/Cisco/rps.png %%DATADIR%%/stencils/Cisco/running_man.desktop %%DATADIR%%/stencils/Cisco/running_man.odg %%DATADIR%%/stencils/Cisco/running_man.png %%DATADIR%%/stencils/Cisco/running_man_subdued.desktop %%DATADIR%%/stencils/Cisco/running_man_subdued.odg %%DATADIR%%/stencils/Cisco/running_man_subdued.png %%DATADIR%%/stencils/Cisco/running_woman.desktop %%DATADIR%%/stencils/Cisco/running_woman.odg %%DATADIR%%/stencils/Cisco/running_woman.png %%DATADIR%%/stencils/Cisco/satellite.desktop %%DATADIR%%/stencils/Cisco/satellite.odg %%DATADIR%%/stencils/Cisco/satellite.png %%DATADIR%%/stencils/Cisco/satellite_dish.desktop %%DATADIR%%/stencils/Cisco/satellite_dish.odg %%DATADIR%%/stencils/Cisco/satellite_dish.png %%DATADIR%%/stencils/Cisco/sc2200.desktop %%DATADIR%%/stencils/Cisco/sc2200.odg %%DATADIR%%/stencils/Cisco/sc2200.png %%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.desktop %%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.odg %%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.png %%DATADIR%%/stencils/Cisco/scanner.desktop %%DATADIR%%/stencils/Cisco/scanner.odg %%DATADIR%%/stencils/Cisco/scanner.png %%DATADIR%%/stencils/Cisco/security_appliance.desktop %%DATADIR%%/stencils/Cisco/security_appliance.odg %%DATADIR%%/stencils/Cisco/security_appliance.png %%DATADIR%%/stencils/Cisco/server_switch.desktop %%DATADIR%%/stencils/Cisco/server_switch.odg %%DATADIR%%/stencils/Cisco/server_switch.png %%DATADIR%%/stencils/Cisco/server_with_pc_router.desktop %%DATADIR%%/stencils/Cisco/server_with_pc_router.odg %%DATADIR%%/stencils/Cisco/server_with_pc_router.png %%DATADIR%%/stencils/Cisco/service_control.desktop %%DATADIR%%/stencils/Cisco/service_control.odg %%DATADIR%%/stencils/Cisco/service_control.png %%DATADIR%%/stencils/Cisco/sip_proxy_server.desktop %%DATADIR%%/stencils/Cisco/sip_proxy_server.odg %%DATADIR%%/stencils/Cisco/sip_proxy_server.png %%DATADIR%%/stencils/Cisco/sitting_woman.desktop %%DATADIR%%/stencils/Cisco/sitting_woman.odg %%DATADIR%%/stencils/Cisco/sitting_woman.png %%DATADIR%%/stencils/Cisco/small_business.desktop %%DATADIR%%/stencils/Cisco/small_business.odg %%DATADIR%%/stencils/Cisco/small_business.png %%DATADIR%%/stencils/Cisco/small_hub.desktop %%DATADIR%%/stencils/Cisco/small_hub.odg %%DATADIR%%/stencils/Cisco/small_hub.png %%DATADIR%%/stencils/Cisco/softphone.desktop %%DATADIR%%/stencils/Cisco/softphone.odg %%DATADIR%%/stencils/Cisco/softphone.png %%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.desktop %%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.odg %%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.png %%DATADIR%%/stencils/Cisco/sonet_mux.desktop %%DATADIR%%/stencils/Cisco/sonet_mux.odg %%DATADIR%%/stencils/Cisco/sonet_mux.png %%DATADIR%%/stencils/Cisco/speaker.desktop %%DATADIR%%/stencils/Cisco/speaker.odg %%DATADIR%%/stencils/Cisco/speaker.png %%DATADIR%%/stencils/Cisco/ssl_terminator.desktop %%DATADIR%%/stencils/Cisco/ssl_terminator.odg %%DATADIR%%/stencils/Cisco/ssl_terminator.png %%DATADIR%%/stencils/Cisco/standing_man.desktop %%DATADIR%%/stencils/Cisco/standing_man.odg %%DATADIR%%/stencils/Cisco/standing_man.png %%DATADIR%%/stencils/Cisco/stb.desktop %%DATADIR%%/stencils/Cisco/stb.odg %%DATADIR%%/stencils/Cisco/stb.png %%DATADIR%%/stencils/Cisco/storage_array.desktop %%DATADIR%%/stencils/Cisco/storage_array.odg %%DATADIR%%/stencils/Cisco/storage_array.png %%DATADIR%%/stencils/Cisco/storage_router.desktop %%DATADIR%%/stencils/Cisco/storage_router.odg %%DATADIR%%/stencils/Cisco/storage_router.png %%DATADIR%%/stencils/Cisco/storage_solution_engine.desktop %%DATADIR%%/stencils/Cisco/storage_solution_engine.odg %%DATADIR%%/stencils/Cisco/storage_solution_engine.png %%DATADIR%%/stencils/Cisco/stp.desktop %%DATADIR%%/stencils/Cisco/stp.odg %%DATADIR%%/stencils/Cisco/stp.png %%DATADIR%%/stencils/Cisco/sun_workstation.desktop %%DATADIR%%/stencils/Cisco/sun_workstation.odg %%DATADIR%%/stencils/Cisco/sun_workstation.png %%DATADIR%%/stencils/Cisco/supercomputer.desktop %%DATADIR%%/stencils/Cisco/supercomputer.odg %%DATADIR%%/stencils/Cisco/supercomputer.png %%DATADIR%%/stencils/Cisco/svx.desktop %%DATADIR%%/stencils/Cisco/svx.odg %%DATADIR%%/stencils/Cisco/svx.png %%DATADIR%%/stencils/Cisco/switch_processor.desktop %%DATADIR%%/stencils/Cisco/switch_processor.odg %%DATADIR%%/stencils/Cisco/switch_processor.png %%DATADIR%%/stencils/Cisco/system_controller.desktop %%DATADIR%%/stencils/Cisco/system_controller.odg %%DATADIR%%/stencils/Cisco/system_controller.png %%DATADIR%%/stencils/Cisco/tablet.desktop %%DATADIR%%/stencils/Cisco/tablet.odg %%DATADIR%%/stencils/Cisco/tablet.png %%DATADIR%%/stencils/Cisco/tape_array.desktop %%DATADIR%%/stencils/Cisco/tape_array.odg %%DATADIR%%/stencils/Cisco/tape_array.png %%DATADIR%%/stencils/Cisco/tdm_router.desktop %%DATADIR%%/stencils/Cisco/tdm_router.odg %%DATADIR%%/stencils/Cisco/tdm_router.png %%DATADIR%%/stencils/Cisco/telecommuter.desktop %%DATADIR%%/stencils/Cisco/telecommuter.odg %%DATADIR%%/stencils/Cisco/telecommuter.png %%DATADIR%%/stencils/Cisco/telecommuter_house.desktop %%DATADIR%%/stencils/Cisco/telecommuter_house.odg %%DATADIR%%/stencils/Cisco/telecommuter_house.png %%DATADIR%%/stencils/Cisco/telecommuter_house_router.desktop %%DATADIR%%/stencils/Cisco/telecommuter_house_router.odg %%DATADIR%%/stencils/Cisco/telecommuter_house_router.png %%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.desktop %%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.odg %%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.png %%DATADIR%%/stencils/Cisco/terminal.desktop %%DATADIR%%/stencils/Cisco/terminal.odg %%DATADIR%%/stencils/Cisco/terminal.png %%DATADIR%%/stencils/Cisco/terminal_server.desktop %%DATADIR%%/stencils/Cisco/terminal_server.odg %%DATADIR%%/stencils/Cisco/terminal_server.png %%DATADIR%%/stencils/Cisco/tokenring.desktop %%DATADIR%%/stencils/Cisco/tokenring.odg %%DATADIR%%/stencils/Cisco/tokenring.png %%DATADIR%%/stencils/Cisco/transpath.desktop %%DATADIR%%/stencils/Cisco/transpath.odg %%DATADIR%%/stencils/Cisco/transpath.png %%DATADIR%%/stencils/Cisco/truck.desktop %%DATADIR%%/stencils/Cisco/truck.odg %%DATADIR%%/stencils/Cisco/truck.png %%DATADIR%%/stencils/Cisco/turret.desktop %%DATADIR%%/stencils/Cisco/turret.odg %%DATADIR%%/stencils/Cisco/turret.png %%DATADIR%%/stencils/Cisco/tv.desktop %%DATADIR%%/stencils/Cisco/tv.odg %%DATADIR%%/stencils/Cisco/tv.png %%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.desktop %%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.odg %%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.png %%DATADIR%%/stencils/Cisco/umg_series.desktop %%DATADIR%%/stencils/Cisco/umg_series.odg %%DATADIR%%/stencils/Cisco/umg_series.png %%DATADIR%%/stencils/Cisco/unity_express.desktop %%DATADIR%%/stencils/Cisco/unity_express.odg %%DATADIR%%/stencils/Cisco/unity_express.png %%DATADIR%%/stencils/Cisco/unity_server.desktop %%DATADIR%%/stencils/Cisco/unity_server.odg %%DATADIR%%/stencils/Cisco/unity_server.png %%DATADIR%%/stencils/Cisco/universal_gateway.desktop %%DATADIR%%/stencils/Cisco/universal_gateway.odg %%DATADIR%%/stencils/Cisco/universal_gateway.png %%DATADIR%%/stencils/Cisco/university.desktop %%DATADIR%%/stencils/Cisco/university.odg %%DATADIR%%/stencils/Cisco/university.png %%DATADIR%%/stencils/Cisco/ups.desktop %%DATADIR%%/stencils/Cisco/ups.odg %%DATADIR%%/stencils/Cisco/ups.png %%DATADIR%%/stencils/Cisco/video_camera.desktop %%DATADIR%%/stencils/Cisco/video_camera.odg %%DATADIR%%/stencils/Cisco/video_camera.png %%DATADIR%%/stencils/Cisco/video_camera_right.desktop %%DATADIR%%/stencils/Cisco/video_camera_right.odg %%DATADIR%%/stencils/Cisco/video_camera_right.png %%DATADIR%%/stencils/Cisco/vip.desktop %%DATADIR%%/stencils/Cisco/vip.odg %%DATADIR%%/stencils/Cisco/vip.png %%DATADIR%%/stencils/Cisco/virtual_layer_switch.desktop %%DATADIR%%/stencils/Cisco/virtual_layer_switch.odg %%DATADIR%%/stencils/Cisco/virtual_layer_switch.png %%DATADIR%%/stencils/Cisco/vn2900.desktop %%DATADIR%%/stencils/Cisco/vn2900.odg %%DATADIR%%/stencils/Cisco/vn2900.png %%DATADIR%%/stencils/Cisco/vn5900.desktop %%DATADIR%%/stencils/Cisco/vn5900.odg %%DATADIR%%/stencils/Cisco/vn5900.png %%DATADIR%%/stencils/Cisco/vn5902.desktop %%DATADIR%%/stencils/Cisco/vn5902.odg %%DATADIR%%/stencils/Cisco/vn5902.png %%DATADIR%%/stencils/Cisco/voice-enabled_access_server.desktop %%DATADIR%%/stencils/Cisco/voice-enabled_access_server.odg %%DATADIR%%/stencils/Cisco/voice-enabled_access_server.png %%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.desktop %%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.odg %%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.png %%DATADIR%%/stencils/Cisco/voice-enabled_router.desktop %%DATADIR%%/stencils/Cisco/voice-enabled_router.odg %%DATADIR%%/stencils/Cisco/voice-enabled_router.png %%DATADIR%%/stencils/Cisco/voice_switch2.desktop %%DATADIR%%/stencils/Cisco/voice_switch2.odg %%DATADIR%%/stencils/Cisco/voice_switch2.png %%DATADIR%%/stencils/Cisco/vpn_concentrator.desktop %%DATADIR%%/stencils/Cisco/vpn_concentrator.odg %%DATADIR%%/stencils/Cisco/vpn_concentrator.png %%DATADIR%%/stencils/Cisco/vpn_gateway.desktop %%DATADIR%%/stencils/Cisco/vpn_gateway.odg %%DATADIR%%/stencils/Cisco/vpn_gateway.png %%DATADIR%%/stencils/Cisco/vsc3000.desktop %%DATADIR%%/stencils/Cisco/vsc3000.odg %%DATADIR%%/stencils/Cisco/vsc3000.png %%DATADIR%%/stencils/Cisco/wan.desktop %%DATADIR%%/stencils/Cisco/wan.odg %%DATADIR%%/stencils/Cisco/wan.png %%DATADIR%%/stencils/Cisco/wavelength_router.desktop %%DATADIR%%/stencils/Cisco/wavelength_router.odg %%DATADIR%%/stencils/Cisco/wavelength_router.png %%DATADIR%%/stencils/Cisco/wdm.desktop %%DATADIR%%/stencils/Cisco/wdm.odg %%DATADIR%%/stencils/Cisco/wdm.png %%DATADIR%%/stencils/Cisco/web_browser.desktop %%DATADIR%%/stencils/Cisco/web_browser.odg %%DATADIR%%/stencils/Cisco/web_browser.png %%DATADIR%%/stencils/Cisco/web_cluster.desktop %%DATADIR%%/stencils/Cisco/web_cluster.odg %%DATADIR%%/stencils/Cisco/web_cluster.png %%DATADIR%%/stencils/Cisco/wi-fi_tag.desktop %%DATADIR%%/stencils/Cisco/wi-fi_tag.odg %%DATADIR%%/stencils/Cisco/wi-fi_tag.png %%DATADIR%%/stencils/Cisco/wireless.desktop %%DATADIR%%/stencils/Cisco/wireless.odg %%DATADIR%%/stencils/Cisco/wireless.png %%DATADIR%%/stencils/Cisco/wireless_bridge.desktop %%DATADIR%%/stencils/Cisco/wireless_bridge.odg %%DATADIR%%/stencils/Cisco/wireless_bridge.png %%DATADIR%%/stencils/Cisco/wireless_connectivity.desktop %%DATADIR%%/stencils/Cisco/wireless_connectivity.odg %%DATADIR%%/stencils/Cisco/wireless_connectivity.png %%DATADIR%%/stencils/Cisco/wireless_location_appliance.desktop %%DATADIR%%/stencils/Cisco/wireless_location_appliance.odg %%DATADIR%%/stencils/Cisco/wireless_location_appliance.png %%DATADIR%%/stencils/Cisco/wireless_router.desktop %%DATADIR%%/stencils/Cisco/wireless_router.odg %%DATADIR%%/stencils/Cisco/wireless_router.png %%DATADIR%%/stencils/Cisco/wireless_transport.desktop %%DATADIR%%/stencils/Cisco/wireless_transport.odg %%DATADIR%%/stencils/Cisco/wireless_transport.png %%DATADIR%%/stencils/Cisco/wlan_controller.desktop %%DATADIR%%/stencils/Cisco/wlan_controller.odg %%DATADIR%%/stencils/Cisco/wlan_controller.png %%DATADIR%%/stencils/Cisco/woman.desktop %%DATADIR%%/stencils/Cisco/woman.odg %%DATADIR%%/stencils/Cisco/woman.png %%DATADIR%%/stencils/Cisco/woman_blue.desktop %%DATADIR%%/stencils/Cisco/woman_blue.odg %%DATADIR%%/stencils/Cisco/woman_blue.png %%DATADIR%%/stencils/Cisco/woman_gold.desktop %%DATADIR%%/stencils/Cisco/woman_gold.odg %%DATADIR%%/stencils/Cisco/woman_gold.png %%DATADIR%%/stencils/Cisco/woman_red.desktop %%DATADIR%%/stencils/Cisco/woman_red.odg %%DATADIR%%/stencils/Cisco/woman_red.png %%DATADIR%%/stencils/Cisco/workgroup_director.desktop %%DATADIR%%/stencils/Cisco/workgroup_director.odg %%DATADIR%%/stencils/Cisco/workgroup_director.png %%DATADIR%%/stencils/Cisco/workgroup_fcis.desktop %%DATADIR%%/stencils/Cisco/workgroup_fcis.odg %%DATADIR%%/stencils/Cisco/workgroup_fcis.png %%DATADIR%%/stencils/Cisco/workgroup_switch.desktop %%DATADIR%%/stencils/Cisco/workgroup_switch.odg %%DATADIR%%/stencils/Cisco/workgroup_switch.png %%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.desktop %%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.odg %%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.png %%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.desktop %%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.odg %%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.png %%DATADIR%%/stencils/Cisco/workstation.desktop %%DATADIR%%/stencils/Cisco/workstation.odg %%DATADIR%%/stencils/Cisco/workstation.png %%DATADIR%%/stencils/Cisco/www_server.desktop %%DATADIR%%/stencils/Cisco/www_server.odg %%DATADIR%%/stencils/Cisco/www_server.png %%DATADIR%%/stencils/Civil/bvrest.desktop %%DATADIR%%/stencils/Civil/bvrest.odg %%DATADIR%%/stencils/Civil/bvrest.png %%DATADIR%%/stencils/Civil/civil_aerator.desktop %%DATADIR%%/stencils/Civil/civil_aerator.odg %%DATADIR%%/stencils/Civil/civil_aerator.png %%DATADIR%%/stencils/Civil/civil_arrow_right.desktop %%DATADIR%%/stencils/Civil/civil_arrow_right.odg %%DATADIR%%/stencils/Civil/civil_arrow_right.png %%DATADIR%%/stencils/Civil/civil_arrow_up.desktop %%DATADIR%%/stencils/Civil/civil_arrow_up.odg %%DATADIR%%/stencils/Civil/civil_arrow_up.png %%DATADIR%%/stencils/Civil/civil_backflow_preventer.desktop %%DATADIR%%/stencils/Civil/civil_backflow_preventer.odg %%DATADIR%%/stencils/Civil/civil_backflow_preventer.png %%DATADIR%%/stencils/Civil/civil_basin.desktop %%DATADIR%%/stencils/Civil/civil_basin.odg %%DATADIR%%/stencils/Civil/civil_basin.png %%DATADIR%%/stencils/Civil/civil_container.desktop %%DATADIR%%/stencils/Civil/civil_container.odg %%DATADIR%%/stencils/Civil/civil_container.png %%DATADIR%%/stencils/Civil/civil_final-settling_basin.desktop %%DATADIR%%/stencils/Civil/civil_final-settling_basin.odg %%DATADIR%%/stencils/Civil/civil_final-settling_basin.png %%DATADIR%%/stencils/Civil/civil_frequency_converter.desktop %%DATADIR%%/stencils/Civil/civil_frequency_converter.odg %%DATADIR%%/stencils/Civil/civil_frequency_converter.png %%DATADIR%%/stencils/Civil/civil_gas_bottle.desktop %%DATADIR%%/stencils/Civil/civil_gas_bottle.odg %%DATADIR%%/stencils/Civil/civil_gas_bottle.png %%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.desktop %%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.odg %%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.png %%DATADIR%%/stencils/Civil/civil_horizontal_valve.desktop %%DATADIR%%/stencils/Civil/civil_horizontal_valve.odg %%DATADIR%%/stencils/Civil/civil_horizontal_valve.png %%DATADIR%%/stencils/Civil/civil_motor.desktop %%DATADIR%%/stencils/Civil/civil_motor.odg %%DATADIR%%/stencils/Civil/civil_motor.png %%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.desktop %%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.odg %%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.png %%DATADIR%%/stencils/Civil/civil_rotor.desktop %%DATADIR%%/stencils/Civil/civil_rotor.odg %%DATADIR%%/stencils/Civil/civil_rotor.png %%DATADIR%%/stencils/Civil/civil_soil.desktop %%DATADIR%%/stencils/Civil/civil_soil.odg %%DATADIR%%/stencils/Civil/civil_soil.png %%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.desktop %%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.odg %%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.png %%DATADIR%%/stencils/Civil/civil_vertical_propeller.desktop %%DATADIR%%/stencils/Civil/civil_vertical_propeller.odg %%DATADIR%%/stencils/Civil/civil_vertical_propeller.png %%DATADIR%%/stencils/Civil/collection.desktop %%DATADIR%%/stencils/Civil/hcompressor.desktop %%DATADIR%%/stencils/Civil/hcompressor.odg %%DATADIR%%/stencils/Civil/hcompressor.png %%DATADIR%%/stencils/Civil/hpump.desktop %%DATADIR%%/stencils/Civil/hpump.odg %%DATADIR%%/stencils/Civil/hpump.png %%DATADIR%%/stencils/Civil/hrest.desktop %%DATADIR%%/stencils/Civil/hrest.odg %%DATADIR%%/stencils/Civil/hrest.png %%DATADIR%%/stencils/Civil/line.desktop %%DATADIR%%/stencils/Civil/line.odg %%DATADIR%%/stencils/Civil/line.png %%DATADIR%%/stencils/Civil/vcompressor.desktop %%DATADIR%%/stencils/Civil/vcompressor.odg %%DATADIR%%/stencils/Civil/vcompressor.png %%DATADIR%%/stencils/Civil/vpump.desktop %%DATADIR%%/stencils/Civil/vpump.odg %%DATADIR%%/stencils/Civil/vpump.png %%DATADIR%%/stencils/Civil/vrest.desktop %%DATADIR%%/stencils/Civil/vrest.odg %%DATADIR%%/stencils/Civil/vrest.png %%DATADIR%%/stencils/Civil/water_level.desktop %%DATADIR%%/stencils/Civil/water_level.odg %%DATADIR%%/stencils/Civil/water_level.png %%DATADIR%%/stencils/Contact/c_if.desktop %%DATADIR%%/stencils/Contact/c_if.odg %%DATADIR%%/stencils/Contact/c_if.png %%DATADIR%%/stencils/Contact/c_ifnot.desktop %%DATADIR%%/stencils/Contact/c_ifnot.odg %%DATADIR%%/stencils/Contact/c_ifnot.png %%DATADIR%%/stencils/Contact/c_lamp.desktop %%DATADIR%%/stencils/Contact/c_lamp.odg %%DATADIR%%/stencils/Contact/c_lamp.png %%DATADIR%%/stencils/Contact/c_relay.desktop %%DATADIR%%/stencils/Contact/c_relay.odg %%DATADIR%%/stencils/Contact/c_relay.png %%DATADIR%%/stencils/Contact/collection.desktop %%DATADIR%%/stencils/Contact/l_if.desktop %%DATADIR%%/stencils/Contact/l_if.odg %%DATADIR%%/stencils/Contact/l_if.png %%DATADIR%%/stencils/Contact/l_ifnot.desktop %%DATADIR%%/stencils/Contact/l_ifnot.odg %%DATADIR%%/stencils/Contact/l_ifnot.png %%DATADIR%%/stencils/Contact/l_out.desktop %%DATADIR%%/stencils/Contact/l_out.odg %%DATADIR%%/stencils/Contact/l_out.png %%DATADIR%%/stencils/Contact/l_outj.desktop %%DATADIR%%/stencils/Contact/l_outj.odg %%DATADIR%%/stencils/Contact/l_outj.png %%DATADIR%%/stencils/Contact/l_outnot.desktop %%DATADIR%%/stencils/Contact/l_outnot.odg %%DATADIR%%/stencils/Contact/l_outnot.png %%DATADIR%%/stencils/Contact/l_outr.desktop %%DATADIR%%/stencils/Contact/l_outr.odg %%DATADIR%%/stencils/Contact/l_outr.png %%DATADIR%%/stencils/Contact/l_outrcep.desktop %%DATADIR%%/stencils/Contact/l_outrcep.odg %%DATADIR%%/stencils/Contact/l_outrcep.png %%DATADIR%%/stencils/Contact/l_outs.desktop %%DATADIR%%/stencils/Contact/l_outs.odg %%DATADIR%%/stencils/Contact/l_outs.png %%DATADIR%%/stencils/Contact/l_sout.desktop %%DATADIR%%/stencils/Contact/l_sout.odg %%DATADIR%%/stencils/Contact/l_sout.png %%DATADIR%%/stencils/Contact/l_soutnot.desktop %%DATADIR%%/stencils/Contact/l_soutnot.odg %%DATADIR%%/stencils/Contact/l_soutnot.png %%DATADIR%%/stencils/Contact/l_soutr.desktop %%DATADIR%%/stencils/Contact/l_soutr.odg %%DATADIR%%/stencils/Contact/l_soutr.png %%DATADIR%%/stencils/Contact/l_souts.desktop %%DATADIR%%/stencils/Contact/l_souts.odg %%DATADIR%%/stencils/Contact/l_souts.png %%DATADIR%%/stencils/Cybernetics/b-integrator.desktop %%DATADIR%%/stencils/Cybernetics/b-integrator.odg %%DATADIR%%/stencils/Cybernetics/b-integrator.png %%DATADIR%%/stencils/Cybernetics/b-minus.desktop %%DATADIR%%/stencils/Cybernetics/b-minus.odg %%DATADIR%%/stencils/Cybernetics/b-minus.png %%DATADIR%%/stencils/Cybernetics/b-sens.desktop %%DATADIR%%/stencils/Cybernetics/b-sens.odg %%DATADIR%%/stencils/Cybernetics/b-sens.png %%DATADIR%%/stencils/Cybernetics/collection.desktop %%DATADIR%%/stencils/Cybernetics/delta-t.desktop %%DATADIR%%/stencils/Cybernetics/delta-t.odg %%DATADIR%%/stencils/Cybernetics/delta-t.png %%DATADIR%%/stencils/Cybernetics/empty-func.desktop %%DATADIR%%/stencils/Cybernetics/empty-func.odg %%DATADIR%%/stencils/Cybernetics/empty-func.png %%DATADIR%%/stencils/Cybernetics/factor-0to-1.desktop %%DATADIR%%/stencils/Cybernetics/factor-0to-1.odg %%DATADIR%%/stencils/Cybernetics/factor-0to-1.png %%DATADIR%%/stencils/Cybernetics/factor-0to1.desktop %%DATADIR%%/stencils/Cybernetics/factor-0to1.odg %%DATADIR%%/stencils/Cybernetics/factor-0to1.png %%DATADIR%%/stencils/Cybernetics/factor-greater1.desktop %%DATADIR%%/stencils/Cybernetics/factor-greater1.odg %%DATADIR%%/stencils/Cybernetics/factor-greater1.png %%DATADIR%%/stencils/Cybernetics/factor-smaller-1.desktop %%DATADIR%%/stencils/Cybernetics/factor-smaller-1.odg %%DATADIR%%/stencils/Cybernetics/factor-smaller-1.png %%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.desktop %%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.odg %%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.png %%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.desktop %%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.odg %%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.png %%DATADIR%%/stencils/Cybernetics/hpf.desktop %%DATADIR%%/stencils/Cybernetics/hpf.odg %%DATADIR%%/stencils/Cybernetics/hpf.png %%DATADIR%%/stencils/Cybernetics/l-integrator.desktop %%DATADIR%%/stencils/Cybernetics/l-integrator.odg %%DATADIR%%/stencils/Cybernetics/l-integrator.png %%DATADIR%%/stencils/Cybernetics/l-minus.desktop %%DATADIR%%/stencils/Cybernetics/l-minus.odg %%DATADIR%%/stencils/Cybernetics/l-minus.png %%DATADIR%%/stencils/Cybernetics/l-sens.desktop %%DATADIR%%/stencils/Cybernetics/l-sens.odg %%DATADIR%%/stencils/Cybernetics/l-sens.png %%DATADIR%%/stencils/Cybernetics/lpf.desktop %%DATADIR%%/stencils/Cybernetics/lpf.odg %%DATADIR%%/stencils/Cybernetics/lpf.png %%DATADIR%%/stencils/Cybernetics/negative-shift.desktop %%DATADIR%%/stencils/Cybernetics/negative-shift.odg %%DATADIR%%/stencils/Cybernetics/negative-shift.png %%DATADIR%%/stencils/Cybernetics/positive-shift.desktop %%DATADIR%%/stencils/Cybernetics/positive-shift.odg %%DATADIR%%/stencils/Cybernetics/positive-shift.png %%DATADIR%%/stencils/Cybernetics/product.desktop %%DATADIR%%/stencils/Cybernetics/product.odg %%DATADIR%%/stencils/Cybernetics/product.png %%DATADIR%%/stencils/Cybernetics/r-integrator.desktop %%DATADIR%%/stencils/Cybernetics/r-integrator.odg %%DATADIR%%/stencils/Cybernetics/r-integrator.png %%DATADIR%%/stencils/Cybernetics/r-minus.desktop %%DATADIR%%/stencils/Cybernetics/r-minus.odg %%DATADIR%%/stencils/Cybernetics/r-minus.png %%DATADIR%%/stencils/Cybernetics/r-sens.desktop %%DATADIR%%/stencils/Cybernetics/r-sens.odg %%DATADIR%%/stencils/Cybernetics/r-sens.png %%DATADIR%%/stencils/Cybernetics/relay.desktop %%DATADIR%%/stencils/Cybernetics/relay.odg %%DATADIR%%/stencils/Cybernetics/relay.png %%DATADIR%%/stencils/Cybernetics/saturation.desktop %%DATADIR%%/stencils/Cybernetics/saturation.odg %%DATADIR%%/stencils/Cybernetics/saturation.png %%DATADIR%%/stencils/Cybernetics/sigmoid.desktop %%DATADIR%%/stencils/Cybernetics/sigmoid.odg %%DATADIR%%/stencils/Cybernetics/sigmoid.png %%DATADIR%%/stencils/Cybernetics/sine.desktop %%DATADIR%%/stencils/Cybernetics/sine.odg %%DATADIR%%/stencils/Cybernetics/sine.png %%DATADIR%%/stencils/Cybernetics/sum.desktop %%DATADIR%%/stencils/Cybernetics/sum.odg %%DATADIR%%/stencils/Cybernetics/sum.png %%DATADIR%%/stencils/Cybernetics/t-integrator.desktop %%DATADIR%%/stencils/Cybernetics/t-integrator.odg %%DATADIR%%/stencils/Cybernetics/t-integrator.png %%DATADIR%%/stencils/Cybernetics/t-minus.desktop %%DATADIR%%/stencils/Cybernetics/t-minus.odg %%DATADIR%%/stencils/Cybernetics/t-minus.png %%DATADIR%%/stencils/Cybernetics/t-sens.desktop %%DATADIR%%/stencils/Cybernetics/t-sens.odg %%DATADIR%%/stencils/Cybernetics/t-sens.png %%DATADIR%%/stencils/Digital/add_h.desktop %%DATADIR%%/stencils/Digital/add_h.odg %%DATADIR%%/stencils/Digital/add_h.png %%DATADIR%%/stencils/Digital/add_v.desktop %%DATADIR%%/stencils/Digital/add_v.odg %%DATADIR%%/stencils/Digital/add_v.png %%DATADIR%%/stencils/Digital/and_h.desktop %%DATADIR%%/stencils/Digital/and_h.odg %%DATADIR%%/stencils/Digital/and_h.png %%DATADIR%%/stencils/Digital/and_v.desktop %%DATADIR%%/stencils/Digital/and_v.odg %%DATADIR%%/stencils/Digital/and_v.png %%DATADIR%%/stencils/Digital/buff_h.desktop %%DATADIR%%/stencils/Digital/buff_h.odg %%DATADIR%%/stencils/Digital/buff_h.png %%DATADIR%%/stencils/Digital/buff_v.desktop %%DATADIR%%/stencils/Digital/buff_v.odg %%DATADIR%%/stencils/Digital/buff_v.png %%DATADIR%%/stencils/Digital/collection.desktop %%DATADIR%%/stencils/Digital/conn.desktop %%DATADIR%%/stencils/Digital/conn.odg %%DATADIR%%/stencils/Digital/conn.png %%DATADIR%%/stencils/Digital/inv_h.desktop %%DATADIR%%/stencils/Digital/inv_h.odg %%DATADIR%%/stencils/Digital/inv_h.png %%DATADIR%%/stencils/Digital/inv_v.desktop %%DATADIR%%/stencils/Digital/inv_v.odg %%DATADIR%%/stencils/Digital/inv_v.png %%DATADIR%%/stencils/Digital/mux_h.desktop %%DATADIR%%/stencils/Digital/mux_h.odg %%DATADIR%%/stencils/Digital/mux_h.png %%DATADIR%%/stencils/Digital/mux_v.desktop %%DATADIR%%/stencils/Digital/mux_v.odg %%DATADIR%%/stencils/Digital/mux_v.png %%DATADIR%%/stencils/Digital/nand_h.desktop %%DATADIR%%/stencils/Digital/nand_h.odg %%DATADIR%%/stencils/Digital/nand_h.png %%DATADIR%%/stencils/Digital/nand_v.desktop %%DATADIR%%/stencils/Digital/nand_v.odg %%DATADIR%%/stencils/Digital/nand_v.png %%DATADIR%%/stencils/Digital/nor_h.desktop %%DATADIR%%/stencils/Digital/nor_h.odg %%DATADIR%%/stencils/Digital/nor_h.png %%DATADIR%%/stencils/Digital/nor_v.desktop %%DATADIR%%/stencils/Digital/nor_v.odg %%DATADIR%%/stencils/Digital/nor_v.png %%DATADIR%%/stencils/Digital/or_h.desktop %%DATADIR%%/stencils/Digital/or_h.odg %%DATADIR%%/stencils/Digital/or_h.png %%DATADIR%%/stencils/Digital/or_v.desktop %%DATADIR%%/stencils/Digital/or_v.odg %%DATADIR%%/stencils/Digital/or_v.png %%DATADIR%%/stencils/Digital/reg_h.desktop %%DATADIR%%/stencils/Digital/reg_h.odg %%DATADIR%%/stencils/Digital/reg_h.png %%DATADIR%%/stencils/Digital/reg_v.desktop %%DATADIR%%/stencils/Digital/reg_v.odg %%DATADIR%%/stencils/Digital/reg_v.png %%DATADIR%%/stencils/Digital/xnor_h.desktop %%DATADIR%%/stencils/Digital/xnor_h.odg %%DATADIR%%/stencils/Digital/xnor_h.png %%DATADIR%%/stencils/Digital/xnor_v.desktop %%DATADIR%%/stencils/Digital/xnor_v.odg %%DATADIR%%/stencils/Digital/xnor_v.png %%DATADIR%%/stencils/Digital/xor_h.desktop %%DATADIR%%/stencils/Digital/xor_h.odg %%DATADIR%%/stencils/Digital/xor_h.png %%DATADIR%%/stencils/Digital/xor_v.desktop %%DATADIR%%/stencils/Digital/xor_v.odg %%DATADIR%%/stencils/Digital/xor_v.png %%DATADIR%%/stencils/Edpc/and.desktop %%DATADIR%%/stencils/Edpc/and.odg %%DATADIR%%/stencils/Edpc/and.png %%DATADIR%%/stencils/Edpc/collection.desktop %%DATADIR%%/stencils/Edpc/function.desktop %%DATADIR%%/stencils/Edpc/function.odg %%DATADIR%%/stencils/Edpc/function.png %%DATADIR%%/stencils/Edpc/or.desktop %%DATADIR%%/stencils/Edpc/or.odg %%DATADIR%%/stencils/Edpc/or.png %%DATADIR%%/stencils/Edpc/organisation_unit.desktop %%DATADIR%%/stencils/Edpc/organisation_unit.odg %%DATADIR%%/stencils/Edpc/organisation_unit.png %%DATADIR%%/stencils/Edpc/xor.desktop %%DATADIR%%/stencils/Edpc/xor.odg %%DATADIR%%/stencils/Edpc/xor.png %%DATADIR%%/stencils/Electric/cnx.desktop %%DATADIR%%/stencils/Electric/cnx.odg %%DATADIR%%/stencils/Electric/cnx.png %%DATADIR%%/stencils/Electric/collection.desktop %%DATADIR%%/stencils/Electric/command.desktop %%DATADIR%%/stencils/Electric/command.odg %%DATADIR%%/stencils/Electric/command.png %%DATADIR%%/stencils/Electric/contact_f.desktop %%DATADIR%%/stencils/Electric/contact_f.odg %%DATADIR%%/stencils/Electric/contact_f.png %%DATADIR%%/stencils/Electric/contact_o.desktop %%DATADIR%%/stencils/Electric/contact_o.odg %%DATADIR%%/stencils/Electric/contact_o.png %%DATADIR%%/stencils/Electric/intpos_f.desktop %%DATADIR%%/stencils/Electric/intpos_f.odg %%DATADIR%%/stencils/Electric/intpos_f.png %%DATADIR%%/stencils/Electric/intpos_o.desktop %%DATADIR%%/stencils/Electric/intpos_o.odg %%DATADIR%%/stencils/Electric/intpos_o.png %%DATADIR%%/stencils/Electric/lamp.desktop %%DATADIR%%/stencils/Electric/lamp.odg %%DATADIR%%/stencils/Electric/lamp.png %%DATADIR%%/stencils/Electric/relay.desktop %%DATADIR%%/stencils/Electric/relay.odg %%DATADIR%%/stencils/Electric/relay.png %%DATADIR%%/stencils/Electric/vcommand.desktop %%DATADIR%%/stencils/Electric/vcommand.odg %%DATADIR%%/stencils/Electric/vcommand.png %%DATADIR%%/stencils/Electric/vcontact_f.desktop %%DATADIR%%/stencils/Electric/vcontact_f.odg %%DATADIR%%/stencils/Electric/vcontact_f.png %%DATADIR%%/stencils/Electric/vcontact_o.desktop %%DATADIR%%/stencils/Electric/vcontact_o.odg %%DATADIR%%/stencils/Electric/vcontact_o.png %%DATADIR%%/stencils/Electric/vintpos_f.desktop %%DATADIR%%/stencils/Electric/vintpos_f.odg %%DATADIR%%/stencils/Electric/vintpos_f.png %%DATADIR%%/stencils/Electric/vintpos_o.desktop %%DATADIR%%/stencils/Electric/vintpos_o.odg %%DATADIR%%/stencils/Electric/vintpos_o.png %%DATADIR%%/stencils/Electric/vlamp.desktop %%DATADIR%%/stencils/Electric/vlamp.odg %%DATADIR%%/stencils/Electric/vlamp.png %%DATADIR%%/stencils/Electric/vrelay.desktop %%DATADIR%%/stencils/Electric/vrelay.odg %%DATADIR%%/stencils/Electric/vrelay.png %%DATADIR%%/stencils/Electric2/ckt-breaker.desktop %%DATADIR%%/stencils/Electric2/ckt-breaker.odg %%DATADIR%%/stencils/Electric2/ckt-breaker.png %%DATADIR%%/stencils/Electric2/collection.desktop %%DATADIR%%/stencils/Electric2/generator.desktop %%DATADIR%%/stencils/Electric2/generator.odg %%DATADIR%%/stencils/Electric2/generator.png %%DATADIR%%/stencils/Electric2/isolator.desktop %%DATADIR%%/stencils/Electric2/isolator.odg %%DATADIR%%/stencils/Electric2/isolator.png %%DATADIR%%/stencils/Electric2/transformer.desktop %%DATADIR%%/stencils/Electric2/transformer.odg %%DATADIR%%/stencils/Electric2/transformer.png %%DATADIR%%/stencils/Electronic/ampermeter.desktop %%DATADIR%%/stencils/Electronic/ampermeter.odg %%DATADIR%%/stencils/Electronic/ampermeter.png %%DATADIR%%/stencils/Electronic/antenna.desktop %%DATADIR%%/stencils/Electronic/antenna.odg %%DATADIR%%/stencils/Electronic/antenna.png %%DATADIR%%/stencils/Electronic/bell.desktop %%DATADIR%%/stencils/Electronic/bell.odg %%DATADIR%%/stencils/Electronic/bell.png %%DATADIR%%/stencils/Electronic/button.desktop %%DATADIR%%/stencils/Electronic/button.odg %%DATADIR%%/stencils/Electronic/button.png %%DATADIR%%/stencils/Electronic/capacitor.desktop %%DATADIR%%/stencils/Electronic/capacitor.odg %%DATADIR%%/stencils/Electronic/capacitor.png %%DATADIR%%/stencils/Electronic/capacitor_electrolytic.desktop %%DATADIR%%/stencils/Electronic/capacitor_electrolytic.odg %%DATADIR%%/stencils/Electronic/capacitor_electrolytic.png %%DATADIR%%/stencils/Electronic/collection.desktop %%DATADIR%%/stencils/Electronic/contact.desktop %%DATADIR%%/stencils/Electronic/contact.odg %%DATADIR%%/stencils/Electronic/contact.png %%DATADIR%%/stencils/Electronic/contact_pair.desktop %%DATADIR%%/stencils/Electronic/contact_pair.odg %%DATADIR%%/stencils/Electronic/contact_pair.png %%DATADIR%%/stencils/Electronic/crystal.desktop %%DATADIR%%/stencils/Electronic/crystal.odg %%DATADIR%%/stencils/Electronic/crystal.png %%DATADIR%%/stencils/Electronic/di_gate.desktop %%DATADIR%%/stencils/Electronic/di_gate.odg %%DATADIR%%/stencils/Electronic/di_gate.png %%DATADIR%%/stencils/Electronic/diac.desktop %%DATADIR%%/stencils/Electronic/diac.odg %%DATADIR%%/stencils/Electronic/diac.png %%DATADIR%%/stencils/Electronic/diode_inverse.desktop %%DATADIR%%/stencils/Electronic/diode_inverse.odg %%DATADIR%%/stencils/Electronic/diode_inverse.png %%DATADIR%%/stencils/Electronic/diode_schottky.desktop %%DATADIR%%/stencils/Electronic/diode_schottky.odg %%DATADIR%%/stencils/Electronic/diode_schottky.png %%DATADIR%%/stencils/Electronic/diode_tunnel.desktop %%DATADIR%%/stencils/Electronic/diode_tunnel.odg %%DATADIR%%/stencils/Electronic/diode_tunnel.png %%DATADIR%%/stencils/Electronic/diode_zenner.desktop %%DATADIR%%/stencils/Electronic/diode_zenner.odg %%DATADIR%%/stencils/Electronic/diode_zenner.png %%DATADIR%%/stencils/Electronic/engine.desktop %%DATADIR%%/stencils/Electronic/engine.odg %%DATADIR%%/stencils/Electronic/engine.png %%DATADIR%%/stencils/Electronic/ground.desktop %%DATADIR%%/stencils/Electronic/ground.odg %%DATADIR%%/stencils/Electronic/ground.png %%DATADIR%%/stencils/Electronic/headphone.desktop %%DATADIR%%/stencils/Electronic/headphone.odg %%DATADIR%%/stencils/Electronic/headphone.png %%DATADIR%%/stencils/Electronic/inductor.desktop %%DATADIR%%/stencils/Electronic/inductor.odg %%DATADIR%%/stencils/Electronic/inductor.png %%DATADIR%%/stencils/Electronic/led_display.desktop %%DATADIR%%/stencils/Electronic/led_display.odg %%DATADIR%%/stencils/Electronic/led_display.png %%DATADIR%%/stencils/Electronic/microphone.desktop %%DATADIR%%/stencils/Electronic/microphone.odg %%DATADIR%%/stencils/Electronic/microphone.png %%DATADIR%%/stencils/Electronic/photo_emiting_part.desktop %%DATADIR%%/stencils/Electronic/photo_emiting_part.odg %%DATADIR%%/stencils/Electronic/photo_emiting_part.png %%DATADIR%%/stencils/Electronic/photo_sensitive_part.desktop %%DATADIR%%/stencils/Electronic/photo_sensitive_part.odg %%DATADIR%%/stencils/Electronic/photo_sensitive_part.png %%DATADIR%%/stencils/Electronic/port_in.desktop %%DATADIR%%/stencils/Electronic/port_in.odg %%DATADIR%%/stencils/Electronic/port_in.png %%DATADIR%%/stencils/Electronic/port_inout.desktop %%DATADIR%%/stencils/Electronic/port_inout.odg %%DATADIR%%/stencils/Electronic/port_inout.png %%DATADIR%%/stencils/Electronic/port_out.desktop %%DATADIR%%/stencils/Electronic/port_out.odg %%DATADIR%%/stencils/Electronic/port_out.png %%DATADIR%%/stencils/Electronic/potenciometer.desktop %%DATADIR%%/stencils/Electronic/potenciometer.odg %%DATADIR%%/stencils/Electronic/potenciometer.png %%DATADIR%%/stencils/Electronic/source.desktop %%DATADIR%%/stencils/Electronic/source.odg %%DATADIR%%/stencils/Electronic/source.png %%DATADIR%%/stencils/Electronic/source_current.desktop %%DATADIR%%/stencils/Electronic/source_current.odg %%DATADIR%%/stencils/Electronic/source_current.png %%DATADIR%%/stencils/Electronic/source_substitution.desktop %%DATADIR%%/stencils/Electronic/source_substitution.odg %%DATADIR%%/stencils/Electronic/source_substitution.png %%DATADIR%%/stencils/Electronic/source_voltage.desktop %%DATADIR%%/stencils/Electronic/source_voltage.odg %%DATADIR%%/stencils/Electronic/source_voltage.png %%DATADIR%%/stencils/Electronic/source_voltage_alternating.desktop %%DATADIR%%/stencils/Electronic/source_voltage_alternating.odg %%DATADIR%%/stencils/Electronic/source_voltage_alternating.png %%DATADIR%%/stencils/Electronic/source_voltage_direct.desktop %%DATADIR%%/stencils/Electronic/source_voltage_direct.odg %%DATADIR%%/stencils/Electronic/source_voltage_direct.png %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.desktop %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.odg %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.png %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.desktop %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.odg %%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.png %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.desktop %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.odg %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.png %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.desktop %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.odg %%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.png %%DATADIR%%/stencils/Electronic/transistor_jfe_n.desktop %%DATADIR%%/stencils/Electronic/transistor_jfe_n.odg %%DATADIR%%/stencils/Electronic/transistor_jfe_n.png %%DATADIR%%/stencils/Electronic/transistor_jfe_p.desktop %%DATADIR%%/stencils/Electronic/transistor_jfe_p.odg %%DATADIR%%/stencils/Electronic/transistor_jfe_p.png %%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.desktop %%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.odg %%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.png %%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.desktop %%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.odg %%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.png %%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.desktop %%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.odg %%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.png %%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.desktop %%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.odg %%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.png %%DATADIR%%/stencils/Electronic/transistor_single_pn.desktop %%DATADIR%%/stencils/Electronic/transistor_single_pn.odg %%DATADIR%%/stencils/Electronic/transistor_single_pn.png %%DATADIR%%/stencils/Electronic/triac.desktop %%DATADIR%%/stencils/Electronic/triac.odg %%DATADIR%%/stencils/Electronic/triac.png %%DATADIR%%/stencils/Electronic/tyristor_diode.desktop %%DATADIR%%/stencils/Electronic/tyristor_diode.odg %%DATADIR%%/stencils/Electronic/tyristor_diode.png %%DATADIR%%/stencils/Electronic/tyristor_triode.desktop %%DATADIR%%/stencils/Electronic/tyristor_triode.odg %%DATADIR%%/stencils/Electronic/tyristor_triode.png %%DATADIR%%/stencils/Electronic/vacuum_diode.desktop %%DATADIR%%/stencils/Electronic/vacuum_diode.odg %%DATADIR%%/stencils/Electronic/vacuum_diode.png %%DATADIR%%/stencils/Electronic/vacuum_pentode.desktop %%DATADIR%%/stencils/Electronic/vacuum_pentode.odg %%DATADIR%%/stencils/Electronic/vacuum_pentode.png %%DATADIR%%/stencils/Electronic/vacuum_triode.desktop %%DATADIR%%/stencils/Electronic/vacuum_triode.odg %%DATADIR%%/stencils/Electronic/vacuum_triode.png %%DATADIR%%/stencils/Electronic/variable_linear_part.desktop %%DATADIR%%/stencils/Electronic/variable_linear_part.odg %%DATADIR%%/stencils/Electronic/variable_linear_part.png %%DATADIR%%/stencils/Electronic/variable_nonlinear_part.desktop %%DATADIR%%/stencils/Electronic/variable_nonlinear_part.odg %%DATADIR%%/stencils/Electronic/variable_nonlinear_part.png %%DATADIR%%/stencils/Electronic/varicap.desktop %%DATADIR%%/stencils/Electronic/varicap.odg %%DATADIR%%/stencils/Electronic/varicap.png %%DATADIR%%/stencils/Electronic/voltmeter.desktop %%DATADIR%%/stencils/Electronic/voltmeter.odg %%DATADIR%%/stencils/Electronic/voltmeter.png %%DATADIR%%/stencils/Flags/afghanistan.desktop %%DATADIR%%/stencils/Flags/afghanistan.odg %%DATADIR%%/stencils/Flags/afghanistan.png %%DATADIR%%/stencils/Flags/albania.desktop %%DATADIR%%/stencils/Flags/albania.odg %%DATADIR%%/stencils/Flags/albania.png %%DATADIR%%/stencils/Flags/algeria.desktop %%DATADIR%%/stencils/Flags/algeria.odg %%DATADIR%%/stencils/Flags/algeria.png %%DATADIR%%/stencils/Flags/andorra.desktop %%DATADIR%%/stencils/Flags/andorra.odg %%DATADIR%%/stencils/Flags/andorra.png %%DATADIR%%/stencils/Flags/angola.desktop %%DATADIR%%/stencils/Flags/angola.odg %%DATADIR%%/stencils/Flags/angola.png %%DATADIR%%/stencils/Flags/antarctica.desktop %%DATADIR%%/stencils/Flags/antarctica.odg %%DATADIR%%/stencils/Flags/antarctica.png %%DATADIR%%/stencils/Flags/antigua_and_barbuda.desktop %%DATADIR%%/stencils/Flags/antigua_and_barbuda.odg %%DATADIR%%/stencils/Flags/antigua_and_barbuda.png %%DATADIR%%/stencils/Flags/argentina.desktop %%DATADIR%%/stencils/Flags/argentina.odg %%DATADIR%%/stencils/Flags/argentina.png %%DATADIR%%/stencils/Flags/armenia.desktop %%DATADIR%%/stencils/Flags/armenia.odg %%DATADIR%%/stencils/Flags/armenia.png %%DATADIR%%/stencils/Flags/australia.desktop %%DATADIR%%/stencils/Flags/australia.odg %%DATADIR%%/stencils/Flags/australia.png %%DATADIR%%/stencils/Flags/austria.desktop %%DATADIR%%/stencils/Flags/austria.odg %%DATADIR%%/stencils/Flags/austria.png %%DATADIR%%/stencils/Flags/azerbaijan.desktop %%DATADIR%%/stencils/Flags/azerbaijan.odg %%DATADIR%%/stencils/Flags/azerbaijan.png %%DATADIR%%/stencils/Flags/bahamas.desktop %%DATADIR%%/stencils/Flags/bahamas.odg %%DATADIR%%/stencils/Flags/bahamas.png %%DATADIR%%/stencils/Flags/bahrain.desktop %%DATADIR%%/stencils/Flags/bahrain.odg %%DATADIR%%/stencils/Flags/bahrain.png %%DATADIR%%/stencils/Flags/bangladesh.desktop %%DATADIR%%/stencils/Flags/bangladesh.odg %%DATADIR%%/stencils/Flags/bangladesh.png %%DATADIR%%/stencils/Flags/barbados.desktop %%DATADIR%%/stencils/Flags/barbados.odg %%DATADIR%%/stencils/Flags/barbados.png %%DATADIR%%/stencils/Flags/belarus.desktop %%DATADIR%%/stencils/Flags/belarus.odg %%DATADIR%%/stencils/Flags/belarus.png %%DATADIR%%/stencils/Flags/belgium.desktop %%DATADIR%%/stencils/Flags/belgium.odg %%DATADIR%%/stencils/Flags/belgium.png %%DATADIR%%/stencils/Flags/belize.desktop %%DATADIR%%/stencils/Flags/belize.odg %%DATADIR%%/stencils/Flags/belize.png %%DATADIR%%/stencils/Flags/benin.desktop %%DATADIR%%/stencils/Flags/benin.odg %%DATADIR%%/stencils/Flags/benin.png %%DATADIR%%/stencils/Flags/bhutan.desktop %%DATADIR%%/stencils/Flags/bhutan.odg %%DATADIR%%/stencils/Flags/bhutan.png %%DATADIR%%/stencils/Flags/bolivia.desktop %%DATADIR%%/stencils/Flags/bolivia.odg %%DATADIR%%/stencils/Flags/bolivia.png %%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.desktop %%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.odg %%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.png %%DATADIR%%/stencils/Flags/botswana.desktop %%DATADIR%%/stencils/Flags/botswana.odg %%DATADIR%%/stencils/Flags/botswana.png %%DATADIR%%/stencils/Flags/brazil.desktop %%DATADIR%%/stencils/Flags/brazil.odg %%DATADIR%%/stencils/Flags/brazil.png %%DATADIR%%/stencils/Flags/brunei_darussalam.desktop %%DATADIR%%/stencils/Flags/brunei_darussalam.odg %%DATADIR%%/stencils/Flags/brunei_darussalam.png %%DATADIR%%/stencils/Flags/bulgaria.desktop %%DATADIR%%/stencils/Flags/bulgaria.odg %%DATADIR%%/stencils/Flags/bulgaria.png %%DATADIR%%/stencils/Flags/burkina_faso.desktop %%DATADIR%%/stencils/Flags/burkina_faso.odg %%DATADIR%%/stencils/Flags/burkina_faso.png %%DATADIR%%/stencils/Flags/burundi.desktop %%DATADIR%%/stencils/Flags/burundi.odg %%DATADIR%%/stencils/Flags/burundi.png %%DATADIR%%/stencils/Flags/cambodia.desktop %%DATADIR%%/stencils/Flags/cambodia.odg %%DATADIR%%/stencils/Flags/cambodia.png %%DATADIR%%/stencils/Flags/cameroon.desktop %%DATADIR%%/stencils/Flags/cameroon.odg %%DATADIR%%/stencils/Flags/cameroon.png %%DATADIR%%/stencils/Flags/canada.desktop %%DATADIR%%/stencils/Flags/canada.odg %%DATADIR%%/stencils/Flags/canada.png %%DATADIR%%/stencils/Flags/cape_verde.desktop %%DATADIR%%/stencils/Flags/cape_verde.odg %%DATADIR%%/stencils/Flags/cape_verde.png %%DATADIR%%/stencils/Flags/central_african_republic.desktop %%DATADIR%%/stencils/Flags/central_african_republic.odg %%DATADIR%%/stencils/Flags/central_african_republic.png %%DATADIR%%/stencils/Flags/chad.desktop %%DATADIR%%/stencils/Flags/chad.odg %%DATADIR%%/stencils/Flags/chad.png %%DATADIR%%/stencils/Flags/chile.desktop %%DATADIR%%/stencils/Flags/chile.odg %%DATADIR%%/stencils/Flags/chile.png %%DATADIR%%/stencils/Flags/china_hong_kong.desktop %%DATADIR%%/stencils/Flags/china_hong_kong.odg %%DATADIR%%/stencils/Flags/china_hong_kong.png %%DATADIR%%/stencils/Flags/china_macao.desktop %%DATADIR%%/stencils/Flags/china_macao.odg %%DATADIR%%/stencils/Flags/china_macao.png %%DATADIR%%/stencils/Flags/china_prc.desktop %%DATADIR%%/stencils/Flags/china_prc.odg %%DATADIR%%/stencils/Flags/china_prc.png %%DATADIR%%/stencils/Flags/china_roc.desktop %%DATADIR%%/stencils/Flags/china_roc.odg %%DATADIR%%/stencils/Flags/china_roc.png %%DATADIR%%/stencils/Flags/collection.desktop %%DATADIR%%/stencils/Flags/colombia.desktop %%DATADIR%%/stencils/Flags/colombia.odg %%DATADIR%%/stencils/Flags/colombia.png %%DATADIR%%/stencils/Flags/comoros.desktop %%DATADIR%%/stencils/Flags/comoros.odg %%DATADIR%%/stencils/Flags/comoros.png %%DATADIR%%/stencils/Flags/congo_brazzaville.desktop %%DATADIR%%/stencils/Flags/congo_brazzaville.odg %%DATADIR%%/stencils/Flags/congo_brazzaville.png %%DATADIR%%/stencils/Flags/congo_kinshasa.desktop %%DATADIR%%/stencils/Flags/congo_kinshasa.odg %%DATADIR%%/stencils/Flags/congo_kinshasa.png %%DATADIR%%/stencils/Flags/costa_rica.desktop %%DATADIR%%/stencils/Flags/costa_rica.odg %%DATADIR%%/stencils/Flags/costa_rica.png %%DATADIR%%/stencils/Flags/cote_divoire.desktop %%DATADIR%%/stencils/Flags/cote_divoire.odg %%DATADIR%%/stencils/Flags/cote_divoire.png %%DATADIR%%/stencils/Flags/croatia.desktop %%DATADIR%%/stencils/Flags/croatia.odg %%DATADIR%%/stencils/Flags/croatia.png %%DATADIR%%/stencils/Flags/cuba.desktop %%DATADIR%%/stencils/Flags/cuba.odg %%DATADIR%%/stencils/Flags/cuba.png %%DATADIR%%/stencils/Flags/cyprus.desktop %%DATADIR%%/stencils/Flags/cyprus.odg %%DATADIR%%/stencils/Flags/cyprus.png %%DATADIR%%/stencils/Flags/czechia.desktop %%DATADIR%%/stencils/Flags/czechia.odg %%DATADIR%%/stencils/Flags/czechia.png %%DATADIR%%/stencils/Flags/denmark.desktop %%DATADIR%%/stencils/Flags/denmark.odg %%DATADIR%%/stencils/Flags/denmark.png %%DATADIR%%/stencils/Flags/djibouti.desktop %%DATADIR%%/stencils/Flags/djibouti.odg %%DATADIR%%/stencils/Flags/djibouti.png %%DATADIR%%/stencils/Flags/dominica.desktop %%DATADIR%%/stencils/Flags/dominica.odg %%DATADIR%%/stencils/Flags/dominica.png %%DATADIR%%/stencils/Flags/dominican_republic.desktop %%DATADIR%%/stencils/Flags/dominican_republic.odg %%DATADIR%%/stencils/Flags/dominican_republic.png %%DATADIR%%/stencils/Flags/ecuador.desktop %%DATADIR%%/stencils/Flags/ecuador.odg %%DATADIR%%/stencils/Flags/ecuador.png %%DATADIR%%/stencils/Flags/egypt.desktop %%DATADIR%%/stencils/Flags/egypt.odg %%DATADIR%%/stencils/Flags/egypt.png %%DATADIR%%/stencils/Flags/el_salvador.desktop %%DATADIR%%/stencils/Flags/el_salvador.odg %%DATADIR%%/stencils/Flags/el_salvador.png %%DATADIR%%/stencils/Flags/equatorial_guinea.desktop %%DATADIR%%/stencils/Flags/equatorial_guinea.odg %%DATADIR%%/stencils/Flags/equatorial_guinea.png %%DATADIR%%/stencils/Flags/eritrea.desktop %%DATADIR%%/stencils/Flags/eritrea.odg %%DATADIR%%/stencils/Flags/eritrea.png %%DATADIR%%/stencils/Flags/estonia.desktop %%DATADIR%%/stencils/Flags/estonia.odg %%DATADIR%%/stencils/Flags/estonia.png %%DATADIR%%/stencils/Flags/ethiopia.desktop %%DATADIR%%/stencils/Flags/ethiopia.odg %%DATADIR%%/stencils/Flags/ethiopia.png %%DATADIR%%/stencils/Flags/europeanunion.desktop %%DATADIR%%/stencils/Flags/europeanunion.odg %%DATADIR%%/stencils/Flags/europeanunion.png %%DATADIR%%/stencils/Flags/fiji.desktop %%DATADIR%%/stencils/Flags/fiji.odg %%DATADIR%%/stencils/Flags/fiji.png %%DATADIR%%/stencils/Flags/finland.desktop %%DATADIR%%/stencils/Flags/finland.odg %%DATADIR%%/stencils/Flags/finland.png %%DATADIR%%/stencils/Flags/france.desktop %%DATADIR%%/stencils/Flags/france.odg %%DATADIR%%/stencils/Flags/france.png %%DATADIR%%/stencils/Flags/gabon.desktop %%DATADIR%%/stencils/Flags/gabon.odg %%DATADIR%%/stencils/Flags/gabon.png %%DATADIR%%/stencils/Flags/gambia.desktop %%DATADIR%%/stencils/Flags/gambia.odg %%DATADIR%%/stencils/Flags/gambia.png %%DATADIR%%/stencils/Flags/georgia.desktop %%DATADIR%%/stencils/Flags/georgia.odg %%DATADIR%%/stencils/Flags/georgia.png %%DATADIR%%/stencils/Flags/germany.desktop %%DATADIR%%/stencils/Flags/germany.odg %%DATADIR%%/stencils/Flags/germany.png %%DATADIR%%/stencils/Flags/ghana.desktop %%DATADIR%%/stencils/Flags/ghana.odg %%DATADIR%%/stencils/Flags/ghana.png %%DATADIR%%/stencils/Flags/greece.desktop %%DATADIR%%/stencils/Flags/greece.odg %%DATADIR%%/stencils/Flags/greece.png %%DATADIR%%/stencils/Flags/grenada.desktop %%DATADIR%%/stencils/Flags/grenada.odg %%DATADIR%%/stencils/Flags/grenada.png %%DATADIR%%/stencils/Flags/guatemala.desktop %%DATADIR%%/stencils/Flags/guatemala.odg %%DATADIR%%/stencils/Flags/guatemala.png %%DATADIR%%/stencils/Flags/guinea.desktop %%DATADIR%%/stencils/Flags/guinea.odg %%DATADIR%%/stencils/Flags/guinea.png %%DATADIR%%/stencils/Flags/guyana.desktop %%DATADIR%%/stencils/Flags/guyana.odg %%DATADIR%%/stencils/Flags/guyana.png %%DATADIR%%/stencils/Flags/haiti.desktop %%DATADIR%%/stencils/Flags/haiti.odg %%DATADIR%%/stencils/Flags/haiti.png %%DATADIR%%/stencils/Flags/honduras.desktop %%DATADIR%%/stencils/Flags/honduras.odg %%DATADIR%%/stencils/Flags/honduras.png %%DATADIR%%/stencils/Flags/hungary.desktop %%DATADIR%%/stencils/Flags/hungary.odg %%DATADIR%%/stencils/Flags/hungary.png %%DATADIR%%/stencils/Flags/iceland.desktop %%DATADIR%%/stencils/Flags/iceland.odg %%DATADIR%%/stencils/Flags/iceland.png %%DATADIR%%/stencils/Flags/india.desktop %%DATADIR%%/stencils/Flags/india.odg %%DATADIR%%/stencils/Flags/india.png %%DATADIR%%/stencils/Flags/indonesia.desktop %%DATADIR%%/stencils/Flags/indonesia.odg %%DATADIR%%/stencils/Flags/indonesia.png %%DATADIR%%/stencils/Flags/iran.desktop %%DATADIR%%/stencils/Flags/iran.odg %%DATADIR%%/stencils/Flags/iran.png %%DATADIR%%/stencils/Flags/iraq.desktop %%DATADIR%%/stencils/Flags/iraq.odg %%DATADIR%%/stencils/Flags/iraq.png %%DATADIR%%/stencils/Flags/ireland.desktop %%DATADIR%%/stencils/Flags/ireland.odg %%DATADIR%%/stencils/Flags/ireland.png %%DATADIR%%/stencils/Flags/israel.desktop %%DATADIR%%/stencils/Flags/israel.odg %%DATADIR%%/stencils/Flags/israel.png %%DATADIR%%/stencils/Flags/italy.desktop %%DATADIR%%/stencils/Flags/italy.odg %%DATADIR%%/stencils/Flags/italy.png %%DATADIR%%/stencils/Flags/jamaica.desktop %%DATADIR%%/stencils/Flags/jamaica.odg %%DATADIR%%/stencils/Flags/jamaica.png %%DATADIR%%/stencils/Flags/japan.desktop %%DATADIR%%/stencils/Flags/japan.odg %%DATADIR%%/stencils/Flags/japan.png %%DATADIR%%/stencils/Flags/jordan.desktop %%DATADIR%%/stencils/Flags/jordan.odg %%DATADIR%%/stencils/Flags/jordan.png %%DATADIR%%/stencils/Flags/kazakhstan.desktop %%DATADIR%%/stencils/Flags/kazakhstan.odg %%DATADIR%%/stencils/Flags/kazakhstan.png %%DATADIR%%/stencils/Flags/kenya.desktop %%DATADIR%%/stencils/Flags/kenya.odg %%DATADIR%%/stencils/Flags/kenya.png %%DATADIR%%/stencils/Flags/kiribati.desktop %%DATADIR%%/stencils/Flags/kiribati.odg %%DATADIR%%/stencils/Flags/kiribati.png %%DATADIR%%/stencils/Flags/kuwait.desktop %%DATADIR%%/stencils/Flags/kuwait.odg %%DATADIR%%/stencils/Flags/kuwait.png %%DATADIR%%/stencils/Flags/kyrgyzstan.desktop %%DATADIR%%/stencils/Flags/kyrgyzstan.odg %%DATADIR%%/stencils/Flags/kyrgyzstan.png %%DATADIR%%/stencils/Flags/laos.desktop %%DATADIR%%/stencils/Flags/laos.odg %%DATADIR%%/stencils/Flags/laos.png %%DATADIR%%/stencils/Flags/latvia.desktop %%DATADIR%%/stencils/Flags/latvia.odg %%DATADIR%%/stencils/Flags/latvia.png %%DATADIR%%/stencils/Flags/lebanon.desktop %%DATADIR%%/stencils/Flags/lebanon.odg %%DATADIR%%/stencils/Flags/lebanon.png %%DATADIR%%/stencils/Flags/lesotho.desktop %%DATADIR%%/stencils/Flags/lesotho.odg %%DATADIR%%/stencils/Flags/lesotho.png %%DATADIR%%/stencils/Flags/liberia.desktop %%DATADIR%%/stencils/Flags/liberia.odg %%DATADIR%%/stencils/Flags/liberia.png %%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.desktop %%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.odg %%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.png %%DATADIR%%/stencils/Flags/liechtenstein.desktop %%DATADIR%%/stencils/Flags/liechtenstein.odg %%DATADIR%%/stencils/Flags/liechtenstein.png %%DATADIR%%/stencils/Flags/lithuania.desktop %%DATADIR%%/stencils/Flags/lithuania.odg %%DATADIR%%/stencils/Flags/lithuania.png %%DATADIR%%/stencils/Flags/luxembourg.desktop %%DATADIR%%/stencils/Flags/luxembourg.odg %%DATADIR%%/stencils/Flags/luxembourg.png %%DATADIR%%/stencils/Flags/macedonia.desktop %%DATADIR%%/stencils/Flags/macedonia.odg %%DATADIR%%/stencils/Flags/macedonia.png %%DATADIR%%/stencils/Flags/madagascar.desktop %%DATADIR%%/stencils/Flags/madagascar.odg %%DATADIR%%/stencils/Flags/madagascar.png %%DATADIR%%/stencils/Flags/malawi.desktop %%DATADIR%%/stencils/Flags/malawi.odg %%DATADIR%%/stencils/Flags/malawi.png %%DATADIR%%/stencils/Flags/malaysia.desktop %%DATADIR%%/stencils/Flags/malaysia.odg %%DATADIR%%/stencils/Flags/malaysia.png %%DATADIR%%/stencils/Flags/maldives.desktop %%DATADIR%%/stencils/Flags/maldives.odg %%DATADIR%%/stencils/Flags/maldives.png %%DATADIR%%/stencils/Flags/mali.desktop %%DATADIR%%/stencils/Flags/mali.odg %%DATADIR%%/stencils/Flags/mali.png %%DATADIR%%/stencils/Flags/malta.desktop %%DATADIR%%/stencils/Flags/malta.odg %%DATADIR%%/stencils/Flags/malta.png %%DATADIR%%/stencils/Flags/marshall_islands.desktop %%DATADIR%%/stencils/Flags/marshall_islands.odg %%DATADIR%%/stencils/Flags/marshall_islands.png %%DATADIR%%/stencils/Flags/mauritania.desktop %%DATADIR%%/stencils/Flags/mauritania.odg %%DATADIR%%/stencils/Flags/mauritania.png %%DATADIR%%/stencils/Flags/mauritius.desktop %%DATADIR%%/stencils/Flags/mauritius.odg %%DATADIR%%/stencils/Flags/mauritius.png %%DATADIR%%/stencils/Flags/mexico.desktop %%DATADIR%%/stencils/Flags/mexico.odg %%DATADIR%%/stencils/Flags/mexico.png %%DATADIR%%/stencils/Flags/micronesia.desktop %%DATADIR%%/stencils/Flags/micronesia.odg %%DATADIR%%/stencils/Flags/micronesia.png %%DATADIR%%/stencils/Flags/moldova.desktop %%DATADIR%%/stencils/Flags/moldova.odg %%DATADIR%%/stencils/Flags/moldova.png %%DATADIR%%/stencils/Flags/monaco.desktop %%DATADIR%%/stencils/Flags/monaco.odg %%DATADIR%%/stencils/Flags/monaco.png %%DATADIR%%/stencils/Flags/mongolia.desktop %%DATADIR%%/stencils/Flags/mongolia.odg %%DATADIR%%/stencils/Flags/mongolia.png %%DATADIR%%/stencils/Flags/montenegro.desktop %%DATADIR%%/stencils/Flags/montenegro.odg %%DATADIR%%/stencils/Flags/montenegro.png %%DATADIR%%/stencils/Flags/morocco.desktop %%DATADIR%%/stencils/Flags/morocco.odg %%DATADIR%%/stencils/Flags/morocco.png %%DATADIR%%/stencils/Flags/mozambique.desktop %%DATADIR%%/stencils/Flags/mozambique.odg %%DATADIR%%/stencils/Flags/mozambique.png %%DATADIR%%/stencils/Flags/myanmar.desktop %%DATADIR%%/stencils/Flags/myanmar.odg %%DATADIR%%/stencils/Flags/myanmar.png %%DATADIR%%/stencils/Flags/namibia.desktop %%DATADIR%%/stencils/Flags/namibia.odg %%DATADIR%%/stencils/Flags/namibia.png %%DATADIR%%/stencils/Flags/nauru.desktop %%DATADIR%%/stencils/Flags/nauru.odg %%DATADIR%%/stencils/Flags/nauru.png %%DATADIR%%/stencils/Flags/nepal.desktop %%DATADIR%%/stencils/Flags/nepal.odg %%DATADIR%%/stencils/Flags/nepal.png %%DATADIR%%/stencils/Flags/netherlands.desktop %%DATADIR%%/stencils/Flags/netherlands.odg %%DATADIR%%/stencils/Flags/netherlands.png %%DATADIR%%/stencils/Flags/netherlands_antilles.desktop %%DATADIR%%/stencils/Flags/netherlands_antilles.odg %%DATADIR%%/stencils/Flags/netherlands_antilles.png %%DATADIR%%/stencils/Flags/newzealand.desktop %%DATADIR%%/stencils/Flags/newzealand.odg %%DATADIR%%/stencils/Flags/newzealand.png %%DATADIR%%/stencils/Flags/nicaragua.desktop %%DATADIR%%/stencils/Flags/nicaragua.odg %%DATADIR%%/stencils/Flags/nicaragua.png %%DATADIR%%/stencils/Flags/niger.desktop %%DATADIR%%/stencils/Flags/niger.odg %%DATADIR%%/stencils/Flags/niger.png %%DATADIR%%/stencils/Flags/nigeria.desktop %%DATADIR%%/stencils/Flags/nigeria.odg %%DATADIR%%/stencils/Flags/nigeria.png %%DATADIR%%/stencils/Flags/north_korea.desktop %%DATADIR%%/stencils/Flags/north_korea.odg %%DATADIR%%/stencils/Flags/north_korea.png %%DATADIR%%/stencils/Flags/norway.desktop %%DATADIR%%/stencils/Flags/norway.odg %%DATADIR%%/stencils/Flags/norway.png %%DATADIR%%/stencils/Flags/olympic.desktop %%DATADIR%%/stencils/Flags/olympic.odg %%DATADIR%%/stencils/Flags/olympic.png %%DATADIR%%/stencils/Flags/oman.desktop %%DATADIR%%/stencils/Flags/oman.odg %%DATADIR%%/stencils/Flags/oman.png %%DATADIR%%/stencils/Flags/pakistan.desktop %%DATADIR%%/stencils/Flags/pakistan.odg %%DATADIR%%/stencils/Flags/pakistan.png %%DATADIR%%/stencils/Flags/palau.desktop %%DATADIR%%/stencils/Flags/palau.odg %%DATADIR%%/stencils/Flags/palau.png %%DATADIR%%/stencils/Flags/palestine.desktop %%DATADIR%%/stencils/Flags/palestine.odg %%DATADIR%%/stencils/Flags/palestine.png %%DATADIR%%/stencils/Flags/panama.desktop %%DATADIR%%/stencils/Flags/panama.odg %%DATADIR%%/stencils/Flags/panama.png %%DATADIR%%/stencils/Flags/papua_new_guinea.desktop %%DATADIR%%/stencils/Flags/papua_new_guinea.odg %%DATADIR%%/stencils/Flags/papua_new_guinea.png %%DATADIR%%/stencils/Flags/paraguay.desktop %%DATADIR%%/stencils/Flags/paraguay.odg %%DATADIR%%/stencils/Flags/paraguay.png %%DATADIR%%/stencils/Flags/peru.desktop %%DATADIR%%/stencils/Flags/peru.odg %%DATADIR%%/stencils/Flags/peru.png %%DATADIR%%/stencils/Flags/philippines.desktop %%DATADIR%%/stencils/Flags/philippines.odg %%DATADIR%%/stencils/Flags/philippines.png %%DATADIR%%/stencils/Flags/poland.desktop %%DATADIR%%/stencils/Flags/poland.odg %%DATADIR%%/stencils/Flags/poland.png %%DATADIR%%/stencils/Flags/portugal.desktop %%DATADIR%%/stencils/Flags/portugal.odg %%DATADIR%%/stencils/Flags/portugal.png %%DATADIR%%/stencils/Flags/qatar.desktop %%DATADIR%%/stencils/Flags/qatar.odg %%DATADIR%%/stencils/Flags/qatar.png %%DATADIR%%/stencils/Flags/romania.desktop %%DATADIR%%/stencils/Flags/romania.odg %%DATADIR%%/stencils/Flags/romania.png %%DATADIR%%/stencils/Flags/russian_federation.desktop %%DATADIR%%/stencils/Flags/russian_federation.odg %%DATADIR%%/stencils/Flags/russian_federation.png %%DATADIR%%/stencils/Flags/rwanda.desktop %%DATADIR%%/stencils/Flags/rwanda.odg %%DATADIR%%/stencils/Flags/rwanda.png %%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.desktop %%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.odg %%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.png %%DATADIR%%/stencils/Flags/saint_lucia.desktop %%DATADIR%%/stencils/Flags/saint_lucia.odg %%DATADIR%%/stencils/Flags/saint_lucia.png %%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.desktop %%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.odg %%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.png %%DATADIR%%/stencils/Flags/samoa.desktop %%DATADIR%%/stencils/Flags/samoa.odg %%DATADIR%%/stencils/Flags/samoa.png %%DATADIR%%/stencils/Flags/san_marino.desktop %%DATADIR%%/stencils/Flags/san_marino.odg %%DATADIR%%/stencils/Flags/san_marino.png %%DATADIR%%/stencils/Flags/sao_tome_and_principe.desktop %%DATADIR%%/stencils/Flags/sao_tome_and_principe.odg %%DATADIR%%/stencils/Flags/sao_tome_and_principe.png %%DATADIR%%/stencils/Flags/saudi_arabia.desktop %%DATADIR%%/stencils/Flags/saudi_arabia.odg %%DATADIR%%/stencils/Flags/saudi_arabia.png %%DATADIR%%/stencils/Flags/senegal.desktop %%DATADIR%%/stencils/Flags/senegal.odg %%DATADIR%%/stencils/Flags/senegal.png %%DATADIR%%/stencils/Flags/serbia.desktop %%DATADIR%%/stencils/Flags/serbia.odg %%DATADIR%%/stencils/Flags/serbia.png %%DATADIR%%/stencils/Flags/seychelles.desktop %%DATADIR%%/stencils/Flags/seychelles.odg %%DATADIR%%/stencils/Flags/seychelles.png %%DATADIR%%/stencils/Flags/sierra_leone.desktop %%DATADIR%%/stencils/Flags/sierra_leone.odg %%DATADIR%%/stencils/Flags/sierra_leone.png %%DATADIR%%/stencils/Flags/singapore.desktop %%DATADIR%%/stencils/Flags/singapore.odg %%DATADIR%%/stencils/Flags/singapore.png %%DATADIR%%/stencils/Flags/slovakia.desktop %%DATADIR%%/stencils/Flags/slovakia.odg %%DATADIR%%/stencils/Flags/slovakia.png %%DATADIR%%/stencils/Flags/slovenia.desktop %%DATADIR%%/stencils/Flags/slovenia.odg %%DATADIR%%/stencils/Flags/slovenia.png %%DATADIR%%/stencils/Flags/solomonislands.desktop %%DATADIR%%/stencils/Flags/solomonislands.odg %%DATADIR%%/stencils/Flags/solomonislands.png %%DATADIR%%/stencils/Flags/somalia.desktop %%DATADIR%%/stencils/Flags/somalia.odg %%DATADIR%%/stencils/Flags/somalia.png %%DATADIR%%/stencils/Flags/south_africa.desktop %%DATADIR%%/stencils/Flags/south_africa.odg %%DATADIR%%/stencils/Flags/south_africa.png %%DATADIR%%/stencils/Flags/south_korea.desktop %%DATADIR%%/stencils/Flags/south_korea.odg %%DATADIR%%/stencils/Flags/south_korea.png %%DATADIR%%/stencils/Flags/spain.desktop %%DATADIR%%/stencils/Flags/spain.odg %%DATADIR%%/stencils/Flags/spain.png %%DATADIR%%/stencils/Flags/sri_lanka.desktop %%DATADIR%%/stencils/Flags/sri_lanka.odg %%DATADIR%%/stencils/Flags/sri_lanka.png %%DATADIR%%/stencils/Flags/sudan.desktop %%DATADIR%%/stencils/Flags/sudan.odg %%DATADIR%%/stencils/Flags/sudan.png %%DATADIR%%/stencils/Flags/suisse.desktop %%DATADIR%%/stencils/Flags/suisse.odg %%DATADIR%%/stencils/Flags/suisse.png %%DATADIR%%/stencils/Flags/suriname.desktop %%DATADIR%%/stencils/Flags/suriname.odg %%DATADIR%%/stencils/Flags/suriname.png %%DATADIR%%/stencils/Flags/swaziland.desktop %%DATADIR%%/stencils/Flags/swaziland.odg %%DATADIR%%/stencils/Flags/swaziland.png %%DATADIR%%/stencils/Flags/sweden.desktop %%DATADIR%%/stencils/Flags/sweden.odg %%DATADIR%%/stencils/Flags/sweden.png %%DATADIR%%/stencils/Flags/syrian_arab_republic.desktop %%DATADIR%%/stencils/Flags/syrian_arab_republic.odg %%DATADIR%%/stencils/Flags/syrian_arab_republic.png %%DATADIR%%/stencils/Flags/tajikistan.desktop %%DATADIR%%/stencils/Flags/tajikistan.odg %%DATADIR%%/stencils/Flags/tajikistan.png %%DATADIR%%/stencils/Flags/tanzania.desktop %%DATADIR%%/stencils/Flags/tanzania.odg %%DATADIR%%/stencils/Flags/tanzania.png %%DATADIR%%/stencils/Flags/thailand.desktop %%DATADIR%%/stencils/Flags/thailand.odg %%DATADIR%%/stencils/Flags/thailand.png %%DATADIR%%/stencils/Flags/timor_leste.desktop %%DATADIR%%/stencils/Flags/timor_leste.odg %%DATADIR%%/stencils/Flags/timor_leste.png %%DATADIR%%/stencils/Flags/togo.desktop %%DATADIR%%/stencils/Flags/togo.odg %%DATADIR%%/stencils/Flags/togo.png %%DATADIR%%/stencils/Flags/tonga.desktop %%DATADIR%%/stencils/Flags/tonga.odg %%DATADIR%%/stencils/Flags/tonga.png %%DATADIR%%/stencils/Flags/trinidad_and_tobago.desktop %%DATADIR%%/stencils/Flags/trinidad_and_tobago.odg %%DATADIR%%/stencils/Flags/trinidad_and_tobago.png %%DATADIR%%/stencils/Flags/tunisia.desktop %%DATADIR%%/stencils/Flags/tunisia.odg %%DATADIR%%/stencils/Flags/tunisia.png %%DATADIR%%/stencils/Flags/turkey.desktop %%DATADIR%%/stencils/Flags/turkey.odg %%DATADIR%%/stencils/Flags/turkey.png %%DATADIR%%/stencils/Flags/turkmenistan.desktop %%DATADIR%%/stencils/Flags/turkmenistan.odg %%DATADIR%%/stencils/Flags/turkmenistan.png %%DATADIR%%/stencils/Flags/tuvalu.desktop %%DATADIR%%/stencils/Flags/tuvalu.odg %%DATADIR%%/stencils/Flags/tuvalu.png %%DATADIR%%/stencils/Flags/uganda.desktop %%DATADIR%%/stencils/Flags/uganda.odg %%DATADIR%%/stencils/Flags/uganda.png %%DATADIR%%/stencils/Flags/ukraine.desktop %%DATADIR%%/stencils/Flags/ukraine.odg %%DATADIR%%/stencils/Flags/ukraine.png %%DATADIR%%/stencils/Flags/unesco.desktop %%DATADIR%%/stencils/Flags/unesco.odg %%DATADIR%%/stencils/Flags/unesco.png %%DATADIR%%/stencils/Flags/unicef.desktop %%DATADIR%%/stencils/Flags/unicef.odg %%DATADIR%%/stencils/Flags/unicef.png %%DATADIR%%/stencils/Flags/united_arab_emirates.desktop %%DATADIR%%/stencils/Flags/united_arab_emirates.odg %%DATADIR%%/stencils/Flags/united_arab_emirates.png %%DATADIR%%/stencils/Flags/united_kingdom.desktop %%DATADIR%%/stencils/Flags/united_kingdom.odg %%DATADIR%%/stencils/Flags/united_kingdom.png %%DATADIR%%/stencils/Flags/united_states.desktop %%DATADIR%%/stencils/Flags/united_states.odg %%DATADIR%%/stencils/Flags/united_states.png %%DATADIR%%/stencils/Flags/unitednations.desktop %%DATADIR%%/stencils/Flags/unitednations.odg %%DATADIR%%/stencils/Flags/unitednations.png %%DATADIR%%/stencils/Flags/uruguay.desktop %%DATADIR%%/stencils/Flags/uruguay.odg %%DATADIR%%/stencils/Flags/uruguay.png %%DATADIR%%/stencils/Flags/uzbekistan.desktop %%DATADIR%%/stencils/Flags/uzbekistan.odg %%DATADIR%%/stencils/Flags/uzbekistan.png %%DATADIR%%/stencils/Flags/vanuatu.desktop %%DATADIR%%/stencils/Flags/vanuatu.odg %%DATADIR%%/stencils/Flags/vanuatu.png %%DATADIR%%/stencils/Flags/vatican.desktop %%DATADIR%%/stencils/Flags/vatican.odg %%DATADIR%%/stencils/Flags/vatican.png %%DATADIR%%/stencils/Flags/venezuela.desktop %%DATADIR%%/stencils/Flags/venezuela.odg %%DATADIR%%/stencils/Flags/venezuela.png %%DATADIR%%/stencils/Flags/vietnam.desktop %%DATADIR%%/stencils/Flags/vietnam.odg %%DATADIR%%/stencils/Flags/vietnam.png %%DATADIR%%/stencils/Flags/wake_island.desktop %%DATADIR%%/stencils/Flags/wake_island.odg %%DATADIR%%/stencils/Flags/wake_island.png %%DATADIR%%/stencils/Flags/western_sahara.desktop %%DATADIR%%/stencils/Flags/western_sahara.odg %%DATADIR%%/stencils/Flags/western_sahara.png %%DATADIR%%/stencils/Flags/who.desktop %%DATADIR%%/stencils/Flags/who.odg %%DATADIR%%/stencils/Flags/who.png %%DATADIR%%/stencils/Flags/yemen.desktop %%DATADIR%%/stencils/Flags/yemen.odg %%DATADIR%%/stencils/Flags/yemen.png %%DATADIR%%/stencils/Flags/zambia.desktop %%DATADIR%%/stencils/Flags/zambia.odg %%DATADIR%%/stencils/Flags/zambia.png %%DATADIR%%/stencils/Flags/zimbabwe.desktop %%DATADIR%%/stencils/Flags/zimbabwe.odg %%DATADIR%%/stencils/Flags/zimbabwe.png %%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.desktop %%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.odg %%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.png %%DATADIR%%/stencils/Gane_and_Sarson/collection.desktop %%DATADIR%%/stencils/Gane_and_Sarson/data_store.desktop %%DATADIR%%/stencils/Gane_and_Sarson/data_store.odg %%DATADIR%%/stencils/Gane_and_Sarson/data_store.png %%DATADIR%%/stencils/Gane_and_Sarson/entity.desktop %%DATADIR%%/stencils/Gane_and_Sarson/entity.odg %%DATADIR%%/stencils/Gane_and_Sarson/entity.png %%DATADIR%%/stencils/Gane_and_Sarson/process.desktop %%DATADIR%%/stencils/Gane_and_Sarson/process.odg %%DATADIR%%/stencils/Gane_and_Sarson/process.png %%DATADIR%%/stencils/Jigsaw/collection.desktop %%DATADIR%%/stencils/Jigsaw/part_iiii.desktop %%DATADIR%%/stencils/Jigsaw/part_iiii.odg %%DATADIR%%/stencils/Jigsaw/part_iiii.png %%DATADIR%%/stencils/Jigsaw/part_iiio.desktop %%DATADIR%%/stencils/Jigsaw/part_iiio.odg %%DATADIR%%/stencils/Jigsaw/part_iiio.png %%DATADIR%%/stencils/Jigsaw/part_iioi.desktop %%DATADIR%%/stencils/Jigsaw/part_iioi.odg %%DATADIR%%/stencils/Jigsaw/part_iioi.png %%DATADIR%%/stencils/Jigsaw/part_iioo.desktop %%DATADIR%%/stencils/Jigsaw/part_iioo.odg %%DATADIR%%/stencils/Jigsaw/part_iioo.png %%DATADIR%%/stencils/Jigsaw/part_ioii.desktop %%DATADIR%%/stencils/Jigsaw/part_ioii.odg %%DATADIR%%/stencils/Jigsaw/part_ioii.png %%DATADIR%%/stencils/Jigsaw/part_ioio.desktop %%DATADIR%%/stencils/Jigsaw/part_ioio.odg %%DATADIR%%/stencils/Jigsaw/part_ioio.png %%DATADIR%%/stencils/Jigsaw/part_iooi.desktop %%DATADIR%%/stencils/Jigsaw/part_iooi.odg %%DATADIR%%/stencils/Jigsaw/part_iooi.png %%DATADIR%%/stencils/Jigsaw/part_iooo.desktop %%DATADIR%%/stencils/Jigsaw/part_iooo.odg %%DATADIR%%/stencils/Jigsaw/part_iooo.png %%DATADIR%%/stencils/Jigsaw/part_oiii.desktop %%DATADIR%%/stencils/Jigsaw/part_oiii.odg %%DATADIR%%/stencils/Jigsaw/part_oiii.png %%DATADIR%%/stencils/Jigsaw/part_oiio.desktop %%DATADIR%%/stencils/Jigsaw/part_oiio.odg %%DATADIR%%/stencils/Jigsaw/part_oiio.png %%DATADIR%%/stencils/Jigsaw/part_oioi.desktop %%DATADIR%%/stencils/Jigsaw/part_oioi.odg %%DATADIR%%/stencils/Jigsaw/part_oioi.png %%DATADIR%%/stencils/Jigsaw/part_oioo.desktop %%DATADIR%%/stencils/Jigsaw/part_oioo.odg %%DATADIR%%/stencils/Jigsaw/part_oioo.png %%DATADIR%%/stencils/Jigsaw/part_ooii.desktop %%DATADIR%%/stencils/Jigsaw/part_ooii.odg %%DATADIR%%/stencils/Jigsaw/part_ooii.png %%DATADIR%%/stencils/Jigsaw/part_ooio.desktop %%DATADIR%%/stencils/Jigsaw/part_ooio.odg %%DATADIR%%/stencils/Jigsaw/part_ooio.png %%DATADIR%%/stencils/Jigsaw/part_oooi.desktop %%DATADIR%%/stencils/Jigsaw/part_oooi.odg %%DATADIR%%/stencils/Jigsaw/part_oooi.png %%DATADIR%%/stencils/Jigsaw/part_oooo.desktop %%DATADIR%%/stencils/Jigsaw/part_oooo.odg %%DATADIR%%/stencils/Jigsaw/part_oooo.png %%DATADIR%%/stencils/LST/associator_subsystem.desktop %%DATADIR%%/stencils/LST/associator_subsystem.odg %%DATADIR%%/stencils/LST/associator_subsystem.png %%DATADIR%%/stencils/LST/boundary.png %%DATADIR%%/stencils/LST/cn_subsystem.desktop %%DATADIR%%/stencils/LST/cn_subsystem.odg %%DATADIR%%/stencils/LST/cn_subsystem.png %%DATADIR%%/stencils/LST/collection.desktop %%DATADIR%%/stencils/LST/convert_subsystem.desktop %%DATADIR%%/stencils/LST/convert_subsystem.odg %%DATADIR%%/stencils/LST/convert_subsystem.png %%DATADIR%%/stencils/LST/converter.png %%DATADIR%%/stencils/LST/decider_subsystem.desktop %%DATADIR%%/stencils/LST/decider_subsystem.odg %%DATADIR%%/stencils/LST/decider_subsystem.png %%DATADIR%%/stencils/LST/decode_subsystem.desktop %%DATADIR%%/stencils/LST/decode_subsystem.odg %%DATADIR%%/stencils/LST/decode_subsystem.png %%DATADIR%%/stencils/LST/decoder.desktop %%DATADIR%%/stencils/LST/decoder.odg %%DATADIR%%/stencils/LST/decoder.png %%DATADIR%%/stencils/LST/distributor_subsystem.desktop %%DATADIR%%/stencils/LST/distributor_subsystem.odg %%DATADIR%%/stencils/LST/distributor_subsystem.png %%DATADIR%%/stencils/LST/encode_subsystem.desktop %%DATADIR%%/stencils/LST/encode_subsystem.odg %%DATADIR%%/stencils/LST/encode_subsystem.png %%DATADIR%%/stencils/LST/encoder.desktop %%DATADIR%%/stencils/LST/encoder.odg %%DATADIR%%/stencils/LST/encoder.png %%DATADIR%%/stencils/LST/extruder.desktop %%DATADIR%%/stencils/LST/extruder.odg %%DATADIR%%/stencils/LST/extruder.png %%DATADIR%%/stencils/LST/ingestor.png %%DATADIR%%/stencils/LST/ingestor_subsystem.desktop %%DATADIR%%/stencils/LST/ingestor_subsystem.odg %%DATADIR%%/stencils/LST/ingestor_subsystem.png %%DATADIR%%/stencils/LST/internal_subsystem.desktop %%DATADIR%%/stencils/LST/internal_subsystem.odg %%DATADIR%%/stencils/LST/internal_subsystem.png %%DATADIR%%/stencils/LST/it_subsystem.desktop %%DATADIR%%/stencils/LST/it_subsystem.odg %%DATADIR%%/stencils/LST/it_subsystem.png %%DATADIR%%/stencils/LST/memory_subsystem.desktop %%DATADIR%%/stencils/LST/memory_subsystem.odg %%DATADIR%%/stencils/LST/memory_subsystem.png %%DATADIR%%/stencils/LST/mestorage.desktop %%DATADIR%%/stencils/LST/mestorage.odg %%DATADIR%%/stencils/LST/mestorage.png %%DATADIR%%/stencils/LST/motor.desktop %%DATADIR%%/stencils/LST/motor.odg %%DATADIR%%/stencils/LST/motor.png %%DATADIR%%/stencils/LST/ot_subsystem.desktop %%DATADIR%%/stencils/LST/ot_subsystem.odg %%DATADIR%%/stencils/LST/ot_subsystem.png %%DATADIR%%/stencils/LST/producer.desktop %%DATADIR%%/stencils/LST/producer.odg %%DATADIR%%/stencils/LST/producer.png %%DATADIR%%/stencils/LST/reproducer_subsystem.desktop %%DATADIR%%/stencils/LST/reproducer_subsystem.odg %%DATADIR%%/stencils/LST/reproducer_subsystem.png %%DATADIR%%/stencils/LST/supporter_subsystem.desktop %%DATADIR%%/stencils/LST/supporter_subsystem.odg %%DATADIR%%/stencils/LST/supporter_subsystem.png %%DATADIR%%/stencils/LST/timer.desktop %%DATADIR%%/stencils/LST/timer.odg %%DATADIR%%/stencils/LST/timer.png %%DATADIR%%/stencils/Lights/ACL.desktop %%DATADIR%%/stencils/Lights/ACL.odg %%DATADIR%%/stencils/Lights/ACL.png %%DATADIR%%/stencils/Lights/Blacklight.desktop %%DATADIR%%/stencils/Lights/Blacklight.odg %%DATADIR%%/stencils/Lights/Blacklight.png %%DATADIR%%/stencils/Lights/Blinders.desktop %%DATADIR%%/stencils/Lights/Blinders.odg %%DATADIR%%/stencils/Lights/Blinders.png %%DATADIR%%/stencils/Lights/ERS.desktop %%DATADIR%%/stencils/Lights/ERS.odg %%DATADIR%%/stencils/Lights/ERS.png %%DATADIR%%/stencils/Lights/Fresnel.desktop %%DATADIR%%/stencils/Lights/Fresnel.odg %%DATADIR%%/stencils/Lights/Fresnel.png %%DATADIR%%/stencils/Lights/Moving_head.desktop %%DATADIR%%/stencils/Lights/Moving_head.odg %%DATADIR%%/stencils/Lights/Moving_head.png %%DATADIR%%/stencils/Lights/PAR.desktop %%DATADIR%%/stencils/Lights/PAR.odg %%DATADIR%%/stencils/Lights/PAR.png %%DATADIR%%/stencils/Lights/PAR_floor.desktop %%DATADIR%%/stencils/Lights/PAR_floor.odg %%DATADIR%%/stencils/Lights/PAR_floor.png %%DATADIR%%/stencils/Lights/PC.desktop %%DATADIR%%/stencils/Lights/PC.odg %%DATADIR%%/stencils/Lights/PC.png %%DATADIR%%/stencils/Lights/Scanner.desktop %%DATADIR%%/stencils/Lights/Scanner.odg %%DATADIR%%/stencils/Lights/Scanner.png %%DATADIR%%/stencils/Lights/Striplight.desktop %%DATADIR%%/stencils/Lights/Striplight.odg %%DATADIR%%/stencils/Lights/Striplight.png %%DATADIR%%/stencils/Lights/Stroboscope.desktop %%DATADIR%%/stencils/Lights/Stroboscope.odg %%DATADIR%%/stencils/Lights/Stroboscope.png %%DATADIR%%/stencils/Lights/Structure.desktop %%DATADIR%%/stencils/Lights/Structure.odg %%DATADIR%%/stencils/Lights/Structure.png %%DATADIR%%/stencils/Lights/collection.desktop %%DATADIR%%/stencils/Logic/and.desktop %%DATADIR%%/stencils/Logic/and.odg %%DATADIR%%/stencils/Logic/and.png %%DATADIR%%/stencils/Logic/buffer.desktop %%DATADIR%%/stencils/Logic/buffer.odg %%DATADIR%%/stencils/Logic/buffer.png %%DATADIR%%/stencils/Logic/collection.desktop %%DATADIR%%/stencils/Logic/connector.desktop %%DATADIR%%/stencils/Logic/connector.odg %%DATADIR%%/stencils/Logic/connector.png %%DATADIR%%/stencils/Logic/inverter.desktop %%DATADIR%%/stencils/Logic/inverter.odg %%DATADIR%%/stencils/Logic/inverter.png %%DATADIR%%/stencils/Logic/nand.desktop %%DATADIR%%/stencils/Logic/nand.odg %%DATADIR%%/stencils/Logic/nand.png %%DATADIR%%/stencils/Logic/nor.desktop %%DATADIR%%/stencils/Logic/nor.odg %%DATADIR%%/stencils/Logic/nor.png %%DATADIR%%/stencils/Logic/not.desktop %%DATADIR%%/stencils/Logic/not.odg %%DATADIR%%/stencils/Logic/not.png %%DATADIR%%/stencils/Logic/or.desktop %%DATADIR%%/stencils/Logic/or.odg %%DATADIR%%/stencils/Logic/or.png %%DATADIR%%/stencils/Logic/xor.desktop %%DATADIR%%/stencils/Logic/xor.odg %%DATADIR%%/stencils/Logic/xor.png %%DATADIR%%/stencils/MSE/collection.desktop %%DATADIR%%/stencils/MSE/demultiplexer.desktop %%DATADIR%%/stencils/MSE/demultiplexer.odg %%DATADIR%%/stencils/MSE/demultiplexer.png %%DATADIR%%/stencils/MSE/large_extension_node.desktop %%DATADIR%%/stencils/MSE/large_extension_node.odg %%DATADIR%%/stencils/MSE/large_extension_node.png %%DATADIR%%/stencils/MSE/multiplexer.desktop %%DATADIR%%/stencils/MSE/multiplexer.odg %%DATADIR%%/stencils/MSE/multiplexer.png %%DATADIR%%/stencils/MSE/node_center.desktop %%DATADIR%%/stencils/MSE/node_center.odg %%DATADIR%%/stencils/MSE/node_center.png %%DATADIR%%/stencils/MSE/small_extension_node.desktop %%DATADIR%%/stencils/MSE/small_extension_node.odg %%DATADIR%%/stencils/MSE/small_extension_node.png %%DATADIR%%/stencils/MSE/tacsat.desktop %%DATADIR%%/stencils/MSE/tacsat.odg %%DATADIR%%/stencils/MSE/tacsat.png %%DATADIR%%/stencils/Map/Block1.desktop %%DATADIR%%/stencils/Map/Block1.odg %%DATADIR%%/stencils/Map/Block1.png %%DATADIR%%/stencils/Map/Block2.desktop %%DATADIR%%/stencils/Map/Block2.odg %%DATADIR%%/stencils/Map/Block2.png %%DATADIR%%/stencils/Map/Block3.desktop %%DATADIR%%/stencils/Map/Block3.odg %%DATADIR%%/stencils/Map/Block3.png %%DATADIR%%/stencils/Map/Block4.desktop %%DATADIR%%/stencils/Map/Block4.odg %%DATADIR%%/stencils/Map/Block4.png %%DATADIR%%/stencils/Map/Block5.desktop %%DATADIR%%/stencils/Map/Block5.odg %%DATADIR%%/stencils/Map/Block5.png %%DATADIR%%/stencils/Map/Block6.desktop %%DATADIR%%/stencils/Map/Block6.odg %%DATADIR%%/stencils/Map/Block6.png %%DATADIR%%/stencils/Map/Block7.desktop %%DATADIR%%/stencils/Map/Block7.odg %%DATADIR%%/stencils/Map/Block7.png %%DATADIR%%/stencils/Map/Car1.desktop %%DATADIR%%/stencils/Map/Car1.odg %%DATADIR%%/stencils/Map/Car1.png %%DATADIR%%/stencils/Map/Car2.desktop %%DATADIR%%/stencils/Map/Car2.odg %%DATADIR%%/stencils/Map/Car2.png %%DATADIR%%/stencils/Map/Corner1.desktop %%DATADIR%%/stencils/Map/Corner1.odg %%DATADIR%%/stencils/Map/Corner1.png %%DATADIR%%/stencils/Map/Corner2.desktop %%DATADIR%%/stencils/Map/Corner2.odg %%DATADIR%%/stencils/Map/Corner2.png %%DATADIR%%/stencils/Map/Crossroads.desktop %%DATADIR%%/stencils/Map/Crossroads.odg %%DATADIR%%/stencils/Map/Crossroads.png %%DATADIR%%/stencils/Map/Elevated.desktop %%DATADIR%%/stencils/Map/Elevated.odg %%DATADIR%%/stencils/Map/Elevated.png %%DATADIR%%/stencils/Map/Factory.desktop %%DATADIR%%/stencils/Map/Factory.odg %%DATADIR%%/stencils/Map/Factory.png %%DATADIR%%/stencils/Map/FootBridge.desktop %%DATADIR%%/stencils/Map/FootBridge.odg %%DATADIR%%/stencils/Map/FootBridge.png %%DATADIR%%/stencils/Map/OneWay.desktop %%DATADIR%%/stencils/Map/OneWay.odg %%DATADIR%%/stencils/Map/OneWay.png %%DATADIR%%/stencils/Map/RedCar.desktop %%DATADIR%%/stencils/Map/RedCar.odg %%DATADIR%%/stencils/Map/RedCar.png %%DATADIR%%/stencils/Map/River.desktop %%DATADIR%%/stencils/Map/River.odg %%DATADIR%%/stencils/Map/River.png %%DATADIR%%/stencils/Map/Road1.desktop %%DATADIR%%/stencils/Map/Road1.odg %%DATADIR%%/stencils/Map/Road1.png %%DATADIR%%/stencils/Map/Roof1.desktop %%DATADIR%%/stencils/Map/Roof1.odg %%DATADIR%%/stencils/Map/Roof1.png %%DATADIR%%/stencils/Map/StraightRoad1.desktop %%DATADIR%%/stencils/Map/StraightRoad1.odg %%DATADIR%%/stencils/Map/StraightRoad1.png %%DATADIR%%/stencils/Map/T-Junction.desktop %%DATADIR%%/stencils/Map/T-Junction.odg %%DATADIR%%/stencils/Map/T-Junction.png %%DATADIR%%/stencils/Map/Train1.desktop %%DATADIR%%/stencils/Map/Train1.odg %%DATADIR%%/stencils/Map/Train1.png %%DATADIR%%/stencils/Map/Train2.desktop %%DATADIR%%/stencils/Map/Train2.odg %%DATADIR%%/stencils/Map/Train2.png %%DATADIR%%/stencils/Map/Tree1.desktop %%DATADIR%%/stencils/Map/Tree1.odg %%DATADIR%%/stencils/Map/Tree1.png %%DATADIR%%/stencils/Map/collection.desktop %%DATADIR%%/stencils/Misc/collection.desktop %%DATADIR%%/stencils/Misc/expended-node.desktop %%DATADIR%%/stencils/Misc/expended-node.odg %%DATADIR%%/stencils/Misc/expended-node.png %%DATADIR%%/stencils/Misc/expensible-node.desktop %%DATADIR%%/stencils/Misc/expensible-node.odg %%DATADIR%%/stencils/Misc/expensible-node.png %%DATADIR%%/stencils/Misc/file.desktop %%DATADIR%%/stencils/Misc/file.odg %%DATADIR%%/stencils/Misc/file.png %%DATADIR%%/stencils/Misc/folder.desktop %%DATADIR%%/stencils/Misc/folder.odg %%DATADIR%%/stencils/Misc/folder.png %%DATADIR%%/stencils/Network/antenna.desktop %%DATADIR%%/stencils/Network/antenna.odg %%DATADIR%%/stencils/Network/antenna.png %%DATADIR%%/stencils/Network/collection.desktop %%DATADIR%%/stencils/Network/computer.desktop %%DATADIR%%/stencils/Network/computer.odg %%DATADIR%%/stencils/Network/computer.png %%DATADIR%%/stencils/Network/dat_external.desktop %%DATADIR%%/stencils/Network/dat_external.odg %%DATADIR%%/stencils/Network/dat_external.png %%DATADIR%%/stencils/Network/digitizing_board.desktop %%DATADIR%%/stencils/Network/digitizing_board.odg %%DATADIR%%/stencils/Network/digitizing_board.png %%DATADIR%%/stencils/Network/disc.desktop %%DATADIR%%/stencils/Network/disc.odg %%DATADIR%%/stencils/Network/disc.png %%DATADIR%%/stencils/Network/diskette.desktop %%DATADIR%%/stencils/Network/diskette.odg %%DATADIR%%/stencils/Network/diskette.png %%DATADIR%%/stencils/Network/firewall.desktop %%DATADIR%%/stencils/Network/firewall.odg %%DATADIR%%/stencils/Network/firewall.png %%DATADIR%%/stencils/Network/flash.desktop %%DATADIR%%/stencils/Network/flash.odg %%DATADIR%%/stencils/Network/flash.png %%DATADIR%%/stencils/Network/genmonitor.desktop %%DATADIR%%/stencils/Network/genmonitor.odg %%DATADIR%%/stencils/Network/genmonitor.png %%DATADIR%%/stencils/Network/hub.desktop %%DATADIR%%/stencils/Network/hub.odg %%DATADIR%%/stencils/Network/hub.png %%DATADIR%%/stencils/Network/mobile_phone.desktop %%DATADIR%%/stencils/Network/mobile_phone.odg %%DATADIR%%/stencils/Network/mobile_phone.png %%DATADIR%%/stencils/Network/modem.desktop %%DATADIR%%/stencils/Network/modem.odg %%DATADIR%%/stencils/Network/modem.png %%DATADIR%%/stencils/Network/modularswitch.desktop %%DATADIR%%/stencils/Network/modularswitch.odg %%DATADIR%%/stencils/Network/modularswitch.png %%DATADIR%%/stencils/Network/monitor.desktop %%DATADIR%%/stencils/Network/monitor.odg %%DATADIR%%/stencils/Network/monitor.png %%DATADIR%%/stencils/Network/nwcloud.desktop %%DATADIR%%/stencils/Network/nwcloud.odg %%DATADIR%%/stencils/Network/nwcloud.png %%DATADIR%%/stencils/Network/patch-panel.desktop %%DATADIR%%/stencils/Network/patch-panel.odg %%DATADIR%%/stencils/Network/patch-panel.png %%DATADIR%%/stencils/Network/pc_bigtower.desktop %%DATADIR%%/stencils/Network/pc_bigtower.odg %%DATADIR%%/stencils/Network/pc_bigtower.png %%DATADIR%%/stencils/Network/pc_desktop.desktop %%DATADIR%%/stencils/Network/pc_desktop.odg %%DATADIR%%/stencils/Network/pc_desktop.png %%DATADIR%%/stencils/Network/pc_miditower.desktop %%DATADIR%%/stencils/Network/pc_miditower.odg %%DATADIR%%/stencils/Network/pc_miditower.png %%DATADIR%%/stencils/Network/pc_minitower.desktop %%DATADIR%%/stencils/Network/pc_minitower.odg %%DATADIR%%/stencils/Network/pc_minitower.png %%DATADIR%%/stencils/Network/plotter.desktop %%DATADIR%%/stencils/Network/plotter.odg %%DATADIR%%/stencils/Network/plotter.png %%DATADIR%%/stencils/Network/printer.desktop %%DATADIR%%/stencils/Network/printer.odg %%DATADIR%%/stencils/Network/printer.png %%DATADIR%%/stencils/Network/rj45plug.desktop %%DATADIR%%/stencils/Network/rj45plug.odg %%DATADIR%%/stencils/Network/rj45plug.png %%DATADIR%%/stencils/Network/router-symbol.desktop %%DATADIR%%/stencils/Network/router-symbol.odg %%DATADIR%%/stencils/Network/router-symbol.png %%DATADIR%%/stencils/Network/sceadplug.desktop %%DATADIR%%/stencils/Network/sceadplug.odg %%DATADIR%%/stencils/Network/sceadplug.png %%DATADIR%%/stencils/Network/speaker.desktop %%DATADIR%%/stencils/Network/speaker.odg %%DATADIR%%/stencils/Network/speaker.png %%DATADIR%%/stencils/Network/speaker_amp.desktop %%DATADIR%%/stencils/Network/speaker_amp.odg %%DATADIR%%/stencils/Network/speaker_amp.png %%DATADIR%%/stencils/Network/switch-atm-symbol.desktop %%DATADIR%%/stencils/Network/switch-atm-symbol.odg %%DATADIR%%/stencils/Network/switch-atm-symbol.png %%DATADIR%%/stencils/Network/switch-symbol.desktop %%DATADIR%%/stencils/Network/switch-symbol.odg %%DATADIR%%/stencils/Network/switch-symbol.png %%DATADIR%%/stencils/Network/telephone.desktop %%DATADIR%%/stencils/Network/telephone.odg %%DATADIR%%/stencils/Network/telephone.png %%DATADIR%%/stencils/Network/workstation.desktop %%DATADIR%%/stencils/Network/workstation.odg %%DATADIR%%/stencils/Network/workstation.png %%DATADIR%%/stencils/Network/zip-disk.desktop %%DATADIR%%/stencils/Network/zip-disk.odg %%DATADIR%%/stencils/Network/zip-disk.png %%DATADIR%%/stencils/Optics/atten.desktop %%DATADIR%%/stencils/Optics/atten.odg %%DATADIR%%/stencils/Optics/atten.png %%DATADIR%%/stencils/Optics/beam.desktop %%DATADIR%%/stencils/Optics/beam.odg %%DATADIR%%/stencils/Optics/beam.png %%DATADIR%%/stencils/Optics/circulator.desktop %%DATADIR%%/stencils/Optics/circulator.odg %%DATADIR%%/stencils/Optics/circulator.png %%DATADIR%%/stencils/Optics/collection.desktop %%DATADIR%%/stencils/Optics/coupler.desktop %%DATADIR%%/stencils/Optics/coupler.odg %%DATADIR%%/stencils/Optics/coupler.png %%DATADIR%%/stencils/Optics/coupler_vert.desktop %%DATADIR%%/stencils/Optics/coupler_vert.odg %%DATADIR%%/stencils/Optics/coupler_vert.png %%DATADIR%%/stencils/Optics/detector.desktop %%DATADIR%%/stencils/Optics/detector.odg %%DATADIR%%/stencils/Optics/detector.png %%DATADIR%%/stencils/Optics/detector_vert.desktop %%DATADIR%%/stencils/Optics/detector_vert.odg %%DATADIR%%/stencils/Optics/detector_vert.png %%DATADIR%%/stencils/Optics/dfb_laser.desktop %%DATADIR%%/stencils/Optics/dfb_laser.odg %%DATADIR%%/stencils/Optics/dfb_laser.png %%DATADIR%%/stencils/Optics/dfb_laser_big.png %%DATADIR%%/stencils/Optics/dfb_laser_vert.desktop %%DATADIR%%/stencils/Optics/dfb_laser_vert.odg %%DATADIR%%/stencils/Optics/dfb_laser_vert.png %%DATADIR%%/stencils/Optics/edfa.desktop %%DATADIR%%/stencils/Optics/edfa.odg %%DATADIR%%/stencils/Optics/edfa.png %%DATADIR%%/stencils/Optics/edfa_vert.desktop %%DATADIR%%/stencils/Optics/edfa_vert.odg %%DATADIR%%/stencils/Optics/edfa_vert.png %%DATADIR%%/stencils/Optics/fibre.desktop %%DATADIR%%/stencils/Optics/fibre.odg %%DATADIR%%/stencils/Optics/fibre.png %%DATADIR%%/stencils/Optics/fibre_vert.desktop %%DATADIR%%/stencils/Optics/fibre_vert.odg %%DATADIR%%/stencils/Optics/fibre_vert.png %%DATADIR%%/stencils/Optics/isolator.desktop %%DATADIR%%/stencils/Optics/isolator.odg %%DATADIR%%/stencils/Optics/isolator.png %%DATADIR%%/stencils/Optics/isolator_vert.desktop %%DATADIR%%/stencils/Optics/isolator_vert.odg %%DATADIR%%/stencils/Optics/isolator_vert.png %%DATADIR%%/stencils/Optics/lpg.desktop %%DATADIR%%/stencils/Optics/lpg.odg %%DATADIR%%/stencils/Optics/lpg.png %%DATADIR%%/stencils/Optics/lpg_vert.desktop %%DATADIR%%/stencils/Optics/lpg_vert.odg %%DATADIR%%/stencils/Optics/lpg_vert.png %%DATADIR%%/stencils/Optics/mod.desktop %%DATADIR%%/stencils/Optics/mod.odg %%DATADIR%%/stencils/Optics/mod.png %%DATADIR%%/stencils/Optics/mod_vert.desktop %%DATADIR%%/stencils/Optics/mod_vert.odg %%DATADIR%%/stencils/Optics/mod_vert.png %%DATADIR%%/stencils/Optics/phasemod.desktop %%DATADIR%%/stencils/Optics/phasemod.odg %%DATADIR%%/stencils/Optics/phasemod.png %%DATADIR%%/stencils/Optics/phasemod_vert.desktop %%DATADIR%%/stencils/Optics/phasemod_vert.odg %%DATADIR%%/stencils/Optics/phasemod_vert.png %%DATADIR%%/stencils/Optics/polarisation_control.desktop %%DATADIR%%/stencils/Optics/polarisation_control.odg %%DATADIR%%/stencils/Optics/polarisation_control.png %%DATADIR%%/stencils/Optics/polarisation_control_vert.desktop %%DATADIR%%/stencils/Optics/polarisation_control_vert.odg %%DATADIR%%/stencils/Optics/polarisation_control_vert.png %%DATADIR%%/stencils/Optics/scope.desktop %%DATADIR%%/stencils/Optics/scope.odg %%DATADIR%%/stencils/Optics/scope.png %%DATADIR%%/stencils/Optics/sine.desktop %%DATADIR%%/stencils/Optics/sine.odg %%DATADIR%%/stencils/Optics/sine.png %%DATADIR%%/stencils/Optics/spectrum.desktop %%DATADIR%%/stencils/Optics/spectrum.odg %%DATADIR%%/stencils/Optics/spectrum.png %%DATADIR%%/stencils/Optics/square.desktop %%DATADIR%%/stencils/Optics/square.odg %%DATADIR%%/stencils/Optics/square.png %%DATADIR%%/stencils/Optics/tuneable.desktop %%DATADIR%%/stencils/Optics/tuneable.odg %%DATADIR%%/stencils/Optics/tuneable.png %%DATADIR%%/stencils/Optics/wave.desktop %%DATADIR%%/stencils/Optics/wave.odg %%DATADIR%%/stencils/Optics/wave.png %%DATADIR%%/stencils/Pneumatic/cnx.desktop %%DATADIR%%/stencils/Pneumatic/cnx.odg %%DATADIR%%/stencils/Pneumatic/cnx.png %%DATADIR%%/stencils/Pneumatic/collection.desktop %%DATADIR%%/stencils/Pneumatic/comelec1.desktop %%DATADIR%%/stencils/Pneumatic/comelec1.odg %%DATADIR%%/stencils/Pneumatic/comelec1.png %%DATADIR%%/stencils/Pneumatic/comelec2.desktop %%DATADIR%%/stencils/Pneumatic/comelec2.odg %%DATADIR%%/stencils/Pneumatic/comelec2.png %%DATADIR%%/stencils/Pneumatic/commusc.desktop %%DATADIR%%/stencils/Pneumatic/commusc.odg %%DATADIR%%/stencils/Pneumatic/commusc.png %%DATADIR%%/stencils/Pneumatic/compb.desktop %%DATADIR%%/stencils/Pneumatic/compb.odg %%DATADIR%%/stencils/Pneumatic/compb.png %%DATADIR%%/stencils/Pneumatic/compilh.desktop %%DATADIR%%/stencils/Pneumatic/compilh.odg %%DATADIR%%/stencils/Pneumatic/compilh.png %%DATADIR%%/stencils/Pneumatic/compilp.desktop %%DATADIR%%/stencils/Pneumatic/compilp.odg %%DATADIR%%/stencils/Pneumatic/compilp.png %%DATADIR%%/stencils/Pneumatic/compush.desktop %%DATADIR%%/stencils/Pneumatic/compush.odg %%DATADIR%%/stencils/Pneumatic/compush.png %%DATADIR%%/stencils/Pneumatic/comspr.desktop %%DATADIR%%/stencils/Pneumatic/comspr.odg %%DATADIR%%/stencils/Pneumatic/comspr.png %%DATADIR%%/stencils/Pneumatic/dejack.desktop %%DATADIR%%/stencils/Pneumatic/dejack.odg %%DATADIR%%/stencils/Pneumatic/dejack.png %%DATADIR%%/stencils/Pneumatic/dist22.desktop %%DATADIR%%/stencils/Pneumatic/dist22.odg %%DATADIR%%/stencils/Pneumatic/dist22.png %%DATADIR%%/stencils/Pneumatic/dist32.desktop %%DATADIR%%/stencils/Pneumatic/dist32.odg %%DATADIR%%/stencils/Pneumatic/dist32.png %%DATADIR%%/stencils/Pneumatic/dist42.desktop %%DATADIR%%/stencils/Pneumatic/dist42.odg %%DATADIR%%/stencils/Pneumatic/dist42.png %%DATADIR%%/stencils/Pneumatic/dist52.desktop %%DATADIR%%/stencils/Pneumatic/dist52.odg %%DATADIR%%/stencils/Pneumatic/dist52.png %%DATADIR%%/stencils/Pneumatic/drain.desktop %%DATADIR%%/stencils/Pneumatic/drain.odg %%DATADIR%%/stencils/Pneumatic/drain.png %%DATADIR%%/stencils/Pneumatic/press.desktop %%DATADIR%%/stencils/Pneumatic/press.odg %%DATADIR%%/stencils/Pneumatic/press.png %%DATADIR%%/stencils/Pneumatic/presshy.desktop %%DATADIR%%/stencils/Pneumatic/presshy.odg %%DATADIR%%/stencils/Pneumatic/presshy.png %%DATADIR%%/stencils/Pneumatic/presspn.desktop %%DATADIR%%/stencils/Pneumatic/presspn.odg %%DATADIR%%/stencils/Pneumatic/presspn.png %%DATADIR%%/stencils/Pneumatic/seijack.desktop %%DATADIR%%/stencils/Pneumatic/seijack.odg %%DATADIR%%/stencils/Pneumatic/seijack.png %%DATADIR%%/stencils/Pneumatic/seojack.desktop %%DATADIR%%/stencils/Pneumatic/seojack.odg %%DATADIR%%/stencils/Pneumatic/seojack.png %%DATADIR%%/stencils/RDP/collection.desktop %%DATADIR%%/stencils/RDP/place.desktop %%DATADIR%%/stencils/RDP/place.odg %%DATADIR%%/stencils/RDP/place.png %%DATADIR%%/stencils/RDP/place_marquee.desktop %%DATADIR%%/stencils/RDP/place_marquee.odg %%DATADIR%%/stencils/RDP/place_marquee.png %%DATADIR%%/stencils/RDP/t_transition.desktop %%DATADIR%%/stencils/RDP/t_transition.odg %%DATADIR%%/stencils/RDP/t_transition.png %%DATADIR%%/stencils/RDP/transition.desktop %%DATADIR%%/stencils/RDP/transition.odg %%DATADIR%%/stencils/RDP/transition.png %%DATADIR%%/stencils/Racks/collection.desktop %%DATADIR%%/stencils/Racks/equipment_10u.desktop %%DATADIR%%/stencils/Racks/equipment_10u.odg %%DATADIR%%/stencils/Racks/equipment_10u.png %%DATADIR%%/stencils/Racks/equipment_11u.desktop %%DATADIR%%/stencils/Racks/equipment_11u.odg %%DATADIR%%/stencils/Racks/equipment_11u.png %%DATADIR%%/stencils/Racks/equipment_12u.desktop %%DATADIR%%/stencils/Racks/equipment_12u.odg %%DATADIR%%/stencils/Racks/equipment_12u.png %%DATADIR%%/stencils/Racks/equipment_1u.desktop %%DATADIR%%/stencils/Racks/equipment_1u.odg %%DATADIR%%/stencils/Racks/equipment_1u.png %%DATADIR%%/stencils/Racks/equipment_2u.desktop %%DATADIR%%/stencils/Racks/equipment_2u.odg %%DATADIR%%/stencils/Racks/equipment_2u.png %%DATADIR%%/stencils/Racks/equipment_3u.desktop %%DATADIR%%/stencils/Racks/equipment_3u.odg %%DATADIR%%/stencils/Racks/equipment_3u.png %%DATADIR%%/stencils/Racks/equipment_4u.desktop %%DATADIR%%/stencils/Racks/equipment_4u.odg %%DATADIR%%/stencils/Racks/equipment_4u.png %%DATADIR%%/stencils/Racks/equipment_5u.desktop %%DATADIR%%/stencils/Racks/equipment_5u.odg %%DATADIR%%/stencils/Racks/equipment_5u.png %%DATADIR%%/stencils/Racks/equipment_6u.desktop %%DATADIR%%/stencils/Racks/equipment_6u.odg %%DATADIR%%/stencils/Racks/equipment_6u.png %%DATADIR%%/stencils/Racks/equipment_7u.desktop %%DATADIR%%/stencils/Racks/equipment_7u.odg %%DATADIR%%/stencils/Racks/equipment_7u.png %%DATADIR%%/stencils/Racks/equipment_8u.desktop %%DATADIR%%/stencils/Racks/equipment_8u.odg %%DATADIR%%/stencils/Racks/equipment_8u.png %%DATADIR%%/stencils/Racks/equipment_9u.desktop %%DATADIR%%/stencils/Racks/equipment_9u.odg %%DATADIR%%/stencils/Racks/equipment_9u.png %%DATADIR%%/stencils/Racks/power_strip_bs.png %%DATADIR%%/stencils/Racks/power_strip_bs_7.desktop %%DATADIR%%/stencils/Racks/power_strip_bs_7.odg %%DATADIR%%/stencils/Racks/power_strip_schuko.png %%DATADIR%%/stencils/Racks/power_strip_schuko_8.desktop %%DATADIR%%/stencils/Racks/power_strip_schuko_8.odg %%DATADIR%%/stencils/Racks/power_strip_ute.png %%DATADIR%%/stencils/Racks/power_strip_ute_8.desktop %%DATADIR%%/stencils/Racks/power_strip_ute_8.odg %%DATADIR%%/stencils/Racks/rack_12u.desktop %%DATADIR%%/stencils/Racks/rack_12u.odg %%DATADIR%%/stencils/Racks/rack_12u.png %%DATADIR%%/stencils/Racks/rack_16u.desktop %%DATADIR%%/stencils/Racks/rack_16u.odg %%DATADIR%%/stencils/Racks/rack_16u.png %%DATADIR%%/stencils/Racks/rack_20u.desktop %%DATADIR%%/stencils/Racks/rack_20u.odg %%DATADIR%%/stencils/Racks/rack_20u.png %%DATADIR%%/stencils/Racks/rack_38u.desktop %%DATADIR%%/stencils/Racks/rack_38u.odg %%DATADIR%%/stencils/Racks/rack_38u.png %%DATADIR%%/stencils/Racks/rack_42u.desktop %%DATADIR%%/stencils/Racks/rack_42u.odg %%DATADIR%%/stencils/Racks/rack_42u.png %%DATADIR%%/stencils/Racks/rack_label_anchors_42u.desktop %%DATADIR%%/stencils/Racks/rack_label_anchors_42u.odg %%DATADIR%%/stencils/Racks/rack_label_anchors_42u.png %%DATADIR%%/stencils/Renewable_Energy/collection.desktop %%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.desktop %%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.odg %%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.png %%DATADIR%%/stencils/Renewable_Energy/data_logger.desktop %%DATADIR%%/stencils/Renewable_Energy/data_logger.odg %%DATADIR%%/stencils/Renewable_Energy/data_logger.png %%DATADIR%%/stencils/Renewable_Energy/meas_tower.desktop %%DATADIR%%/stencils/Renewable_Energy/meas_tower.odg %%DATADIR%%/stencils/Renewable_Energy/meas_tower.png %%DATADIR%%/stencils/Renewable_Energy/solar_module.desktop %%DATADIR%%/stencils/Renewable_Energy/solar_module.odg %%DATADIR%%/stencils/Renewable_Energy/solar_module.png %%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.desktop %%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.odg %%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.png %%DATADIR%%/stencils/Renewable_Energy/wind_turbine.desktop %%DATADIR%%/stencils/Renewable_Energy/wind_turbine.odg %%DATADIR%%/stencils/Renewable_Energy/wind_turbine.png %%DATADIR%%/stencils/Renewable_Energy/wind_vane.desktop %%DATADIR%%/stencils/Renewable_Energy/wind_vane.odg %%DATADIR%%/stencils/Renewable_Energy/wind_vane.png %%DATADIR%%/stencils/SDL/block.desktop %%DATADIR%%/stencils/SDL/block.odg %%DATADIR%%/stencils/SDL/block.png %%DATADIR%%/stencils/SDL/collection.desktop %%DATADIR%%/stencils/SDL/comment.desktop %%DATADIR%%/stencils/SDL/comment.odg %%DATADIR%%/stencils/SDL/comment.png %%DATADIR%%/stencils/SDL/decision.desktop %%DATADIR%%/stencils/SDL/decision.odg %%DATADIR%%/stencils/SDL/decision.png %%DATADIR%%/stencils/SDL/function.desktop %%DATADIR%%/stencils/SDL/function.odg %%DATADIR%%/stencils/SDL/function.png %%DATADIR%%/stencils/SDL/header.desktop %%DATADIR%%/stencils/SDL/header.odg %%DATADIR%%/stencils/SDL/header.png %%DATADIR%%/stencils/SDL/inout.desktop %%DATADIR%%/stencils/SDL/inout.odg %%DATADIR%%/stencils/SDL/inout.png %%DATADIR%%/stencils/SDL/macro.desktop %%DATADIR%%/stencils/SDL/macro.odg %%DATADIR%%/stencils/SDL/macro.png %%DATADIR%%/stencils/SDL/note.desktop %%DATADIR%%/stencils/SDL/note.odg %%DATADIR%%/stencils/SDL/note.png %%DATADIR%%/stencils/SDL/process.desktop %%DATADIR%%/stencils/SDL/process.odg %%DATADIR%%/stencils/SDL/process.png %%DATADIR%%/stencils/SDL/receive.desktop %%DATADIR%%/stencils/SDL/receive.odg %%DATADIR%%/stencils/SDL/receive.png %%DATADIR%%/stencils/SDL/return.desktop %%DATADIR%%/stencils/SDL/return.odg %%DATADIR%%/stencils/SDL/return.png %%DATADIR%%/stencils/SDL/save.desktop %%DATADIR%%/stencils/SDL/save.odg %%DATADIR%%/stencils/SDL/save.png %%DATADIR%%/stencils/SDL/send.desktop %%DATADIR%%/stencils/SDL/send.odg %%DATADIR%%/stencils/SDL/send.png %%DATADIR%%/stencils/SDL/service.desktop %%DATADIR%%/stencils/SDL/service.odg %%DATADIR%%/stencils/SDL/service.png %%DATADIR%%/stencils/SDL/state.desktop %%DATADIR%%/stencils/SDL/state.odg %%DATADIR%%/stencils/SDL/state.png %%DATADIR%%/stencils/SDL/stop.desktop %%DATADIR%%/stencils/SDL/stop.odg %%DATADIR%%/stencils/SDL/stop.png %%DATADIR%%/stencils/SDL/task.desktop %%DATADIR%%/stencils/SDL/task.odg %%DATADIR%%/stencils/SDL/task.png %%DATADIR%%/stencils/Scenegraph/appearance.desktop %%DATADIR%%/stencils/Scenegraph/appearance.odg %%DATADIR%%/stencils/Scenegraph/appearance.png %%DATADIR%%/stencils/Scenegraph/callback.desktop %%DATADIR%%/stencils/Scenegraph/callback.odg %%DATADIR%%/stencils/Scenegraph/callback.png %%DATADIR%%/stencils/Scenegraph/camera.desktop %%DATADIR%%/stencils/Scenegraph/camera.odg %%DATADIR%%/stencils/Scenegraph/camera.png %%DATADIR%%/stencils/Scenegraph/collection.desktop %%DATADIR%%/stencils/Scenegraph/component.desktop %%DATADIR%%/stencils/Scenegraph/component.odg %%DATADIR%%/stencils/Scenegraph/component.png %%DATADIR%%/stencils/Scenegraph/engine.desktop %%DATADIR%%/stencils/Scenegraph/engine.odg %%DATADIR%%/stencils/Scenegraph/engine.png %%DATADIR%%/stencils/Scenegraph/field.desktop %%DATADIR%%/stencils/Scenegraph/field.odg %%DATADIR%%/stencils/Scenegraph/field.png %%DATADIR%%/stencils/Scenegraph/group.desktop %%DATADIR%%/stencils/Scenegraph/group.odg %%DATADIR%%/stencils/Scenegraph/group.png %%DATADIR%%/stencils/Scenegraph/light.desktop %%DATADIR%%/stencils/Scenegraph/light.odg %%DATADIR%%/stencils/Scenegraph/light.png %%DATADIR%%/stencils/Scenegraph/manipulator.desktop %%DATADIR%%/stencils/Scenegraph/manipulator.odg %%DATADIR%%/stencils/Scenegraph/manipulator.png %%DATADIR%%/stencils/Scenegraph/metric.desktop %%DATADIR%%/stencils/Scenegraph/metric.odg %%DATADIR%%/stencils/Scenegraph/metric.png %%DATADIR%%/stencils/Scenegraph/nodekit.desktop %%DATADIR%%/stencils/Scenegraph/nodekit.odg %%DATADIR%%/stencils/Scenegraph/nodekit.png %%DATADIR%%/stencils/Scenegraph/property.desktop %%DATADIR%%/stencils/Scenegraph/property.odg %%DATADIR%%/stencils/Scenegraph/property.png %%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.desktop %%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.odg %%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.png %%DATADIR%%/stencils/Scenegraph/separator.desktop %%DATADIR%%/stencils/Scenegraph/separator.odg %%DATADIR%%/stencils/Scenegraph/separator.png %%DATADIR%%/stencils/Scenegraph/shape.desktop %%DATADIR%%/stencils/Scenegraph/shape.odg %%DATADIR%%/stencils/Scenegraph/shape.png %%DATADIR%%/stencils/Scenegraph/soselection.desktop %%DATADIR%%/stencils/Scenegraph/soselection.odg %%DATADIR%%/stencils/Scenegraph/soselection.png %%DATADIR%%/stencils/Scenegraph/subgraph.desktop %%DATADIR%%/stencils/Scenegraph/subgraph.odg %%DATADIR%%/stencils/Scenegraph/subgraph.png %%DATADIR%%/stencils/Scenegraph/switch.desktop %%DATADIR%%/stencils/Scenegraph/switch.odg %%DATADIR%%/stencils/Scenegraph/switch.png %%DATADIR%%/stencils/Scenegraph/transform.desktop %%DATADIR%%/stencils/Scenegraph/transform.odg %%DATADIR%%/stencils/Scenegraph/transform.png %%DATADIR%%/stencils/Sybase/client.desktop %%DATADIR%%/stencils/Sybase/client.odg %%DATADIR%%/stencils/Sybase/client.png %%DATADIR%%/stencils/Sybase/collection.desktop %%DATADIR%%/stencils/Sybase/dataserver.desktop %%DATADIR%%/stencils/Sybase/dataserver.odg %%DATADIR%%/stencils/Sybase/dataserver.png %%DATADIR%%/stencils/Sybase/ltm.desktop %%DATADIR%%/stencils/Sybase/ltm.odg %%DATADIR%%/stencils/Sybase/ltm.png %%DATADIR%%/stencils/Sybase/repserver.desktop %%DATADIR%%/stencils/Sybase/repserver.odg %%DATADIR%%/stencils/Sybase/repserver.png %%DATADIR%%/stencils/Sybase/rsm.desktop %%DATADIR%%/stencils/Sybase/rsm.odg %%DATADIR%%/stencils/Sybase/rsm.png %%DATADIR%%/stencils/Sybase/stableq.desktop %%DATADIR%%/stencils/Sybase/stableq.odg %%DATADIR%%/stencils/Sybase/stableq.png %%DATADIR%%/stencils/Value_Stream_Mapping/collection.desktop %%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.desktop %%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.odg %%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.png %%DATADIR%%/styles/markers.xml %%DATADIR%%/thesaurus/thesaurus.txt %%DATADIR%%_shape_music/fonts/Emmentaler-14.ttf -%%DATADIR%%plan/about/intro.html -%%DATADIR%%plan/about/main.html -%%DATADIR%%plan/about/plan.css -%%DATADIR%%plan/about/tips.html -%%DATADIR%%plan/about/top-left-plan.png -%%DATADIR%%plan/about/tutorial.html -%%DATADIR%%plan/icons/hicolor/22x22/actions/view-task-child-add.png -%%DATADIR%%plan/icons/hicolor/22x22/actions/view-time-schedule-insert.png -%%DATADIR%%plan/icons/hicolor/48x48/actions/template_timechart.png -%%DATADIR%%plan/icons/hicolor/scalable/actions/template_timechart.svgz -%%DATADIR%%plan/templates/Simple/.directory -%%DATADIR%%plan/templates/Simple/.source/8HourDay-40HourWeek.plant -%%DATADIR%%plan/templates/Simple/.source/Plain.plant -%%DATADIR%%plan/templates/Simple/8HourDay-40HourWeek.desktop -%%DATADIR%%plan/templates/Simple/Plain.desktop -%%DATADIR%%planwork/icons/hicolor/128x128/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/16x16/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/22x22/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/32x32/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/48x48/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/64x64/actions/template_empty.png -%%DATADIR%%planwork/templates/Simple/.directory -%%DATADIR%%planwork/templates/Simple/.source/Empty.planworkt -%%DATADIR%%planwork/templates/Simple/Empty.desktop -%%DATADIR%%sheets/CellToolOptionWidgets.xml -%%DATADIR%%sheets/dtd/kspread.dtd -%%DATADIR%%sheets/functions/bitops.xml -%%DATADIR%%sheets/functions/conversion.xml -%%DATADIR%%sheets/functions/database.xml -%%DATADIR%%sheets/functions/datetime.xml -%%DATADIR%%sheets/functions/engineering.xml -%%DATADIR%%sheets/functions/financial.xml -%%DATADIR%%sheets/functions/information.xml -%%DATADIR%%sheets/functions/logic.xml -%%DATADIR%%sheets/functions/math.xml -%%DATADIR%%sheets/functions/reference.xml -%%DATADIR%%sheets/functions/statistical.xml -%%DATADIR%%sheets/functions/text.xml -%%DATADIR%%sheets/functions/trig.xml -%%DATADIR%%sheets/icons/hicolor/16x16/actions/adjustcol.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/adjustrow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/black_sum.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/cell_edit.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/cell_layout.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/delete-comment.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/delete_table.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/deletecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/dissociatecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/edit-comment.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-bottom.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-center.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-top.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-currency.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-text-capitalize.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-text-direction-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/hide_table_column.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/hide_table_row.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insertcell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insertcellcopy.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell-horizontal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/multirow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/removecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/resizecol.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/resizerow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/selection.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/series.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/show_table_column.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/show_table_row.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/special_paste.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/black_sum.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-bottom.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-center.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-top.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-currency.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell-horizontal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell-vertical.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/multirow.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_balancesheet.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_bmi.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_creditcardtracker.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_expensereport.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_invoice.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_menuplan.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_packingslip.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_pricequotation.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_studentidcard.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_vacationchecklist.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_worksheet.png -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_balancesheet.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_bmi.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_creditcardtracker.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_expensereport.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_invoice.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_menuplan.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_packingslip.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_pricequotation.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_studentidcard.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_vacationchecklist.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_worksheet.svgz -%%DATADIR%%sheets/sheetstyles/standard1.ksts -%%DATADIR%%sheets/sheetstyles/standard1.png -%%DATADIR%%sheets/sheetstyles/standard1.xml -%%DATADIR%%sheets/sheetstyles/standard2.ksts -%%DATADIR%%sheets/sheetstyles/standard2.png -%%DATADIR%%sheets/sheetstyles/standard2.xml -%%DATADIR%%sheets/templates/Business/.directory -%%DATADIR%%sheets/templates/Business/.source/BalanceSheet.kst -%%DATADIR%%sheets/templates/Business/.source/ExpenseReport.kst -%%DATADIR%%sheets/templates/Business/.source/Invoice.kst -%%DATADIR%%sheets/templates/Business/.source/PackingSlip.kst -%%DATADIR%%sheets/templates/Business/.source/PriceQuotation.kst -%%DATADIR%%sheets/templates/Business/BalanceSheet.desktop -%%DATADIR%%sheets/templates/Business/ExpenseReport.desktop -%%DATADIR%%sheets/templates/Business/Invoice.desktop -%%DATADIR%%sheets/templates/Business/PackingSlip.desktop -%%DATADIR%%sheets/templates/Business/PriceQuotation.desktop -%%DATADIR%%sheets/templates/General/.directory -%%DATADIR%%sheets/templates/General/.source/StudentIDCard.kst -%%DATADIR%%sheets/templates/General/.source/Worksheet.kst -%%DATADIR%%sheets/templates/General/StudentIDCard.desktop -%%DATADIR%%sheets/templates/General/Worksheet.desktop -%%DATADIR%%sheets/templates/HomeFamily/.directory -%%DATADIR%%sheets/templates/HomeFamily/.source/BMI.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/CreditCardTracker.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/MenuPlan.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/VacationChecklist.kst -%%DATADIR%%sheets/templates/HomeFamily/BMI.desktop -%%DATADIR%%sheets/templates/HomeFamily/CreditCardTracker.desktop -%%DATADIR%%sheets/templates/HomeFamily/MenuPlan.desktop -%%DATADIR%%sheets/templates/HomeFamily/VacationChecklist.desktop -%%DATADIR%%sheets/viewplugins/solver.rc -%%DATADIR%%stage/animations/animations.xml -%%DATADIR%%stage/cursors/pen.png -%%DATADIR%%stage/icons/hicolor/16x16/actions/highlight-pointer-spot.png -%%DATADIR%%stage/icons/hicolor/16x16/actions/pause-to-black-screen.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/after_previous.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/edit_animation.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/onclick.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/unrecognized_animation.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/with_previous.png -%%DATADIR%%stage/icons/hicolor/48x48/actions/template_emptylandscape.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/appear_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/blue_orange_vector.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/bounce_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/burning_desire.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/business.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/collapse_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/crawl_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/curious_penguin.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/custom_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/disappear_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/emphasis_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/entrance_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/exit_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/falling_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/flash_once_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/flood_light.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_in_slow_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/horizontal_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/in_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/kde_events.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/motion_path_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/movie_credits_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/out_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/rounded_square.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/simple_waves.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_monotone.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_monotone_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_morning.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_morning_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_night.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_night_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/spiral_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/spiral_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/strange_far_hills.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/stretchy_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/swish_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/swivel_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/thread_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/vertical_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/zoom_animation.png -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-blue.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-gold.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-magenta.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-red.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/template_emptylandscape.svgz -%%DATADIR%%stage/pics/layout-elements.svg -%%DATADIR%%stage/styles/defaultstyles.xml -%%DATADIR%%stage/templates/Screen/.directory -%%DATADIR%%stage/templates/Screen/.source/emptyLandscape.otp -%%DATADIR%%stage/templates/Screen/.source/emptyLandscapeWide.otp -%%DATADIR%%stage/templates/Screen/emptyLandscape.desktop -%%DATADIR%%stage/templates/Screen/emptyLandscapeWide.desktop -%%DATADIR%%stage/templates/exportHTML/slides.html -%%DATADIR%%stage/templates/exportHTML/templates/stage.zip -%%DATADIR%%stage/templates/exportHTML/toc.html -%%DATADIR%%stage/templates/odf/.directory -%%DATADIR%%stage/templates/odf/.source/blue_orange_vector.otp -%%DATADIR%%stage/templates/odf/.source/burning_desire.otp -%%DATADIR%%stage/templates/odf/.source/business.otp -%%DATADIR%%stage/templates/odf/.source/cohere-blue.otp -%%DATADIR%%stage/templates/odf/.source/cohere-gold.otp -%%DATADIR%%stage/templates/odf/.source/cohere-magenta.otp -%%DATADIR%%stage/templates/odf/.source/cohere-red.otp -%%DATADIR%%stage/templates/odf/.source/curious_penguin.otp -%%DATADIR%%stage/templates/odf/.source/flood_light.otp -%%DATADIR%%stage/templates/odf/.source/kde_events.otp -%%DATADIR%%stage/templates/odf/.source/rounded_square.otp -%%DATADIR%%stage/templates/odf/.source/simple_waves.otp -%%DATADIR%%stage/templates/odf/.source/skyline_monotone.otp -%%DATADIR%%stage/templates/odf/.source/skyline_monotone_wide.otp -%%DATADIR%%stage/templates/odf/.source/skyline_morning.otp -%%DATADIR%%stage/templates/odf/.source/skyline_morning_wide.otp -%%DATADIR%%stage/templates/odf/.source/skyline_night.otp -%%DATADIR%%stage/templates/odf/.source/skyline_night_wide.otp -%%DATADIR%%stage/templates/odf/.source/strange_far_hills.otp -%%DATADIR%%stage/templates/odf/.thumbnail/blue_orange_vector.png -%%DATADIR%%stage/templates/odf/.thumbnail/burning_desire.png -%%DATADIR%%stage/templates/odf/.thumbnail/business.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-blue.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-gold.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-magenta.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-red.png -%%DATADIR%%stage/templates/odf/.thumbnail/curious_penguin.png -%%DATADIR%%stage/templates/odf/.thumbnail/flood_light.png -%%DATADIR%%stage/templates/odf/.thumbnail/kde_events.png -%%DATADIR%%stage/templates/odf/.thumbnail/rounded_square.png -%%DATADIR%%stage/templates/odf/.thumbnail/simple_waves.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_monotone.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_monotone_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_morning.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_morning_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_night.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_night_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/strange_far_hills.png -%%DATADIR%%stage/templates/odf/blue_orange_vector.desktop -%%DATADIR%%stage/templates/odf/burning_desire.desktop -%%DATADIR%%stage/templates/odf/business.desktop -%%DATADIR%%stage/templates/odf/cohere-blue.desktop -%%DATADIR%%stage/templates/odf/cohere-gold.desktop -%%DATADIR%%stage/templates/odf/cohere-magenta.desktop -%%DATADIR%%stage/templates/odf/cohere-red.desktop -%%DATADIR%%stage/templates/odf/curious_penguin.desktop -%%DATADIR%%stage/templates/odf/flood_light.desktop -%%DATADIR%%stage/templates/odf/kde_events.desktop -%%DATADIR%%stage/templates/odf/rounded_square.desktop -%%DATADIR%%stage/templates/odf/simple_waves.desktop -%%DATADIR%%stage/templates/odf/skyline_monotone.desktop -%%DATADIR%%stage/templates/odf/skyline_monotone_wide.desktop -%%DATADIR%%stage/templates/odf/skyline_morning.desktop -%%DATADIR%%stage/templates/odf/skyline_morning_wide.desktop -%%DATADIR%%stage/templates/odf/skyline_night.desktop -%%DATADIR%%stage/templates/odf/skyline_night_wide.desktop -%%DATADIR%%stage/templates/odf/strange_far_hills.desktop -%%DATADIR%%words/icons/hicolor/128x128/actions/template_colorful.png -%%DATADIR%%words/icons/hicolor/22x22/actions/tool_pagelayout.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_a4.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_colorful.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_fax.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_letter.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_plaintext.png -%%DATADIR%%words/icons/hicolor/scalable/actions/template_a4.svgz -%%DATADIR%%words/icons/hicolor/scalable/actions/template_fax.svgz -%%DATADIR%%words/icons/hicolor/scalable/actions/template_letter.svgz -%%DATADIR%%words/styles/defaultstyles.xml -%%DATADIR%%words/templates/Normal/.directory -%%DATADIR%%words/templates/Normal/.source/A4.odt -%%DATADIR%%words/templates/Normal/.source/ColorfulA4.odt -%%DATADIR%%words/templates/Normal/.source/ColorfulLetter.odt -%%DATADIR%%words/templates/Normal/.source/FaxA4.odt -%%DATADIR%%words/templates/Normal/.source/FaxLetter.odt -%%DATADIR%%words/templates/Normal/.source/ProfessionalA4.odt -%%DATADIR%%words/templates/Normal/.source/ProfessionalLetter.odt -%%DATADIR%%words/templates/Normal/.thumbnail/a4.png -%%DATADIR%%words/templates/Normal/.thumbnail/colorful.png -%%DATADIR%%words/templates/Normal/.thumbnail/fax.png -%%DATADIR%%words/templates/Normal/.thumbnail/professional.png -%%DATADIR%%words/templates/Normal/A4.desktop -%%DATADIR%%words/templates/Normal/ColorfulA4.desktop -%%DATADIR%%words/templates/Normal/ColorfulLetter.desktop -%%DATADIR%%words/templates/Normal/FaxA4.desktop -%%DATADIR%%words/templates/Normal/FaxLetter.desktop -%%DATADIR%%words/templates/Normal/ProfessionalA4.desktop -%%DATADIR%%words/templates/Normal/ProfessionalLetter.desktop -share/config.kcfg/calligraplansettings.kcfg -share/config.kcfg/calligraplanworksettings.kcfg +share/calligrasheets/CellToolOptionWidgets.xml +share/calligrasheets/dtd/kspread.dtd +share/calligrasheets/functions/bitops.xml +share/calligrasheets/functions/conversion.xml +share/calligrasheets/functions/database.xml +share/calligrasheets/functions/datetime.xml +share/calligrasheets/functions/engineering.xml +share/calligrasheets/functions/financial.xml +share/calligrasheets/functions/information.xml +share/calligrasheets/functions/logic.xml +share/calligrasheets/functions/math.xml +share/calligrasheets/functions/reference.xml +share/calligrasheets/functions/statistical.xml +share/calligrasheets/functions/text.xml +share/calligrasheets/functions/trig.xml +share/calligrasheets/icons/hicolor/16x16/actions/adjustcol.png +share/calligrasheets/icons/hicolor/16x16/actions/adjustrow.png +share/calligrasheets/icons/hicolor/16x16/actions/black_sum.png +share/calligrasheets/icons/hicolor/16x16/actions/cell_edit.png +share/calligrasheets/icons/hicolor/16x16/actions/cell_layout.png +share/calligrasheets/icons/hicolor/16x16/actions/delete-comment.png +share/calligrasheets/icons/hicolor/16x16/actions/delete_table.png +share/calligrasheets/icons/hicolor/16x16/actions/deletecell.png +share/calligrasheets/icons/hicolor/16x16/actions/dissociatecell.png +share/calligrasheets/icons/hicolor/16x16/actions/edit-comment.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-bottom.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-center.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-top.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/16x16/actions/format-currency.png +share/calligrasheets/icons/hicolor/16x16/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/16x16/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/16x16/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/16x16/actions/format-text-capitalize.png +share/calligrasheets/icons/hicolor/16x16/actions/format-text-direction-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/hide_table_column.png +share/calligrasheets/icons/hicolor/16x16/actions/hide_table_row.png +share/calligrasheets/icons/hicolor/16x16/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/16x16/actions/insertcell.png +share/calligrasheets/icons/hicolor/16x16/actions/insertcellcopy.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell-horizontal.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell.png +share/calligrasheets/icons/hicolor/16x16/actions/multirow.png +share/calligrasheets/icons/hicolor/16x16/actions/removecell.png +share/calligrasheets/icons/hicolor/16x16/actions/resizecol.png +share/calligrasheets/icons/hicolor/16x16/actions/resizerow.png +share/calligrasheets/icons/hicolor/16x16/actions/selection.png +share/calligrasheets/icons/hicolor/16x16/actions/series.png +share/calligrasheets/icons/hicolor/16x16/actions/show_table_column.png +share/calligrasheets/icons/hicolor/16x16/actions/show_table_row.png +share/calligrasheets/icons/hicolor/16x16/actions/special_paste.png +share/calligrasheets/icons/hicolor/22x22/actions/black_sum.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-bottom.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-center.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-top.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/22x22/actions/format-currency.png +share/calligrasheets/icons/hicolor/22x22/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/22x22/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/22x22/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/22x22/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell-horizontal.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell-vertical.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell.png +share/calligrasheets/icons/hicolor/22x22/actions/multirow.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/32x32/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/32x32/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/32x32/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/32x32/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/48x48/actions/template_balancesheet.png +share/calligrasheets/icons/hicolor/48x48/actions/template_bmi.png +share/calligrasheets/icons/hicolor/48x48/actions/template_creditcardtracker.png +share/calligrasheets/icons/hicolor/48x48/actions/template_expensereport.png +share/calligrasheets/icons/hicolor/48x48/actions/template_invoice.png +share/calligrasheets/icons/hicolor/48x48/actions/template_menuplan.png +share/calligrasheets/icons/hicolor/48x48/actions/template_packingslip.png +share/calligrasheets/icons/hicolor/48x48/actions/template_pricequotation.png +share/calligrasheets/icons/hicolor/48x48/actions/template_studentidcard.png +share/calligrasheets/icons/hicolor/48x48/actions/template_vacationchecklist.png +share/calligrasheets/icons/hicolor/48x48/actions/template_worksheet.png +share/calligrasheets/icons/hicolor/scalable/actions/template_balancesheet.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_bmi.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_creditcardtracker.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_expensereport.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_invoice.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_menuplan.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_packingslip.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_pricequotation.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_studentidcard.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_vacationchecklist.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_worksheet.svgz +share/calligrasheets/sheetstyles/standard1.ksts +share/calligrasheets/sheetstyles/standard1.png +share/calligrasheets/sheetstyles/standard1.xml +share/calligrasheets/sheetstyles/standard2.ksts +share/calligrasheets/sheetstyles/standard2.png +share/calligrasheets/sheetstyles/standard2.xml +share/calligrasheets/templates/Business/.directory +share/calligrasheets/templates/Business/.source/BalanceSheet.kst +share/calligrasheets/templates/Business/.source/ExpenseReport.kst +share/calligrasheets/templates/Business/.source/Invoice.kst +share/calligrasheets/templates/Business/.source/PackingSlip.kst +share/calligrasheets/templates/Business/.source/PriceQuotation.kst +share/calligrasheets/templates/Business/BalanceSheet.desktop +share/calligrasheets/templates/Business/ExpenseReport.desktop +share/calligrasheets/templates/Business/Invoice.desktop +share/calligrasheets/templates/Business/PackingSlip.desktop +share/calligrasheets/templates/Business/PriceQuotation.desktop +share/calligrasheets/templates/General/.directory +share/calligrasheets/templates/General/.source/StudentIDCard.kst +share/calligrasheets/templates/General/.source/Worksheet.kst +share/calligrasheets/templates/General/StudentIDCard.desktop +share/calligrasheets/templates/General/Worksheet.desktop +share/calligrasheets/templates/HomeFamily/.directory +share/calligrasheets/templates/HomeFamily/.source/BMI.kst +share/calligrasheets/templates/HomeFamily/.source/CreditCardTracker.kst +share/calligrasheets/templates/HomeFamily/.source/MenuPlan.kst +share/calligrasheets/templates/HomeFamily/.source/VacationChecklist.kst +share/calligrasheets/templates/HomeFamily/BMI.desktop +share/calligrasheets/templates/HomeFamily/CreditCardTracker.desktop +share/calligrasheets/templates/HomeFamily/MenuPlan.desktop +share/calligrasheets/templates/HomeFamily/VacationChecklist.desktop +share/calligrasheets/viewplugins/solver.rc +share/calligrastage/animations/animations.xml +share/calligrastage/cursors/pen.png +share/calligrastage/icons/hicolor/16x16/actions/highlight-pointer-spot.png +share/calligrastage/icons/hicolor/16x16/actions/pause-to-black-screen.png +share/calligrastage/icons/hicolor/32x32/actions/after_previous.png +share/calligrastage/icons/hicolor/32x32/actions/edit_animation.png +share/calligrastage/icons/hicolor/32x32/actions/onclick.png +share/calligrastage/icons/hicolor/32x32/actions/unrecognized_animation.png +share/calligrastage/icons/hicolor/32x32/actions/with_previous.png +share/calligrastage/icons/hicolor/48x48/actions/template_emptylandscape.png +share/calligrastage/icons/hicolor/64x64/actions/appear_animation.png +share/calligrastage/icons/hicolor/64x64/actions/blue_orange_vector.png +share/calligrastage/icons/hicolor/64x64/actions/bounce_animation.png +share/calligrastage/icons/hicolor/64x64/actions/burning_desire.png +share/calligrastage/icons/hicolor/64x64/actions/business.png +share/calligrastage/icons/hicolor/64x64/actions/collapse_animation.png +share/calligrastage/icons/hicolor/64x64/actions/crawl_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/curious_penguin.png +share/calligrastage/icons/hicolor/64x64/actions/custom_animations.png +share/calligrastage/icons/hicolor/64x64/actions/disappear_animation.png +share/calligrastage/icons/hicolor/64x64/actions/emphasis_animations.png +share/calligrastage/icons/hicolor/64x64/actions/entrance_animations.png +share/calligrastage/icons/hicolor/64x64/actions/exit_animations.png +share/calligrastage/icons/hicolor/64x64/actions/falling_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/flash_once_animation.png +share/calligrastage/icons/hicolor/64x64/actions/flood_light.png +share/calligrastage/icons/hicolor/64x64/actions/fly_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/fly_in_slow_animation.png +share/calligrastage/icons/hicolor/64x64/actions/fly_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/horizontal_animations.png +share/calligrastage/icons/hicolor/64x64/actions/in_animations.png +share/calligrastage/icons/hicolor/64x64/actions/kde_events.png +share/calligrastage/icons/hicolor/64x64/actions/motion_path_animations.png +share/calligrastage/icons/hicolor/64x64/actions/movie_credits_animation.png +share/calligrastage/icons/hicolor/64x64/actions/out_animations.png +share/calligrastage/icons/hicolor/64x64/actions/rounded_square.png +share/calligrastage/icons/hicolor/64x64/actions/simple_waves.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_monotone.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_monotone_wide.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_morning.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_morning_wide.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_night.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_night_wide.png +share/calligrastage/icons/hicolor/64x64/actions/spiral_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/spiral_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/strange_far_hills.png +share/calligrastage/icons/hicolor/64x64/actions/stretchy_animation.png +share/calligrastage/icons/hicolor/64x64/actions/swish_animation.png +share/calligrastage/icons/hicolor/64x64/actions/swivel_animation.png +share/calligrastage/icons/hicolor/64x64/actions/thread_animation.png +share/calligrastage/icons/hicolor/64x64/actions/vertical_animations.png +share/calligrastage/icons/hicolor/64x64/actions/zoom_animation.png +share/calligrastage/icons/hicolor/scalable/actions/cohere-blue.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-gold.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-magenta.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-red.svgz +share/calligrastage/icons/hicolor/scalable/actions/template_emptylandscape.svgz +share/calligrastage/pics/layout-elements.svg +share/calligrastage/styles/defaultstyles.xml +share/calligrastage/templates/Screen/.directory +share/calligrastage/templates/Screen/.source/emptyLandscape.otp +share/calligrastage/templates/Screen/.source/emptyLandscapeWide.otp +share/calligrastage/templates/Screen/emptyLandscape.desktop +share/calligrastage/templates/Screen/emptyLandscapeWide.desktop +share/calligrastage/templates/exportHTML/slides.html +share/calligrastage/templates/exportHTML/templates/stage.zip +share/calligrastage/templates/exportHTML/toc.html +share/calligrastage/templates/odf/.directory +share/calligrastage/templates/odf/.source/blue_orange_vector.otp +share/calligrastage/templates/odf/.source/burning_desire.otp +share/calligrastage/templates/odf/.source/business.otp +share/calligrastage/templates/odf/.source/cohere-blue.otp +share/calligrastage/templates/odf/.source/cohere-gold.otp +share/calligrastage/templates/odf/.source/cohere-magenta.otp +share/calligrastage/templates/odf/.source/cohere-red.otp +share/calligrastage/templates/odf/.source/curious_penguin.otp +share/calligrastage/templates/odf/.source/flood_light.otp +share/calligrastage/templates/odf/.source/kde_events.otp +share/calligrastage/templates/odf/.source/rounded_square.otp +share/calligrastage/templates/odf/.source/simple_waves.otp +share/calligrastage/templates/odf/.source/skyline_monotone.otp +share/calligrastage/templates/odf/.source/skyline_monotone_wide.otp +share/calligrastage/templates/odf/.source/skyline_morning.otp +share/calligrastage/templates/odf/.source/skyline_morning_wide.otp +share/calligrastage/templates/odf/.source/skyline_night.otp +share/calligrastage/templates/odf/.source/skyline_night_wide.otp +share/calligrastage/templates/odf/.source/strange_far_hills.otp +share/calligrastage/templates/odf/.thumbnail/blue_orange_vector.png +share/calligrastage/templates/odf/.thumbnail/burning_desire.png +share/calligrastage/templates/odf/.thumbnail/business.png +share/calligrastage/templates/odf/.thumbnail/cohere-blue.png +share/calligrastage/templates/odf/.thumbnail/cohere-gold.png +share/calligrastage/templates/odf/.thumbnail/cohere-magenta.png +share/calligrastage/templates/odf/.thumbnail/cohere-red.png +share/calligrastage/templates/odf/.thumbnail/curious_penguin.png +share/calligrastage/templates/odf/.thumbnail/flood_light.png +share/calligrastage/templates/odf/.thumbnail/kde_events.png +share/calligrastage/templates/odf/.thumbnail/rounded_square.png +share/calligrastage/templates/odf/.thumbnail/simple_waves.png +share/calligrastage/templates/odf/.thumbnail/skyline_monotone.png +share/calligrastage/templates/odf/.thumbnail/skyline_monotone_wide.png +share/calligrastage/templates/odf/.thumbnail/skyline_morning.png +share/calligrastage/templates/odf/.thumbnail/skyline_morning_wide.png +share/calligrastage/templates/odf/.thumbnail/skyline_night.png +share/calligrastage/templates/odf/.thumbnail/skyline_night_wide.png +share/calligrastage/templates/odf/.thumbnail/strange_far_hills.png +share/calligrastage/templates/odf/blue_orange_vector.desktop +share/calligrastage/templates/odf/burning_desire.desktop +share/calligrastage/templates/odf/business.desktop +share/calligrastage/templates/odf/cohere-blue.desktop +share/calligrastage/templates/odf/cohere-gold.desktop +share/calligrastage/templates/odf/cohere-magenta.desktop +share/calligrastage/templates/odf/cohere-red.desktop +share/calligrastage/templates/odf/curious_penguin.desktop +share/calligrastage/templates/odf/flood_light.desktop +share/calligrastage/templates/odf/kde_events.desktop +share/calligrastage/templates/odf/rounded_square.desktop +share/calligrastage/templates/odf/simple_waves.desktop +share/calligrastage/templates/odf/skyline_monotone.desktop +share/calligrastage/templates/odf/skyline_monotone_wide.desktop +share/calligrastage/templates/odf/skyline_morning.desktop +share/calligrastage/templates/odf/skyline_morning_wide.desktop +share/calligrastage/templates/odf/skyline_night.desktop +share/calligrastage/templates/odf/skyline_night_wide.desktop +share/calligrastage/templates/odf/strange_far_hills.desktop +share/calligrawords/icons/hicolor/128x128/actions/template_colorful.png +share/calligrawords/icons/hicolor/22x22/actions/tool_pagelayout.png +share/calligrawords/icons/hicolor/48x48/actions/template_a4.png +share/calligrawords/icons/hicolor/48x48/actions/template_colorful.png +share/calligrawords/icons/hicolor/48x48/actions/template_fax.png +share/calligrawords/icons/hicolor/48x48/actions/template_letter.png +share/calligrawords/icons/hicolor/48x48/actions/template_plaintext.png +share/calligrawords/icons/hicolor/scalable/actions/template_a4.svgz +share/calligrawords/icons/hicolor/scalable/actions/template_fax.svgz +share/calligrawords/icons/hicolor/scalable/actions/template_letter.svgz +share/calligrawords/styles/defaultstyles.xml +share/calligrawords/templates/Normal/.directory +share/calligrawords/templates/Normal/.source/A4.odt +share/calligrawords/templates/Normal/.source/ColorfulA4.odt +share/calligrawords/templates/Normal/.source/ColorfulLetter.odt +share/calligrawords/templates/Normal/.source/FaxA4.odt +share/calligrawords/templates/Normal/.source/FaxLetter.odt +share/calligrawords/templates/Normal/.source/ProfessionalA4.odt +share/calligrawords/templates/Normal/.source/ProfessionalLetter.odt +share/calligrawords/templates/Normal/.thumbnail/a4.png +share/calligrawords/templates/Normal/.thumbnail/colorful.png +share/calligrawords/templates/Normal/.thumbnail/fax.png +share/calligrawords/templates/Normal/.thumbnail/professional.png +share/calligrawords/templates/Normal/A4.desktop +share/calligrawords/templates/Normal/ColorfulA4.desktop +share/calligrawords/templates/Normal/ColorfulLetter.desktop +share/calligrawords/templates/Normal/FaxA4.desktop +share/calligrawords/templates/Normal/FaxLetter.desktop +share/calligrawords/templates/Normal/ProfessionalA4.desktop +share/calligrawords/templates/Normal/ProfessionalLetter.desktop share/config.kcfg/calligrasheets.kcfg share/icons/hicolor/1024x1024/apps/calligrakarbon.png -share/icons/hicolor/1024x1024/apps/calligraplan.png share/icons/hicolor/1024x1024/apps/calligrasheets.png share/icons/hicolor/1024x1024/apps/calligrastage.png share/icons/hicolor/1024x1024/apps/calligrawords.png share/icons/hicolor/128x128/apps/calligrakarbon.png -share/icons/hicolor/128x128/apps/calligraplan.png -share/icons/hicolor/128x128/apps/calligraplanwork.png share/icons/hicolor/128x128/apps/calligrasheets.png share/icons/hicolor/128x128/apps/calligrastage.png share/icons/hicolor/128x128/apps/calligrawords.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.plan.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/16x16/apps/calligrakarbon.png -share/icons/hicolor/16x16/apps/calligraplan.png -share/icons/hicolor/16x16/apps/calligraplanwork.png share/icons/hicolor/16x16/apps/calligrasheets.png share/icons/hicolor/16x16/apps/calligrastage.png share/icons/hicolor/16x16/apps/calligrawords.png -share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/22x22/apps/calligrakarbon.png -share/icons/hicolor/22x22/apps/calligraplan.png -share/icons/hicolor/22x22/apps/calligraplanwork.png share/icons/hicolor/22x22/apps/calligrasheets.png share/icons/hicolor/22x22/apps/calligrastage.png share/icons/hicolor/22x22/apps/calligrawords.png -share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/256x256/apps/calligrakarbon.png -share/icons/hicolor/256x256/apps/calligraplan.png share/icons/hicolor/256x256/apps/calligrasheets.png share/icons/hicolor/256x256/apps/calligrastage.png share/icons/hicolor/256x256/apps/calligrawords.png share/icons/hicolor/32x32/apps/calligrakarbon.png -share/icons/hicolor/32x32/apps/calligraplan.png -share/icons/hicolor/32x32/apps/calligraplanwork.png share/icons/hicolor/32x32/apps/calligrasheets.png share/icons/hicolor/32x32/apps/calligrastage.png share/icons/hicolor/32x32/apps/calligrawords.png -share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/48x48/apps/calligrakarbon.png -share/icons/hicolor/48x48/apps/calligraplan.png -share/icons/hicolor/48x48/apps/calligraplanwork.png share/icons/hicolor/48x48/apps/calligrasheets.png share/icons/hicolor/48x48/apps/calligrastage.png share/icons/hicolor/48x48/apps/calligrawords.png -share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/512x512/apps/calligrakarbon.png -share/icons/hicolor/512x512/apps/calligraplan.png share/icons/hicolor/512x512/apps/calligrasheets.png share/icons/hicolor/512x512/apps/calligrastage.png share/icons/hicolor/512x512/apps/calligrawords.png share/icons/hicolor/64x64/apps/calligrakarbon.png -share/icons/hicolor/64x64/apps/calligraplan.png -share/icons/hicolor/64x64/apps/calligraplanwork.png share/icons/hicolor/64x64/apps/calligrasheets.png share/icons/hicolor/64x64/apps/calligrastage.png share/icons/hicolor/64x64/apps/calligrawords.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.plan.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/scalable/apps/calligrakarbon.svgz -share/icons/hicolor/scalable/apps/calligraplan.svgz -share/icons/hicolor/scalable/apps/calligraplanwork.svgz share/icons/hicolor/scalable/apps/calligrasheets.svgz share/icons/hicolor/scalable/apps/calligrastage.svgz share/icons/hicolor/scalable/apps/calligrawords.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.work.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.plan.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.plan.work.svgz share/karbon/gradients/allcolors.kgr share/karbon/gradients/simple.kgr share/karbon/icons/hicolor/22x22/actions/effect_flatten.png share/karbon/icons/hicolor/22x22/actions/effect_refine.png share/karbon/icons/hicolor/22x22/actions/effect_roundcorners.png share/karbon/icons/hicolor/22x22/actions/effect_whirl.png share/karbon/icons/hicolor/48x48/actions/template_empty.png share/karbon/palettes/svg-colors.gpl share/karbon/plugins/FlattenPathPlugin.rc share/karbon/plugins/RefinePathPlugin.rc share/karbon/plugins/RoundCornersPlugin.rc share/karbon/plugins/WhirlPinchPlugin.rc share/karbon/templates/Basic/.directory share/karbon/templates/Basic/.source/empty.odg share/karbon/templates/Basic/empty.desktop share/kservices5/ServiceMenus/calligra/karbon_print.desktop share/kservices5/ServiceMenus/calligra/sheets_print.desktop share/kservices5/ServiceMenus/calligra/words_print.desktop share/kservices5/calligra_odg_thumbnail.desktop share/kservices5/calligradocinfopropspage.desktop share/kservices5/flow_vsdx_thumbnail.desktop share/kservices5/flow_wpg_thumbnail.desktop share/kservices5/karbon_karbon1x_thumbnail.desktop share/kservices5/karbon_wmf_thumbnail.desktop share/kservices5/karbon_wpg_thumbnail.desktop share/kservices5/karbon_xfig_thumbnail.desktop +share/kservices5/okularDoc_calligra.desktop +share/kservices5/okularDocx_calligra.desktop +share/kservices5/okularOdp_calligra.desktop +share/kservices5/okularOdt_calligra.desktop +share/kservices5/okularPowerpoint_calligra.desktop +share/kservices5/okularPptx_calligra.desktop +share/kservices5/okularRtf_calligra.desktop +share/kservices5/okularWpd_calligra.desktop share/kservices5/sheets_excel_thumbnail.desktop share/kservices5/sheets_ods_thumbnail.desktop share/kservices5/sheets_xlsx_thumbnail.desktop share/kservices5/stage_key_thumbnail.desktop share/kservices5/stage_kpr_thumbnail.desktop share/kservices5/stage_odp_thumbnail.desktop share/kservices5/stage_powerpoint_thumbnail.desktop share/kservices5/stage_pptx_thumbnail.desktop share/kservices5/words_docx_thumbnail.desktop share/kservices5/words_msword_thumbnail.desktop share/kservices5/words_odt_thumbnail.desktop share/kservices5/words_rtf_thumbnail.desktop share/kservices5/words_wpd_thumbnail.desktop -share/kxmlgui5/calligraplan/calligraplan.rc -share/kxmlgui5/calligraplan/calligraplan_readonly.rc -share/kxmlgui5/calligraplanwork/calligraplanwork.rc -share/kxmlgui5/calligraplanwork/calligraplanwork_readonly.rc -share/kxmlgui5/calligraplanwork/calligraplanworkui.rc share/kxmlgui5/calligrasheets/calligrasheets.rc share/kxmlgui5/calligrasheets/calligrasheets_readonly.rc share/kxmlgui5/calligrastage/calligrastage.rc share/kxmlgui5/calligrastage/calligrastage_readonly.rc share/kxmlgui5/calligrawords/calligrawords.rc share/kxmlgui5/calligrawords/calligrawords_readonly.rc share/kxmlgui5/karbon/karbon.rc share/kxmlgui5/karbon/karbon_readonly.rc share/locale/af/LC_MESSAGES/KarbonFilterEffects.mo share/locale/af/LC_MESSAGES/KarbonTools.mo share/locale/af/LC_MESSAGES/calligra.mo share/locale/af/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/af/LC_MESSAGES/calligrafilters.mo share/locale/af/LC_MESSAGES/calligrasheets.mo share/locale/af/LC_MESSAGES/calligrastage.mo share/locale/af/LC_MESSAGES/calligrawords.mo share/locale/af/LC_MESSAGES/flow.mo share/locale/af/LC_MESSAGES/karbon.mo share/locale/af/LC_MESSAGES/koconverter.mo share/locale/ar/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ar/LC_MESSAGES/KarbonTools.mo share/locale/ar/LC_MESSAGES/calligra-dockers.mo share/locale/ar/LC_MESSAGES/calligra.mo share/locale/ar/LC_MESSAGES/calligra_shape_music.mo share/locale/ar/LC_MESSAGES/calligra_shape_paths.mo share/locale/ar/LC_MESSAGES/calligra_shape_picture.mo share/locale/ar/LC_MESSAGES/calligra_shape_text.mo share/locale/ar/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ar/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ar/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ar/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ar/LC_MESSAGES/calligrafilters.mo -share/locale/ar/LC_MESSAGES/calligraplan.mo share/locale/ar/LC_MESSAGES/calligrasheets.mo share/locale/ar/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ar/LC_MESSAGES/calligrasheets_solver.mo share/locale/ar/LC_MESSAGES/calligrastage.mo share/locale/ar/LC_MESSAGES/calligrawords.mo share/locale/ar/LC_MESSAGES/flow.mo share/locale/ar/LC_MESSAGES/karbon.mo share/locale/ar/LC_MESSAGES/koconverter.mo share/locale/ar/LC_MESSAGES/krossmodulesheets.mo share/locale/ar/LC_MESSAGES/okularGenerator_odp.mo share/locale/ast/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ast/LC_MESSAGES/KarbonTools.mo share/locale/ast/LC_MESSAGES/braindump.mo share/locale/ast/LC_MESSAGES/calligra-defaulttools.mo share/locale/ast/LC_MESSAGES/calligra-dockers.mo share/locale/ast/LC_MESSAGES/calligra-opener.mo share/locale/ast/LC_MESSAGES/calligra.mo share/locale/ast/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ast/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ast/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ast/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ast/LC_MESSAGES/calligra_shape_chart.mo share/locale/ast/LC_MESSAGES/calligra_shape_comment.mo share/locale/ast/LC_MESSAGES/calligra_shape_formula.mo share/locale/ast/LC_MESSAGES/calligra_shape_music.mo share/locale/ast/LC_MESSAGES/calligra_shape_paths.mo share/locale/ast/LC_MESSAGES/calligra_shape_picture.mo share/locale/ast/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ast/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ast/LC_MESSAGES/calligra_shape_template.mo share/locale/ast/LC_MESSAGES/calligra_shape_text.mo share/locale/ast/LC_MESSAGES/calligra_shape_threed.mo share/locale/ast/LC_MESSAGES/calligra_shape_vector.mo share/locale/ast/LC_MESSAGES/calligra_shape_video.mo share/locale/ast/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ast/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ast/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ast/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ast/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ast/LC_MESSAGES/calligrafilters.mo -share/locale/ast/LC_MESSAGES/calligraplan.mo -share/locale/ast/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ast/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ast/LC_MESSAGES/calligraplanlibs.mo -share/locale/ast/LC_MESSAGES/calligraplanwork.mo share/locale/ast/LC_MESSAGES/calligrasheets.mo share/locale/ast/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ast/LC_MESSAGES/calligrasheets_solver.mo share/locale/ast/LC_MESSAGES/calligrastage.mo share/locale/ast/LC_MESSAGES/calligrawords.mo share/locale/ast/LC_MESSAGES/flow.mo share/locale/ast/LC_MESSAGES/karbon.mo share/locale/ast/LC_MESSAGES/kocolorspaces.mo share/locale/ast/LC_MESSAGES/koconverter.mo -share/locale/ast/LC_MESSAGES/krossmoduleplan.mo share/locale/ast/LC_MESSAGES/krossmodulesheets.mo share/locale/ast/LC_MESSAGES/krossmodulewords.mo share/locale/ast/LC_MESSAGES/okularGenerator_odp.mo share/locale/ast/LC_MESSAGES/okularGenerator_odt.mo share/locale/be/LC_MESSAGES/KarbonFilterEffects.mo share/locale/be/LC_MESSAGES/KarbonTools.mo share/locale/be/LC_MESSAGES/calligra-dockers.mo share/locale/be/LC_MESSAGES/calligra.mo share/locale/be/LC_MESSAGES/calligra_shape_music.mo share/locale/be/LC_MESSAGES/calligra_shape_paths.mo share/locale/be/LC_MESSAGES/calligra_shape_picture.mo share/locale/be/LC_MESSAGES/calligra_shape_text.mo share/locale/be/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/be/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/be/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/be/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/be/LC_MESSAGES/calligrafilters.mo -share/locale/be/LC_MESSAGES/calligraplan.mo -share/locale/be/LC_MESSAGES/calligraplanlibs.mo share/locale/be/LC_MESSAGES/calligrasheets.mo share/locale/be/LC_MESSAGES/calligrasheets_calendar.mo share/locale/be/LC_MESSAGES/calligrasheets_solver.mo share/locale/be/LC_MESSAGES/calligrastage.mo share/locale/be/LC_MESSAGES/calligrawords.mo share/locale/be/LC_MESSAGES/flow.mo share/locale/be/LC_MESSAGES/karbon.mo share/locale/be/LC_MESSAGES/koconverter.mo share/locale/be/LC_MESSAGES/krossmodulesheets.mo share/locale/bg/LC_MESSAGES/KarbonFilterEffects.mo share/locale/bg/LC_MESSAGES/KarbonTools.mo share/locale/bg/LC_MESSAGES/braindump.mo share/locale/bg/LC_MESSAGES/calligra-defaulttools.mo share/locale/bg/LC_MESSAGES/calligra-dockers.mo share/locale/bg/LC_MESSAGES/calligra-opener.mo share/locale/bg/LC_MESSAGES/calligra.mo share/locale/bg/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/bg/LC_MESSAGES/calligra_shape_comment.mo share/locale/bg/LC_MESSAGES/calligra_shape_picture.mo share/locale/bg/LC_MESSAGES/calligra_shape_plugin.mo share/locale/bg/LC_MESSAGES/calligra_shape_vector.mo share/locale/bg/LC_MESSAGES/calligra_shape_video.mo share/locale/bg/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/bg/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/bg/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/bg/LC_MESSAGES/calligrafilters.mo -share/locale/bg/LC_MESSAGES/calligraplan.mo -share/locale/bg/LC_MESSAGES/calligraplanlibs.mo share/locale/bg/LC_MESSAGES/calligrasheets.mo share/locale/bg/LC_MESSAGES/calligrasheets_calendar.mo share/locale/bg/LC_MESSAGES/calligrastage.mo share/locale/bg/LC_MESSAGES/calligrawords.mo share/locale/bg/LC_MESSAGES/flow.mo share/locale/bg/LC_MESSAGES/karbon.mo share/locale/bg/LC_MESSAGES/koconverter.mo share/locale/bg/LC_MESSAGES/okularGenerator_odp.mo share/locale/br/LC_MESSAGES/KarbonFilterEffects.mo share/locale/br/LC_MESSAGES/KarbonTools.mo share/locale/br/LC_MESSAGES/calligra.mo share/locale/br/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/br/LC_MESSAGES/calligrafilters.mo -share/locale/br/LC_MESSAGES/calligraplan.mo share/locale/br/LC_MESSAGES/calligrasheets.mo share/locale/br/LC_MESSAGES/calligrasheets_calendar.mo share/locale/br/LC_MESSAGES/calligrastage.mo share/locale/br/LC_MESSAGES/calligrawords.mo share/locale/br/LC_MESSAGES/flow.mo share/locale/br/LC_MESSAGES/karbon.mo share/locale/br/LC_MESSAGES/koconverter.mo share/locale/bs/LC_MESSAGES/KarbonFilterEffects.mo share/locale/bs/LC_MESSAGES/KarbonTools.mo share/locale/bs/LC_MESSAGES/braindump.mo share/locale/bs/LC_MESSAGES/calligra-defaulttools.mo share/locale/bs/LC_MESSAGES/calligra-dockers.mo share/locale/bs/LC_MESSAGES/calligra-opener.mo share/locale/bs/LC_MESSAGES/calligra.mo share/locale/bs/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/bs/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/bs/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/bs/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/bs/LC_MESSAGES/calligra_shape_chart.mo share/locale/bs/LC_MESSAGES/calligra_shape_comment.mo share/locale/bs/LC_MESSAGES/calligra_shape_formula.mo share/locale/bs/LC_MESSAGES/calligra_shape_music.mo share/locale/bs/LC_MESSAGES/calligra_shape_paths.mo share/locale/bs/LC_MESSAGES/calligra_shape_picture.mo share/locale/bs/LC_MESSAGES/calligra_shape_plugin.mo share/locale/bs/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/bs/LC_MESSAGES/calligra_shape_template.mo share/locale/bs/LC_MESSAGES/calligra_shape_text.mo share/locale/bs/LC_MESSAGES/calligra_shape_threed.mo share/locale/bs/LC_MESSAGES/calligra_shape_vector.mo share/locale/bs/LC_MESSAGES/calligra_shape_video.mo share/locale/bs/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/bs/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/bs/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/bs/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/bs/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/bs/LC_MESSAGES/calligrafilters.mo -share/locale/bs/LC_MESSAGES/calligraplan.mo -share/locale/bs/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/bs/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/bs/LC_MESSAGES/calligraplanlibs.mo -share/locale/bs/LC_MESSAGES/calligraplanwork.mo share/locale/bs/LC_MESSAGES/calligrasheets.mo share/locale/bs/LC_MESSAGES/calligrasheets_calendar.mo share/locale/bs/LC_MESSAGES/calligrasheets_solver.mo share/locale/bs/LC_MESSAGES/calligrastage.mo share/locale/bs/LC_MESSAGES/calligrawords.mo share/locale/bs/LC_MESSAGES/flow.mo share/locale/bs/LC_MESSAGES/karbon.mo share/locale/bs/LC_MESSAGES/kocolorspaces.mo share/locale/bs/LC_MESSAGES/koconverter.mo -share/locale/bs/LC_MESSAGES/krossmoduleplan.mo share/locale/bs/LC_MESSAGES/krossmodulesheets.mo share/locale/bs/LC_MESSAGES/krossmodulewords.mo share/locale/bs/LC_MESSAGES/okularGenerator_odp.mo share/locale/bs/LC_MESSAGES/okularGenerator_odt.mo share/locale/ca/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ca/LC_MESSAGES/KarbonTools.mo share/locale/ca/LC_MESSAGES/braindump.mo share/locale/ca/LC_MESSAGES/calligra-defaulttools.mo share/locale/ca/LC_MESSAGES/calligra-dockers.mo share/locale/ca/LC_MESSAGES/calligra-opener.mo share/locale/ca/LC_MESSAGES/calligra.mo share/locale/ca/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ca/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ca/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ca/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ca/LC_MESSAGES/calligra_shape_chart.mo share/locale/ca/LC_MESSAGES/calligra_shape_comment.mo share/locale/ca/LC_MESSAGES/calligra_shape_formula.mo share/locale/ca/LC_MESSAGES/calligra_shape_music.mo share/locale/ca/LC_MESSAGES/calligra_shape_paths.mo share/locale/ca/LC_MESSAGES/calligra_shape_picture.mo share/locale/ca/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ca/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ca/LC_MESSAGES/calligra_shape_template.mo share/locale/ca/LC_MESSAGES/calligra_shape_text.mo share/locale/ca/LC_MESSAGES/calligra_shape_threed.mo share/locale/ca/LC_MESSAGES/calligra_shape_vector.mo share/locale/ca/LC_MESSAGES/calligra_shape_video.mo share/locale/ca/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ca/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ca/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ca/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ca/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ca/LC_MESSAGES/calligrafilters.mo -share/locale/ca/LC_MESSAGES/calligraplan.mo -share/locale/ca/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ca/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ca/LC_MESSAGES/calligraplanlibs.mo -share/locale/ca/LC_MESSAGES/calligraplanwork.mo share/locale/ca/LC_MESSAGES/calligrasheets.mo share/locale/ca/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ca/LC_MESSAGES/calligrasheets_solver.mo share/locale/ca/LC_MESSAGES/calligrastage.mo share/locale/ca/LC_MESSAGES/calligrawords.mo share/locale/ca/LC_MESSAGES/flow.mo share/locale/ca/LC_MESSAGES/karbon.mo share/locale/ca/LC_MESSAGES/kocolorspaces.mo share/locale/ca/LC_MESSAGES/koconverter.mo -share/locale/ca/LC_MESSAGES/krossmoduleplan.mo share/locale/ca/LC_MESSAGES/krossmodulesheets.mo share/locale/ca/LC_MESSAGES/krossmodulewords.mo share/locale/ca/LC_MESSAGES/okularGenerator_odp.mo share/locale/ca/LC_MESSAGES/okularGenerator_odt.mo share/locale/ca@valencia/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ca@valencia/LC_MESSAGES/KarbonTools.mo share/locale/ca@valencia/LC_MESSAGES/braindump.mo share/locale/ca@valencia/LC_MESSAGES/calligra-defaulttools.mo share/locale/ca@valencia/LC_MESSAGES/calligra-dockers.mo share/locale/ca@valencia/LC_MESSAGES/calligra-opener.mo share/locale/ca@valencia/LC_MESSAGES/calligra.mo share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_chart.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_comment.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_formula.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_music.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_paths.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_picture.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_template.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_text.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_threed.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_vector.mo share/locale/ca@valencia/LC_MESSAGES/calligra_shape_video.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ca@valencia/LC_MESSAGES/calligrafilters.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplanlibs.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplanwork.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets_solver.mo share/locale/ca@valencia/LC_MESSAGES/calligrastage.mo share/locale/ca@valencia/LC_MESSAGES/calligrawords.mo share/locale/ca@valencia/LC_MESSAGES/flow.mo share/locale/ca@valencia/LC_MESSAGES/karbon.mo share/locale/ca@valencia/LC_MESSAGES/kocolorspaces.mo share/locale/ca@valencia/LC_MESSAGES/koconverter.mo -share/locale/ca@valencia/LC_MESSAGES/krossmoduleplan.mo share/locale/ca@valencia/LC_MESSAGES/krossmodulesheets.mo share/locale/ca@valencia/LC_MESSAGES/krossmodulewords.mo share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odp.mo share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odt.mo share/locale/cs/LC_MESSAGES/KarbonFilterEffects.mo share/locale/cs/LC_MESSAGES/KarbonTools.mo share/locale/cs/LC_MESSAGES/braindump.mo share/locale/cs/LC_MESSAGES/calligra-defaulttools.mo share/locale/cs/LC_MESSAGES/calligra-dockers.mo share/locale/cs/LC_MESSAGES/calligra-opener.mo share/locale/cs/LC_MESSAGES/calligra.mo share/locale/cs/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/cs/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/cs/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/cs/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/cs/LC_MESSAGES/calligra_shape_chart.mo share/locale/cs/LC_MESSAGES/calligra_shape_comment.mo share/locale/cs/LC_MESSAGES/calligra_shape_formula.mo share/locale/cs/LC_MESSAGES/calligra_shape_music.mo share/locale/cs/LC_MESSAGES/calligra_shape_paths.mo share/locale/cs/LC_MESSAGES/calligra_shape_picture.mo share/locale/cs/LC_MESSAGES/calligra_shape_plugin.mo share/locale/cs/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/cs/LC_MESSAGES/calligra_shape_template.mo share/locale/cs/LC_MESSAGES/calligra_shape_text.mo share/locale/cs/LC_MESSAGES/calligra_shape_threed.mo share/locale/cs/LC_MESSAGES/calligra_shape_vector.mo share/locale/cs/LC_MESSAGES/calligra_shape_video.mo share/locale/cs/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/cs/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/cs/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/cs/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/cs/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/cs/LC_MESSAGES/calligrafilters.mo -share/locale/cs/LC_MESSAGES/calligraplan.mo -share/locale/cs/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/cs/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/cs/LC_MESSAGES/calligraplanlibs.mo -share/locale/cs/LC_MESSAGES/calligraplanwork.mo share/locale/cs/LC_MESSAGES/calligrasheets.mo share/locale/cs/LC_MESSAGES/calligrasheets_calendar.mo share/locale/cs/LC_MESSAGES/calligrasheets_solver.mo share/locale/cs/LC_MESSAGES/calligrastage.mo share/locale/cs/LC_MESSAGES/calligrawords.mo share/locale/cs/LC_MESSAGES/flow.mo share/locale/cs/LC_MESSAGES/karbon.mo share/locale/cs/LC_MESSAGES/kocolorspaces.mo share/locale/cs/LC_MESSAGES/koconverter.mo -share/locale/cs/LC_MESSAGES/krossmoduleplan.mo share/locale/cs/LC_MESSAGES/krossmodulesheets.mo share/locale/cs/LC_MESSAGES/krossmodulewords.mo share/locale/cs/LC_MESSAGES/okularGenerator_odp.mo share/locale/cs/LC_MESSAGES/okularGenerator_odt.mo share/locale/cy/LC_MESSAGES/KarbonFilterEffects.mo share/locale/cy/LC_MESSAGES/KarbonTools.mo share/locale/cy/LC_MESSAGES/calligra.mo share/locale/cy/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/cy/LC_MESSAGES/calligrafilters.mo share/locale/cy/LC_MESSAGES/calligrasheets.mo share/locale/cy/LC_MESSAGES/calligrasheets_calendar.mo share/locale/cy/LC_MESSAGES/calligrastage.mo share/locale/cy/LC_MESSAGES/calligrawords.mo share/locale/cy/LC_MESSAGES/flow.mo share/locale/cy/LC_MESSAGES/karbon.mo share/locale/cy/LC_MESSAGES/koconverter.mo share/locale/da/LC_MESSAGES/KarbonFilterEffects.mo share/locale/da/LC_MESSAGES/KarbonTools.mo share/locale/da/LC_MESSAGES/braindump.mo share/locale/da/LC_MESSAGES/calligra-defaulttools.mo share/locale/da/LC_MESSAGES/calligra-dockers.mo share/locale/da/LC_MESSAGES/calligra-opener.mo share/locale/da/LC_MESSAGES/calligra.mo share/locale/da/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/da/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/da/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/da/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/da/LC_MESSAGES/calligra_shape_chart.mo share/locale/da/LC_MESSAGES/calligra_shape_comment.mo share/locale/da/LC_MESSAGES/calligra_shape_formula.mo share/locale/da/LC_MESSAGES/calligra_shape_music.mo share/locale/da/LC_MESSAGES/calligra_shape_paths.mo share/locale/da/LC_MESSAGES/calligra_shape_picture.mo share/locale/da/LC_MESSAGES/calligra_shape_plugin.mo share/locale/da/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/da/LC_MESSAGES/calligra_shape_template.mo share/locale/da/LC_MESSAGES/calligra_shape_text.mo share/locale/da/LC_MESSAGES/calligra_shape_threed.mo share/locale/da/LC_MESSAGES/calligra_shape_vector.mo share/locale/da/LC_MESSAGES/calligra_shape_video.mo share/locale/da/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/da/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/da/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/da/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/da/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/da/LC_MESSAGES/calligrafilters.mo -share/locale/da/LC_MESSAGES/calligraplan.mo -share/locale/da/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/da/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/da/LC_MESSAGES/calligraplanlibs.mo -share/locale/da/LC_MESSAGES/calligraplanwork.mo share/locale/da/LC_MESSAGES/calligrasheets.mo share/locale/da/LC_MESSAGES/calligrasheets_calendar.mo share/locale/da/LC_MESSAGES/calligrasheets_solver.mo share/locale/da/LC_MESSAGES/calligrastage.mo share/locale/da/LC_MESSAGES/calligrawords.mo share/locale/da/LC_MESSAGES/flow.mo share/locale/da/LC_MESSAGES/karbon.mo share/locale/da/LC_MESSAGES/kocolorspaces.mo share/locale/da/LC_MESSAGES/koconverter.mo -share/locale/da/LC_MESSAGES/krossmoduleplan.mo share/locale/da/LC_MESSAGES/krossmodulesheets.mo share/locale/da/LC_MESSAGES/krossmodulewords.mo share/locale/da/LC_MESSAGES/okularGenerator_odp.mo share/locale/da/LC_MESSAGES/okularGenerator_odt.mo share/locale/de/LC_MESSAGES/KarbonFilterEffects.mo share/locale/de/LC_MESSAGES/KarbonTools.mo share/locale/de/LC_MESSAGES/braindump.mo share/locale/de/LC_MESSAGES/calligra-defaulttools.mo share/locale/de/LC_MESSAGES/calligra-dockers.mo share/locale/de/LC_MESSAGES/calligra-opener.mo share/locale/de/LC_MESSAGES/calligra.mo share/locale/de/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/de/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/de/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/de/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/de/LC_MESSAGES/calligra_shape_chart.mo share/locale/de/LC_MESSAGES/calligra_shape_comment.mo share/locale/de/LC_MESSAGES/calligra_shape_formula.mo share/locale/de/LC_MESSAGES/calligra_shape_music.mo share/locale/de/LC_MESSAGES/calligra_shape_paths.mo share/locale/de/LC_MESSAGES/calligra_shape_picture.mo share/locale/de/LC_MESSAGES/calligra_shape_plugin.mo share/locale/de/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/de/LC_MESSAGES/calligra_shape_template.mo share/locale/de/LC_MESSAGES/calligra_shape_text.mo share/locale/de/LC_MESSAGES/calligra_shape_threed.mo share/locale/de/LC_MESSAGES/calligra_shape_vector.mo share/locale/de/LC_MESSAGES/calligra_shape_video.mo share/locale/de/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/de/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/de/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/de/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/de/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/de/LC_MESSAGES/calligrafilters.mo -share/locale/de/LC_MESSAGES/calligraplan.mo -share/locale/de/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/de/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/de/LC_MESSAGES/calligraplanlibs.mo -share/locale/de/LC_MESSAGES/calligraplanwork.mo share/locale/de/LC_MESSAGES/calligrasheets.mo share/locale/de/LC_MESSAGES/calligrasheets_calendar.mo share/locale/de/LC_MESSAGES/calligrasheets_solver.mo share/locale/de/LC_MESSAGES/calligrastage.mo share/locale/de/LC_MESSAGES/calligrawords.mo share/locale/de/LC_MESSAGES/flow.mo share/locale/de/LC_MESSAGES/karbon.mo share/locale/de/LC_MESSAGES/kocolorspaces.mo share/locale/de/LC_MESSAGES/koconverter.mo -share/locale/de/LC_MESSAGES/krossmoduleplan.mo share/locale/de/LC_MESSAGES/krossmodulesheets.mo share/locale/de/LC_MESSAGES/krossmodulewords.mo share/locale/de/LC_MESSAGES/okularGenerator_odp.mo share/locale/de/LC_MESSAGES/okularGenerator_odt.mo share/locale/el/LC_MESSAGES/KarbonFilterEffects.mo share/locale/el/LC_MESSAGES/KarbonTools.mo share/locale/el/LC_MESSAGES/braindump.mo share/locale/el/LC_MESSAGES/calligra-defaulttools.mo share/locale/el/LC_MESSAGES/calligra-dockers.mo share/locale/el/LC_MESSAGES/calligra-opener.mo share/locale/el/LC_MESSAGES/calligra.mo share/locale/el/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/el/LC_MESSAGES/calligra_shape_chart.mo share/locale/el/LC_MESSAGES/calligra_shape_comment.mo share/locale/el/LC_MESSAGES/calligra_shape_formula.mo share/locale/el/LC_MESSAGES/calligra_shape_music.mo share/locale/el/LC_MESSAGES/calligra_shape_paths.mo share/locale/el/LC_MESSAGES/calligra_shape_picture.mo share/locale/el/LC_MESSAGES/calligra_shape_plugin.mo share/locale/el/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/el/LC_MESSAGES/calligra_shape_template.mo share/locale/el/LC_MESSAGES/calligra_shape_text.mo share/locale/el/LC_MESSAGES/calligra_shape_threed.mo share/locale/el/LC_MESSAGES/calligra_shape_vector.mo share/locale/el/LC_MESSAGES/calligra_shape_video.mo share/locale/el/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/el/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/el/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/el/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/el/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/el/LC_MESSAGES/calligrafilters.mo -share/locale/el/LC_MESSAGES/calligraplan.mo -share/locale/el/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/el/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/el/LC_MESSAGES/calligraplanlibs.mo -share/locale/el/LC_MESSAGES/calligraplanwork.mo share/locale/el/LC_MESSAGES/calligrasheets.mo share/locale/el/LC_MESSAGES/calligrasheets_calendar.mo share/locale/el/LC_MESSAGES/calligrasheets_solver.mo share/locale/el/LC_MESSAGES/calligrastage.mo share/locale/el/LC_MESSAGES/calligrawords.mo share/locale/el/LC_MESSAGES/flow.mo share/locale/el/LC_MESSAGES/karbon.mo share/locale/el/LC_MESSAGES/kocolorspaces.mo share/locale/el/LC_MESSAGES/koconverter.mo -share/locale/el/LC_MESSAGES/krossmoduleplan.mo share/locale/el/LC_MESSAGES/krossmodulesheets.mo share/locale/el/LC_MESSAGES/krossmodulewords.mo share/locale/el/LC_MESSAGES/okularGenerator_odp.mo +share/locale/el/LC_MESSAGES/okularGenerator_odt.mo share/locale/en_GB/LC_MESSAGES/KarbonFilterEffects.mo share/locale/en_GB/LC_MESSAGES/KarbonTools.mo share/locale/en_GB/LC_MESSAGES/braindump.mo share/locale/en_GB/LC_MESSAGES/calligra-defaulttools.mo share/locale/en_GB/LC_MESSAGES/calligra-dockers.mo share/locale/en_GB/LC_MESSAGES/calligra-opener.mo share/locale/en_GB/LC_MESSAGES/calligra.mo share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_chart.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_comment.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_formula.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_music.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_paths.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_picture.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_plugin.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_template.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_text.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_threed.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_vector.mo share/locale/en_GB/LC_MESSAGES/calligra_shape_video.mo share/locale/en_GB/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/en_GB/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/en_GB/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/en_GB/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/en_GB/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/en_GB/LC_MESSAGES/calligrafilters.mo -share/locale/en_GB/LC_MESSAGES/calligraplan.mo -share/locale/en_GB/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/en_GB/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/en_GB/LC_MESSAGES/calligraplanlibs.mo -share/locale/en_GB/LC_MESSAGES/calligraplanwork.mo share/locale/en_GB/LC_MESSAGES/calligrasheets.mo share/locale/en_GB/LC_MESSAGES/calligrasheets_calendar.mo share/locale/en_GB/LC_MESSAGES/calligrasheets_solver.mo share/locale/en_GB/LC_MESSAGES/calligrastage.mo share/locale/en_GB/LC_MESSAGES/calligrawords.mo share/locale/en_GB/LC_MESSAGES/flow.mo share/locale/en_GB/LC_MESSAGES/karbon.mo share/locale/en_GB/LC_MESSAGES/kocolorspaces.mo share/locale/en_GB/LC_MESSAGES/koconverter.mo -share/locale/en_GB/LC_MESSAGES/krossmoduleplan.mo share/locale/en_GB/LC_MESSAGES/krossmodulesheets.mo share/locale/en_GB/LC_MESSAGES/krossmodulewords.mo share/locale/en_GB/LC_MESSAGES/okularGenerator_odp.mo share/locale/en_GB/LC_MESSAGES/okularGenerator_odt.mo share/locale/eo/LC_MESSAGES/KarbonFilterEffects.mo share/locale/eo/LC_MESSAGES/KarbonTools.mo share/locale/eo/LC_MESSAGES/calligra-defaulttools.mo share/locale/eo/LC_MESSAGES/calligra-dockers.mo share/locale/eo/LC_MESSAGES/calligra.mo share/locale/eo/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/eo/LC_MESSAGES/calligra_shape_chart.mo share/locale/eo/LC_MESSAGES/calligra_shape_formula.mo share/locale/eo/LC_MESSAGES/calligra_shape_music.mo share/locale/eo/LC_MESSAGES/calligra_shape_paths.mo share/locale/eo/LC_MESSAGES/calligra_shape_picture.mo share/locale/eo/LC_MESSAGES/calligra_shape_plugin.mo share/locale/eo/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/eo/LC_MESSAGES/calligra_shape_text.mo share/locale/eo/LC_MESSAGES/calligra_shape_vector.mo share/locale/eo/LC_MESSAGES/calligra_shape_video.mo share/locale/eo/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/eo/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/eo/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/eo/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/eo/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/eo/LC_MESSAGES/calligrafilters.mo -share/locale/eo/LC_MESSAGES/calligraplan.mo -share/locale/eo/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/eo/LC_MESSAGES/calligraplanlibs.mo -share/locale/eo/LC_MESSAGES/calligraplanwork.mo share/locale/eo/LC_MESSAGES/calligrasheets.mo share/locale/eo/LC_MESSAGES/calligrasheets_calendar.mo share/locale/eo/LC_MESSAGES/calligrasheets_solver.mo share/locale/eo/LC_MESSAGES/calligrastage.mo share/locale/eo/LC_MESSAGES/calligrawords.mo share/locale/eo/LC_MESSAGES/flow.mo share/locale/eo/LC_MESSAGES/karbon.mo share/locale/eo/LC_MESSAGES/kocolorspaces.mo share/locale/eo/LC_MESSAGES/koconverter.mo -share/locale/eo/LC_MESSAGES/krossmoduleplan.mo share/locale/eo/LC_MESSAGES/krossmodulesheets.mo share/locale/eo/LC_MESSAGES/krossmodulewords.mo share/locale/es/LC_MESSAGES/KarbonFilterEffects.mo share/locale/es/LC_MESSAGES/KarbonTools.mo share/locale/es/LC_MESSAGES/braindump.mo share/locale/es/LC_MESSAGES/calligra-defaulttools.mo share/locale/es/LC_MESSAGES/calligra-dockers.mo share/locale/es/LC_MESSAGES/calligra-opener.mo share/locale/es/LC_MESSAGES/calligra.mo share/locale/es/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/es/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/es/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/es/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/es/LC_MESSAGES/calligra_shape_chart.mo share/locale/es/LC_MESSAGES/calligra_shape_comment.mo share/locale/es/LC_MESSAGES/calligra_shape_formula.mo share/locale/es/LC_MESSAGES/calligra_shape_music.mo share/locale/es/LC_MESSAGES/calligra_shape_paths.mo share/locale/es/LC_MESSAGES/calligra_shape_picture.mo share/locale/es/LC_MESSAGES/calligra_shape_plugin.mo share/locale/es/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/es/LC_MESSAGES/calligra_shape_template.mo share/locale/es/LC_MESSAGES/calligra_shape_text.mo share/locale/es/LC_MESSAGES/calligra_shape_threed.mo share/locale/es/LC_MESSAGES/calligra_shape_vector.mo share/locale/es/LC_MESSAGES/calligra_shape_video.mo share/locale/es/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/es/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/es/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/es/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/es/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/es/LC_MESSAGES/calligrafilters.mo -share/locale/es/LC_MESSAGES/calligraplan.mo -share/locale/es/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/es/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/es/LC_MESSAGES/calligraplanlibs.mo -share/locale/es/LC_MESSAGES/calligraplanwork.mo share/locale/es/LC_MESSAGES/calligrasheets.mo share/locale/es/LC_MESSAGES/calligrasheets_calendar.mo share/locale/es/LC_MESSAGES/calligrasheets_solver.mo share/locale/es/LC_MESSAGES/calligrastage.mo share/locale/es/LC_MESSAGES/calligrawords.mo share/locale/es/LC_MESSAGES/flow.mo share/locale/es/LC_MESSAGES/karbon.mo share/locale/es/LC_MESSAGES/kocolorspaces.mo share/locale/es/LC_MESSAGES/koconverter.mo -share/locale/es/LC_MESSAGES/krossmoduleplan.mo share/locale/es/LC_MESSAGES/krossmodulesheets.mo share/locale/es/LC_MESSAGES/krossmodulewords.mo share/locale/es/LC_MESSAGES/okularGenerator_odp.mo share/locale/es/LC_MESSAGES/okularGenerator_odt.mo share/locale/et/LC_MESSAGES/KarbonFilterEffects.mo share/locale/et/LC_MESSAGES/KarbonTools.mo share/locale/et/LC_MESSAGES/braindump.mo share/locale/et/LC_MESSAGES/calligra-defaulttools.mo share/locale/et/LC_MESSAGES/calligra-dockers.mo share/locale/et/LC_MESSAGES/calligra-opener.mo share/locale/et/LC_MESSAGES/calligra.mo share/locale/et/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/et/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/et/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/et/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/et/LC_MESSAGES/calligra_shape_chart.mo share/locale/et/LC_MESSAGES/calligra_shape_comment.mo share/locale/et/LC_MESSAGES/calligra_shape_formula.mo share/locale/et/LC_MESSAGES/calligra_shape_music.mo share/locale/et/LC_MESSAGES/calligra_shape_paths.mo share/locale/et/LC_MESSAGES/calligra_shape_picture.mo share/locale/et/LC_MESSAGES/calligra_shape_plugin.mo share/locale/et/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/et/LC_MESSAGES/calligra_shape_template.mo share/locale/et/LC_MESSAGES/calligra_shape_text.mo share/locale/et/LC_MESSAGES/calligra_shape_threed.mo share/locale/et/LC_MESSAGES/calligra_shape_vector.mo share/locale/et/LC_MESSAGES/calligra_shape_video.mo share/locale/et/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/et/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/et/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/et/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/et/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/et/LC_MESSAGES/calligrafilters.mo -share/locale/et/LC_MESSAGES/calligraplan.mo -share/locale/et/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/et/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/et/LC_MESSAGES/calligraplanlibs.mo -share/locale/et/LC_MESSAGES/calligraplanwork.mo share/locale/et/LC_MESSAGES/calligrasheets.mo share/locale/et/LC_MESSAGES/calligrasheets_calendar.mo share/locale/et/LC_MESSAGES/calligrasheets_solver.mo share/locale/et/LC_MESSAGES/calligrastage.mo share/locale/et/LC_MESSAGES/calligrawords.mo share/locale/et/LC_MESSAGES/flow.mo share/locale/et/LC_MESSAGES/karbon.mo share/locale/et/LC_MESSAGES/kocolorspaces.mo share/locale/et/LC_MESSAGES/koconverter.mo -share/locale/et/LC_MESSAGES/krossmoduleplan.mo share/locale/et/LC_MESSAGES/krossmodulesheets.mo share/locale/et/LC_MESSAGES/krossmodulewords.mo share/locale/et/LC_MESSAGES/okularGenerator_odp.mo share/locale/et/LC_MESSAGES/okularGenerator_odt.mo share/locale/eu/LC_MESSAGES/KarbonFilterEffects.mo share/locale/eu/LC_MESSAGES/KarbonTools.mo share/locale/eu/LC_MESSAGES/calligra.mo share/locale/eu/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/eu/LC_MESSAGES/calligrafilters.mo share/locale/eu/LC_MESSAGES/calligrasheets.mo share/locale/eu/LC_MESSAGES/calligrasheets_calendar.mo share/locale/eu/LC_MESSAGES/calligrastage.mo share/locale/eu/LC_MESSAGES/calligrawords.mo share/locale/eu/LC_MESSAGES/flow.mo share/locale/eu/LC_MESSAGES/karbon.mo share/locale/eu/LC_MESSAGES/koconverter.mo share/locale/fa/LC_MESSAGES/KarbonFilterEffects.mo share/locale/fa/LC_MESSAGES/KarbonTools.mo share/locale/fa/LC_MESSAGES/calligra.mo share/locale/fa/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fa/LC_MESSAGES/calligrafilters.mo -share/locale/fa/LC_MESSAGES/calligraplan.mo share/locale/fa/LC_MESSAGES/calligrasheets.mo share/locale/fa/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fa/LC_MESSAGES/calligrastage.mo share/locale/fa/LC_MESSAGES/calligrawords.mo share/locale/fa/LC_MESSAGES/flow.mo share/locale/fa/LC_MESSAGES/karbon.mo share/locale/fa/LC_MESSAGES/koconverter.mo share/locale/fi/LC_MESSAGES/KarbonFilterEffects.mo share/locale/fi/LC_MESSAGES/KarbonTools.mo share/locale/fi/LC_MESSAGES/braindump.mo share/locale/fi/LC_MESSAGES/calligra-defaulttools.mo share/locale/fi/LC_MESSAGES/calligra-dockers.mo share/locale/fi/LC_MESSAGES/calligra-opener.mo share/locale/fi/LC_MESSAGES/calligra.mo share/locale/fi/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/fi/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/fi/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/fi/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/fi/LC_MESSAGES/calligra_shape_chart.mo share/locale/fi/LC_MESSAGES/calligra_shape_comment.mo share/locale/fi/LC_MESSAGES/calligra_shape_formula.mo share/locale/fi/LC_MESSAGES/calligra_shape_music.mo share/locale/fi/LC_MESSAGES/calligra_shape_paths.mo share/locale/fi/LC_MESSAGES/calligra_shape_picture.mo share/locale/fi/LC_MESSAGES/calligra_shape_plugin.mo share/locale/fi/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/fi/LC_MESSAGES/calligra_shape_template.mo share/locale/fi/LC_MESSAGES/calligra_shape_text.mo share/locale/fi/LC_MESSAGES/calligra_shape_threed.mo share/locale/fi/LC_MESSAGES/calligra_shape_vector.mo share/locale/fi/LC_MESSAGES/calligra_shape_video.mo share/locale/fi/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/fi/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/fi/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fi/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fi/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fi/LC_MESSAGES/calligrafilters.mo -share/locale/fi/LC_MESSAGES/calligraplan.mo -share/locale/fi/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/fi/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/fi/LC_MESSAGES/calligraplanlibs.mo -share/locale/fi/LC_MESSAGES/calligraplanwork.mo share/locale/fi/LC_MESSAGES/calligrasheets.mo share/locale/fi/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fi/LC_MESSAGES/calligrasheets_solver.mo share/locale/fi/LC_MESSAGES/calligrastage.mo share/locale/fi/LC_MESSAGES/calligrawords.mo share/locale/fi/LC_MESSAGES/flow.mo share/locale/fi/LC_MESSAGES/karbon.mo share/locale/fi/LC_MESSAGES/kocolorspaces.mo share/locale/fi/LC_MESSAGES/koconverter.mo -share/locale/fi/LC_MESSAGES/krossmoduleplan.mo share/locale/fi/LC_MESSAGES/krossmodulesheets.mo share/locale/fi/LC_MESSAGES/krossmodulewords.mo share/locale/fi/LC_MESSAGES/okularGenerator_odp.mo share/locale/fi/LC_MESSAGES/okularGenerator_odt.mo share/locale/fr/LC_MESSAGES/KarbonFilterEffects.mo share/locale/fr/LC_MESSAGES/KarbonTools.mo share/locale/fr/LC_MESSAGES/braindump.mo share/locale/fr/LC_MESSAGES/calligra-defaulttools.mo share/locale/fr/LC_MESSAGES/calligra-dockers.mo share/locale/fr/LC_MESSAGES/calligra-opener.mo share/locale/fr/LC_MESSAGES/calligra.mo share/locale/fr/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/fr/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/fr/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/fr/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/fr/LC_MESSAGES/calligra_shape_chart.mo share/locale/fr/LC_MESSAGES/calligra_shape_comment.mo share/locale/fr/LC_MESSAGES/calligra_shape_formula.mo share/locale/fr/LC_MESSAGES/calligra_shape_music.mo share/locale/fr/LC_MESSAGES/calligra_shape_paths.mo share/locale/fr/LC_MESSAGES/calligra_shape_picture.mo share/locale/fr/LC_MESSAGES/calligra_shape_plugin.mo share/locale/fr/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/fr/LC_MESSAGES/calligra_shape_template.mo share/locale/fr/LC_MESSAGES/calligra_shape_text.mo share/locale/fr/LC_MESSAGES/calligra_shape_threed.mo share/locale/fr/LC_MESSAGES/calligra_shape_vector.mo share/locale/fr/LC_MESSAGES/calligra_shape_video.mo share/locale/fr/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/fr/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/fr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fr/LC_MESSAGES/calligrafilters.mo -share/locale/fr/LC_MESSAGES/calligraplan.mo -share/locale/fr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/fr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/fr/LC_MESSAGES/calligraplanlibs.mo -share/locale/fr/LC_MESSAGES/calligraplanwork.mo share/locale/fr/LC_MESSAGES/calligrasheets.mo share/locale/fr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fr/LC_MESSAGES/calligrasheets_solver.mo share/locale/fr/LC_MESSAGES/calligrastage.mo share/locale/fr/LC_MESSAGES/calligrawords.mo share/locale/fr/LC_MESSAGES/flow.mo share/locale/fr/LC_MESSAGES/karbon.mo share/locale/fr/LC_MESSAGES/kocolorspaces.mo share/locale/fr/LC_MESSAGES/koconverter.mo -share/locale/fr/LC_MESSAGES/krossmoduleplan.mo share/locale/fr/LC_MESSAGES/krossmodulesheets.mo share/locale/fr/LC_MESSAGES/krossmodulewords.mo share/locale/fr/LC_MESSAGES/okularGenerator_odp.mo share/locale/fr/LC_MESSAGES/okularGenerator_odt.mo share/locale/fy/LC_MESSAGES/KarbonFilterEffects.mo share/locale/fy/LC_MESSAGES/KarbonTools.mo share/locale/fy/LC_MESSAGES/calligra-dockers.mo share/locale/fy/LC_MESSAGES/calligra.mo share/locale/fy/LC_MESSAGES/calligra_shape_music.mo share/locale/fy/LC_MESSAGES/calligra_shape_paths.mo share/locale/fy/LC_MESSAGES/calligra_shape_picture.mo share/locale/fy/LC_MESSAGES/calligra_shape_text.mo share/locale/fy/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/fy/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/fy/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fy/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fy/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fy/LC_MESSAGES/calligrafilters.mo -share/locale/fy/LC_MESSAGES/calligraplan.mo -share/locale/fy/LC_MESSAGES/calligraplanlibs.mo -share/locale/fy/LC_MESSAGES/calligraplanwork.mo share/locale/fy/LC_MESSAGES/calligrasheets.mo share/locale/fy/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fy/LC_MESSAGES/calligrasheets_solver.mo share/locale/fy/LC_MESSAGES/calligrastage.mo share/locale/fy/LC_MESSAGES/calligrawords.mo share/locale/fy/LC_MESSAGES/flow.mo share/locale/fy/LC_MESSAGES/karbon.mo share/locale/fy/LC_MESSAGES/koconverter.mo share/locale/fy/LC_MESSAGES/krossmodulesheets.mo share/locale/ga/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ga/LC_MESSAGES/KarbonTools.mo share/locale/ga/LC_MESSAGES/braindump.mo share/locale/ga/LC_MESSAGES/calligra-defaulttools.mo share/locale/ga/LC_MESSAGES/calligra-dockers.mo share/locale/ga/LC_MESSAGES/calligra-opener.mo share/locale/ga/LC_MESSAGES/calligra.mo share/locale/ga/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ga/LC_MESSAGES/calligra_shape_chart.mo share/locale/ga/LC_MESSAGES/calligra_shape_comment.mo share/locale/ga/LC_MESSAGES/calligra_shape_formula.mo share/locale/ga/LC_MESSAGES/calligra_shape_music.mo share/locale/ga/LC_MESSAGES/calligra_shape_paths.mo share/locale/ga/LC_MESSAGES/calligra_shape_picture.mo share/locale/ga/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ga/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ga/LC_MESSAGES/calligra_shape_template.mo share/locale/ga/LC_MESSAGES/calligra_shape_text.mo share/locale/ga/LC_MESSAGES/calligra_shape_threed.mo share/locale/ga/LC_MESSAGES/calligra_shape_vector.mo share/locale/ga/LC_MESSAGES/calligra_shape_video.mo share/locale/ga/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ga/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ga/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ga/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ga/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ga/LC_MESSAGES/calligrafilters.mo -share/locale/ga/LC_MESSAGES/calligraplan.mo -share/locale/ga/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ga/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ga/LC_MESSAGES/calligraplanlibs.mo -share/locale/ga/LC_MESSAGES/calligraplanwork.mo share/locale/ga/LC_MESSAGES/calligrasheets.mo share/locale/ga/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ga/LC_MESSAGES/calligrasheets_solver.mo share/locale/ga/LC_MESSAGES/calligrastage.mo share/locale/ga/LC_MESSAGES/calligrawords.mo share/locale/ga/LC_MESSAGES/flow.mo share/locale/ga/LC_MESSAGES/karbon.mo share/locale/ga/LC_MESSAGES/kocolorspaces.mo share/locale/ga/LC_MESSAGES/koconverter.mo -share/locale/ga/LC_MESSAGES/krossmoduleplan.mo share/locale/ga/LC_MESSAGES/krossmodulesheets.mo share/locale/ga/LC_MESSAGES/krossmodulewords.mo share/locale/ga/LC_MESSAGES/okularGenerator_odp.mo share/locale/gl/LC_MESSAGES/KarbonFilterEffects.mo share/locale/gl/LC_MESSAGES/KarbonTools.mo share/locale/gl/LC_MESSAGES/braindump.mo share/locale/gl/LC_MESSAGES/calligra-defaulttools.mo share/locale/gl/LC_MESSAGES/calligra-dockers.mo share/locale/gl/LC_MESSAGES/calligra-opener.mo share/locale/gl/LC_MESSAGES/calligra.mo share/locale/gl/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/gl/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/gl/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/gl/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/gl/LC_MESSAGES/calligra_shape_chart.mo share/locale/gl/LC_MESSAGES/calligra_shape_comment.mo share/locale/gl/LC_MESSAGES/calligra_shape_formula.mo share/locale/gl/LC_MESSAGES/calligra_shape_music.mo share/locale/gl/LC_MESSAGES/calligra_shape_paths.mo share/locale/gl/LC_MESSAGES/calligra_shape_picture.mo share/locale/gl/LC_MESSAGES/calligra_shape_plugin.mo share/locale/gl/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/gl/LC_MESSAGES/calligra_shape_template.mo share/locale/gl/LC_MESSAGES/calligra_shape_text.mo share/locale/gl/LC_MESSAGES/calligra_shape_threed.mo share/locale/gl/LC_MESSAGES/calligra_shape_vector.mo share/locale/gl/LC_MESSAGES/calligra_shape_video.mo share/locale/gl/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/gl/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/gl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/gl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/gl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/gl/LC_MESSAGES/calligrafilters.mo -share/locale/gl/LC_MESSAGES/calligraplan.mo -share/locale/gl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/gl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/gl/LC_MESSAGES/calligraplanlibs.mo -share/locale/gl/LC_MESSAGES/calligraplanwork.mo share/locale/gl/LC_MESSAGES/calligrasheets.mo share/locale/gl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/gl/LC_MESSAGES/calligrasheets_solver.mo share/locale/gl/LC_MESSAGES/calligrastage.mo share/locale/gl/LC_MESSAGES/calligrawords.mo share/locale/gl/LC_MESSAGES/flow.mo share/locale/gl/LC_MESSAGES/karbon.mo share/locale/gl/LC_MESSAGES/kocolorspaces.mo share/locale/gl/LC_MESSAGES/koconverter.mo -share/locale/gl/LC_MESSAGES/krossmoduleplan.mo share/locale/gl/LC_MESSAGES/krossmodulesheets.mo share/locale/gl/LC_MESSAGES/krossmodulewords.mo share/locale/gl/LC_MESSAGES/okularGenerator_odp.mo share/locale/gl/LC_MESSAGES/okularGenerator_odt.mo share/locale/he/LC_MESSAGES/KarbonFilterEffects.mo share/locale/he/LC_MESSAGES/KarbonTools.mo share/locale/he/LC_MESSAGES/calligra.mo share/locale/he/LC_MESSAGES/calligra_shape_picture.mo share/locale/he/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/he/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/he/LC_MESSAGES/calligrafilters.mo share/locale/he/LC_MESSAGES/calligrasheets.mo share/locale/he/LC_MESSAGES/calligrasheets_calendar.mo share/locale/he/LC_MESSAGES/calligrastage.mo share/locale/he/LC_MESSAGES/calligrawords.mo share/locale/he/LC_MESSAGES/flow.mo share/locale/he/LC_MESSAGES/karbon.mo share/locale/he/LC_MESSAGES/koconverter.mo share/locale/hi/LC_MESSAGES/KarbonFilterEffects.mo share/locale/hi/LC_MESSAGES/KarbonTools.mo share/locale/hi/LC_MESSAGES/calligra-dockers.mo share/locale/hi/LC_MESSAGES/calligra.mo share/locale/hi/LC_MESSAGES/calligra_shape_music.mo share/locale/hi/LC_MESSAGES/calligra_shape_paths.mo share/locale/hi/LC_MESSAGES/calligra_shape_picture.mo share/locale/hi/LC_MESSAGES/calligra_shape_text.mo share/locale/hi/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/hi/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/hi/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hi/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hi/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hi/LC_MESSAGES/calligrafilters.mo -share/locale/hi/LC_MESSAGES/calligraplan.mo -share/locale/hi/LC_MESSAGES/calligraplanlibs.mo -share/locale/hi/LC_MESSAGES/calligraplanwork.mo share/locale/hi/LC_MESSAGES/calligrasheets.mo share/locale/hi/LC_MESSAGES/calligrasheets_calendar.mo share/locale/hi/LC_MESSAGES/calligrasheets_solver.mo share/locale/hi/LC_MESSAGES/calligrastage.mo share/locale/hi/LC_MESSAGES/calligrawords.mo share/locale/hi/LC_MESSAGES/flow.mo share/locale/hi/LC_MESSAGES/karbon.mo share/locale/hi/LC_MESSAGES/koconverter.mo share/locale/hi/LC_MESSAGES/krossmodulesheets.mo share/locale/hne/LC_MESSAGES/KarbonFilterEffects.mo share/locale/hne/LC_MESSAGES/KarbonTools.mo share/locale/hne/LC_MESSAGES/calligra-dockers.mo share/locale/hne/LC_MESSAGES/calligra.mo share/locale/hne/LC_MESSAGES/calligra_shape_music.mo share/locale/hne/LC_MESSAGES/calligra_shape_paths.mo share/locale/hne/LC_MESSAGES/calligra_shape_picture.mo share/locale/hne/LC_MESSAGES/calligra_shape_text.mo share/locale/hne/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/hne/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/hne/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hne/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hne/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hne/LC_MESSAGES/calligrafilters.mo -share/locale/hne/LC_MESSAGES/calligraplan.mo -share/locale/hne/LC_MESSAGES/calligraplanlibs.mo -share/locale/hne/LC_MESSAGES/calligraplanwork.mo share/locale/hne/LC_MESSAGES/calligrasheets.mo share/locale/hne/LC_MESSAGES/calligrasheets_solver.mo share/locale/hne/LC_MESSAGES/calligrastage.mo share/locale/hne/LC_MESSAGES/calligrawords.mo share/locale/hne/LC_MESSAGES/flow.mo share/locale/hne/LC_MESSAGES/karbon.mo share/locale/hne/LC_MESSAGES/koconverter.mo share/locale/hne/LC_MESSAGES/krossmodulesheets.mo share/locale/hr/LC_MESSAGES/KarbonFilterEffects.mo share/locale/hr/LC_MESSAGES/KarbonTools.mo share/locale/hr/LC_MESSAGES/calligra.mo share/locale/hr/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/hr/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/hr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hr/LC_MESSAGES/calligrafilters.mo share/locale/hr/LC_MESSAGES/calligrasheets.mo share/locale/hr/LC_MESSAGES/calligrastage.mo share/locale/hr/LC_MESSAGES/calligrawords.mo share/locale/hr/LC_MESSAGES/flow.mo share/locale/hr/LC_MESSAGES/karbon.mo share/locale/hr/LC_MESSAGES/koconverter.mo share/locale/hsb/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hsb/LC_MESSAGES/calligrafilters.mo share/locale/hsb/LC_MESSAGES/calligrastage.mo share/locale/hsb/LC_MESSAGES/calligrawords.mo share/locale/hu/LC_MESSAGES/KarbonFilterEffects.mo share/locale/hu/LC_MESSAGES/KarbonTools.mo share/locale/hu/LC_MESSAGES/braindump.mo share/locale/hu/LC_MESSAGES/calligra-defaulttools.mo share/locale/hu/LC_MESSAGES/calligra-dockers.mo share/locale/hu/LC_MESSAGES/calligra-opener.mo share/locale/hu/LC_MESSAGES/calligra.mo share/locale/hu/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/hu/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/hu/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/hu/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/hu/LC_MESSAGES/calligra_shape_chart.mo share/locale/hu/LC_MESSAGES/calligra_shape_comment.mo share/locale/hu/LC_MESSAGES/calligra_shape_formula.mo share/locale/hu/LC_MESSAGES/calligra_shape_music.mo share/locale/hu/LC_MESSAGES/calligra_shape_paths.mo share/locale/hu/LC_MESSAGES/calligra_shape_picture.mo share/locale/hu/LC_MESSAGES/calligra_shape_plugin.mo share/locale/hu/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/hu/LC_MESSAGES/calligra_shape_template.mo share/locale/hu/LC_MESSAGES/calligra_shape_text.mo share/locale/hu/LC_MESSAGES/calligra_shape_threed.mo share/locale/hu/LC_MESSAGES/calligra_shape_vector.mo share/locale/hu/LC_MESSAGES/calligra_shape_video.mo share/locale/hu/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/hu/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/hu/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hu/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hu/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hu/LC_MESSAGES/calligrafilters.mo -share/locale/hu/LC_MESSAGES/calligraplan.mo -share/locale/hu/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/hu/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/hu/LC_MESSAGES/calligraplanlibs.mo -share/locale/hu/LC_MESSAGES/calligraplanwork.mo share/locale/hu/LC_MESSAGES/calligrasheets.mo share/locale/hu/LC_MESSAGES/calligrasheets_calendar.mo share/locale/hu/LC_MESSAGES/calligrasheets_solver.mo share/locale/hu/LC_MESSAGES/calligrastage.mo share/locale/hu/LC_MESSAGES/calligrawords.mo share/locale/hu/LC_MESSAGES/flow.mo share/locale/hu/LC_MESSAGES/karbon.mo share/locale/hu/LC_MESSAGES/kocolorspaces.mo share/locale/hu/LC_MESSAGES/koconverter.mo -share/locale/hu/LC_MESSAGES/krossmoduleplan.mo share/locale/hu/LC_MESSAGES/krossmodulesheets.mo share/locale/hu/LC_MESSAGES/krossmodulewords.mo share/locale/hu/LC_MESSAGES/okularGenerator_odp.mo share/locale/ia/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ia/LC_MESSAGES/KarbonTools.mo share/locale/ia/LC_MESSAGES/braindump.mo share/locale/ia/LC_MESSAGES/calligra-defaulttools.mo share/locale/ia/LC_MESSAGES/calligra-dockers.mo share/locale/ia/LC_MESSAGES/calligra-opener.mo share/locale/ia/LC_MESSAGES/calligra.mo share/locale/ia/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ia/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ia/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ia/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ia/LC_MESSAGES/calligra_shape_chart.mo share/locale/ia/LC_MESSAGES/calligra_shape_comment.mo share/locale/ia/LC_MESSAGES/calligra_shape_formula.mo share/locale/ia/LC_MESSAGES/calligra_shape_music.mo share/locale/ia/LC_MESSAGES/calligra_shape_paths.mo share/locale/ia/LC_MESSAGES/calligra_shape_picture.mo share/locale/ia/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ia/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ia/LC_MESSAGES/calligra_shape_template.mo share/locale/ia/LC_MESSAGES/calligra_shape_text.mo share/locale/ia/LC_MESSAGES/calligra_shape_threed.mo share/locale/ia/LC_MESSAGES/calligra_shape_vector.mo share/locale/ia/LC_MESSAGES/calligra_shape_video.mo share/locale/ia/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ia/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ia/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ia/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ia/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ia/LC_MESSAGES/calligrafilters.mo -share/locale/ia/LC_MESSAGES/calligraplan.mo -share/locale/ia/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ia/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ia/LC_MESSAGES/calligraplanlibs.mo -share/locale/ia/LC_MESSAGES/calligraplanwork.mo share/locale/ia/LC_MESSAGES/calligrasheets.mo share/locale/ia/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ia/LC_MESSAGES/calligrasheets_solver.mo share/locale/ia/LC_MESSAGES/calligrastage.mo share/locale/ia/LC_MESSAGES/calligrawords.mo share/locale/ia/LC_MESSAGES/flow.mo share/locale/ia/LC_MESSAGES/karbon.mo share/locale/ia/LC_MESSAGES/kocolorspaces.mo share/locale/ia/LC_MESSAGES/koconverter.mo -share/locale/ia/LC_MESSAGES/krossmoduleplan.mo share/locale/ia/LC_MESSAGES/krossmodulesheets.mo share/locale/ia/LC_MESSAGES/krossmodulewords.mo share/locale/ia/LC_MESSAGES/okularGenerator_odp.mo share/locale/ia/LC_MESSAGES/okularGenerator_odt.mo share/locale/is/LC_MESSAGES/calligra.mo share/locale/is/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/is/LC_MESSAGES/calligrafilters.mo share/locale/is/LC_MESSAGES/calligrasheets.mo share/locale/is/LC_MESSAGES/calligrastage.mo share/locale/is/LC_MESSAGES/calligrawords.mo share/locale/is/LC_MESSAGES/flow.mo share/locale/is/LC_MESSAGES/koconverter.mo share/locale/it/LC_MESSAGES/KarbonFilterEffects.mo share/locale/it/LC_MESSAGES/KarbonTools.mo share/locale/it/LC_MESSAGES/braindump.mo share/locale/it/LC_MESSAGES/calligra-defaulttools.mo share/locale/it/LC_MESSAGES/calligra-dockers.mo share/locale/it/LC_MESSAGES/calligra-opener.mo share/locale/it/LC_MESSAGES/calligra.mo share/locale/it/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/it/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/it/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/it/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/it/LC_MESSAGES/calligra_shape_chart.mo share/locale/it/LC_MESSAGES/calligra_shape_comment.mo share/locale/it/LC_MESSAGES/calligra_shape_formula.mo share/locale/it/LC_MESSAGES/calligra_shape_music.mo share/locale/it/LC_MESSAGES/calligra_shape_paths.mo share/locale/it/LC_MESSAGES/calligra_shape_picture.mo share/locale/it/LC_MESSAGES/calligra_shape_plugin.mo share/locale/it/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/it/LC_MESSAGES/calligra_shape_template.mo share/locale/it/LC_MESSAGES/calligra_shape_text.mo share/locale/it/LC_MESSAGES/calligra_shape_threed.mo share/locale/it/LC_MESSAGES/calligra_shape_vector.mo share/locale/it/LC_MESSAGES/calligra_shape_video.mo share/locale/it/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/it/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/it/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/it/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/it/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/it/LC_MESSAGES/calligrafilters.mo -share/locale/it/LC_MESSAGES/calligraplan.mo -share/locale/it/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/it/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/it/LC_MESSAGES/calligraplanlibs.mo -share/locale/it/LC_MESSAGES/calligraplanwork.mo share/locale/it/LC_MESSAGES/calligrasheets.mo share/locale/it/LC_MESSAGES/calligrasheets_calendar.mo share/locale/it/LC_MESSAGES/calligrasheets_solver.mo share/locale/it/LC_MESSAGES/calligrastage.mo share/locale/it/LC_MESSAGES/calligrawords.mo share/locale/it/LC_MESSAGES/flow.mo share/locale/it/LC_MESSAGES/karbon.mo share/locale/it/LC_MESSAGES/kocolorspaces.mo share/locale/it/LC_MESSAGES/koconverter.mo -share/locale/it/LC_MESSAGES/krossmoduleplan.mo share/locale/it/LC_MESSAGES/krossmodulesheets.mo share/locale/it/LC_MESSAGES/krossmodulewords.mo share/locale/it/LC_MESSAGES/okularGenerator_odp.mo share/locale/it/LC_MESSAGES/okularGenerator_odt.mo share/locale/ja/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ja/LC_MESSAGES/KarbonTools.mo share/locale/ja/LC_MESSAGES/braindump.mo share/locale/ja/LC_MESSAGES/calligra-defaulttools.mo share/locale/ja/LC_MESSAGES/calligra-dockers.mo share/locale/ja/LC_MESSAGES/calligra-opener.mo share/locale/ja/LC_MESSAGES/calligra.mo share/locale/ja/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ja/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ja/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ja/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ja/LC_MESSAGES/calligra_shape_chart.mo share/locale/ja/LC_MESSAGES/calligra_shape_comment.mo share/locale/ja/LC_MESSAGES/calligra_shape_formula.mo share/locale/ja/LC_MESSAGES/calligra_shape_music.mo share/locale/ja/LC_MESSAGES/calligra_shape_paths.mo share/locale/ja/LC_MESSAGES/calligra_shape_picture.mo share/locale/ja/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ja/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ja/LC_MESSAGES/calligra_shape_template.mo share/locale/ja/LC_MESSAGES/calligra_shape_text.mo share/locale/ja/LC_MESSAGES/calligra_shape_threed.mo share/locale/ja/LC_MESSAGES/calligra_shape_vector.mo share/locale/ja/LC_MESSAGES/calligra_shape_video.mo share/locale/ja/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ja/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ja/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ja/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ja/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ja/LC_MESSAGES/calligrafilters.mo -share/locale/ja/LC_MESSAGES/calligraplan.mo -share/locale/ja/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ja/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ja/LC_MESSAGES/calligraplanlibs.mo -share/locale/ja/LC_MESSAGES/calligraplanwork.mo share/locale/ja/LC_MESSAGES/calligrasheets.mo share/locale/ja/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ja/LC_MESSAGES/calligrasheets_solver.mo share/locale/ja/LC_MESSAGES/calligrastage.mo share/locale/ja/LC_MESSAGES/calligrawords.mo share/locale/ja/LC_MESSAGES/flow.mo share/locale/ja/LC_MESSAGES/karbon.mo share/locale/ja/LC_MESSAGES/kocolorspaces.mo share/locale/ja/LC_MESSAGES/koconverter.mo -share/locale/ja/LC_MESSAGES/krossmoduleplan.mo share/locale/ja/LC_MESSAGES/krossmodulesheets.mo share/locale/ja/LC_MESSAGES/krossmodulewords.mo share/locale/ja/LC_MESSAGES/okularGenerator_odp.mo share/locale/ja/LC_MESSAGES/okularGenerator_odt.mo share/locale/kk/LC_MESSAGES/KarbonFilterEffects.mo share/locale/kk/LC_MESSAGES/KarbonTools.mo share/locale/kk/LC_MESSAGES/braindump.mo share/locale/kk/LC_MESSAGES/calligra-defaulttools.mo share/locale/kk/LC_MESSAGES/calligra-dockers.mo share/locale/kk/LC_MESSAGES/calligra-opener.mo share/locale/kk/LC_MESSAGES/calligra.mo share/locale/kk/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/kk/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/kk/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/kk/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/kk/LC_MESSAGES/calligra_shape_chart.mo share/locale/kk/LC_MESSAGES/calligra_shape_comment.mo share/locale/kk/LC_MESSAGES/calligra_shape_formula.mo share/locale/kk/LC_MESSAGES/calligra_shape_music.mo share/locale/kk/LC_MESSAGES/calligra_shape_paths.mo share/locale/kk/LC_MESSAGES/calligra_shape_picture.mo share/locale/kk/LC_MESSAGES/calligra_shape_plugin.mo share/locale/kk/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/kk/LC_MESSAGES/calligra_shape_template.mo share/locale/kk/LC_MESSAGES/calligra_shape_text.mo share/locale/kk/LC_MESSAGES/calligra_shape_threed.mo share/locale/kk/LC_MESSAGES/calligra_shape_vector.mo share/locale/kk/LC_MESSAGES/calligra_shape_video.mo share/locale/kk/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/kk/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/kk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/kk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/kk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/kk/LC_MESSAGES/calligrafilters.mo -share/locale/kk/LC_MESSAGES/calligraplan.mo -share/locale/kk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/kk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/kk/LC_MESSAGES/calligraplanlibs.mo -share/locale/kk/LC_MESSAGES/calligraplanwork.mo share/locale/kk/LC_MESSAGES/calligrasheets.mo share/locale/kk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/kk/LC_MESSAGES/calligrasheets_solver.mo share/locale/kk/LC_MESSAGES/calligrastage.mo share/locale/kk/LC_MESSAGES/calligrawords.mo share/locale/kk/LC_MESSAGES/flow.mo share/locale/kk/LC_MESSAGES/karbon.mo share/locale/kk/LC_MESSAGES/kocolorspaces.mo share/locale/kk/LC_MESSAGES/koconverter.mo -share/locale/kk/LC_MESSAGES/krossmoduleplan.mo share/locale/kk/LC_MESSAGES/krossmodulesheets.mo share/locale/kk/LC_MESSAGES/krossmodulewords.mo share/locale/kk/LC_MESSAGES/okularGenerator_odp.mo -share/locale/km/LC_MESSAGES/calligraplan.mo -share/locale/km/LC_MESSAGES/calligraplanlibs.mo -share/locale/km/LC_MESSAGES/calligraplanwork.mo share/locale/km/LC_MESSAGES/flow.mo share/locale/km/LC_MESSAGES/koconverter.mo share/locale/ko/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ko/LC_MESSAGES/KarbonTools.mo share/locale/ko/LC_MESSAGES/calligra-opener.mo share/locale/ko/LC_MESSAGES/calligra.mo share/locale/ko/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ko/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ko/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ko/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ko/LC_MESSAGES/calligra_shape_comment.mo share/locale/ko/LC_MESSAGES/calligra_shape_formula.mo share/locale/ko/LC_MESSAGES/calligra_shape_picture.mo share/locale/ko/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ko/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ko/LC_MESSAGES/calligra_shape_template.mo share/locale/ko/LC_MESSAGES/calligra_shape_threed.mo share/locale/ko/LC_MESSAGES/calligra_shape_vector.mo share/locale/ko/LC_MESSAGES/calligra_shape_video.mo share/locale/ko/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ko/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ko/LC_MESSAGES/calligrafilters.mo share/locale/ko/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ko/LC_MESSAGES/calligrasheets_solver.mo share/locale/ko/LC_MESSAGES/calligrawords.mo share/locale/ko/LC_MESSAGES/flow.mo share/locale/ko/LC_MESSAGES/karbon.mo share/locale/ko/LC_MESSAGES/koconverter.mo share/locale/ko/LC_MESSAGES/okularGenerator_odp.mo share/locale/ku/LC_MESSAGES/calligra.mo share/locale/ku/LC_MESSAGES/calligrawords.mo share/locale/lt/LC_MESSAGES/KarbonFilterEffects.mo share/locale/lt/LC_MESSAGES/KarbonTools.mo share/locale/lt/LC_MESSAGES/braindump.mo share/locale/lt/LC_MESSAGES/calligra-defaulttools.mo share/locale/lt/LC_MESSAGES/calligra-dockers.mo share/locale/lt/LC_MESSAGES/calligra-opener.mo share/locale/lt/LC_MESSAGES/calligra.mo share/locale/lt/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/lt/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/lt/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/lt/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/lt/LC_MESSAGES/calligra_shape_chart.mo share/locale/lt/LC_MESSAGES/calligra_shape_comment.mo share/locale/lt/LC_MESSAGES/calligra_shape_formula.mo share/locale/lt/LC_MESSAGES/calligra_shape_music.mo share/locale/lt/LC_MESSAGES/calligra_shape_paths.mo share/locale/lt/LC_MESSAGES/calligra_shape_picture.mo share/locale/lt/LC_MESSAGES/calligra_shape_plugin.mo share/locale/lt/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/lt/LC_MESSAGES/calligra_shape_template.mo share/locale/lt/LC_MESSAGES/calligra_shape_text.mo share/locale/lt/LC_MESSAGES/calligra_shape_threed.mo share/locale/lt/LC_MESSAGES/calligra_shape_vector.mo share/locale/lt/LC_MESSAGES/calligra_shape_video.mo share/locale/lt/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/lt/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/lt/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/lt/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/lt/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/lt/LC_MESSAGES/calligrafilters.mo -share/locale/lt/LC_MESSAGES/calligraplan.mo -share/locale/lt/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/lt/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/lt/LC_MESSAGES/calligraplanlibs.mo -share/locale/lt/LC_MESSAGES/calligraplanwork.mo share/locale/lt/LC_MESSAGES/calligrasheets.mo share/locale/lt/LC_MESSAGES/calligrasheets_calendar.mo share/locale/lt/LC_MESSAGES/calligrasheets_solver.mo share/locale/lt/LC_MESSAGES/calligrastage.mo share/locale/lt/LC_MESSAGES/calligrawords.mo share/locale/lt/LC_MESSAGES/flow.mo share/locale/lt/LC_MESSAGES/karbon.mo share/locale/lt/LC_MESSAGES/kocolorspaces.mo share/locale/lt/LC_MESSAGES/koconverter.mo -share/locale/lt/LC_MESSAGES/krossmoduleplan.mo share/locale/lt/LC_MESSAGES/krossmodulesheets.mo share/locale/lt/LC_MESSAGES/krossmodulewords.mo share/locale/lt/LC_MESSAGES/okularGenerator_odp.mo share/locale/lv/LC_MESSAGES/calligra.mo share/locale/lv/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/lv/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/lv/LC_MESSAGES/calligrafilters.mo -share/locale/lv/LC_MESSAGES/calligraplan.mo share/locale/lv/LC_MESSAGES/calligrasheets.mo share/locale/lv/LC_MESSAGES/calligrastage.mo share/locale/lv/LC_MESSAGES/calligrawords.mo share/locale/lv/LC_MESSAGES/flow.mo share/locale/lv/LC_MESSAGES/koconverter.mo share/locale/mai/LC_MESSAGES/KarbonFilterEffects.mo share/locale/mai/LC_MESSAGES/KarbonTools.mo share/locale/mai/LC_MESSAGES/calligra-defaulttools.mo share/locale/mai/LC_MESSAGES/calligra-dockers.mo share/locale/mai/LC_MESSAGES/calligra.mo share/locale/mai/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/mai/LC_MESSAGES/calligra_shape_chart.mo share/locale/mai/LC_MESSAGES/calligra_shape_formula.mo share/locale/mai/LC_MESSAGES/calligra_shape_music.mo share/locale/mai/LC_MESSAGES/calligra_shape_paths.mo share/locale/mai/LC_MESSAGES/calligra_shape_picture.mo share/locale/mai/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/mai/LC_MESSAGES/calligra_shape_text.mo share/locale/mai/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/mai/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/mai/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/mai/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/mai/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/mai/LC_MESSAGES/calligrafilters.mo -share/locale/mai/LC_MESSAGES/calligraplan.mo -share/locale/mai/LC_MESSAGES/calligraplanlibs.mo -share/locale/mai/LC_MESSAGES/calligraplanwork.mo share/locale/mai/LC_MESSAGES/calligrasheets.mo share/locale/mai/LC_MESSAGES/calligrasheets_calendar.mo share/locale/mai/LC_MESSAGES/calligrasheets_solver.mo share/locale/mai/LC_MESSAGES/calligrastage.mo share/locale/mai/LC_MESSAGES/calligrawords.mo share/locale/mai/LC_MESSAGES/flow.mo share/locale/mai/LC_MESSAGES/karbon.mo share/locale/mai/LC_MESSAGES/kocolorspaces.mo share/locale/mai/LC_MESSAGES/koconverter.mo -share/locale/mai/LC_MESSAGES/krossmoduleplan.mo share/locale/mai/LC_MESSAGES/krossmodulesheets.mo share/locale/mai/LC_MESSAGES/krossmodulewords.mo share/locale/mk/LC_MESSAGES/calligra.mo share/locale/mk/LC_MESSAGES/calligrasheets.mo share/locale/mk/LC_MESSAGES/calligrawords.mo share/locale/ml/LC_MESSAGES/calligrasheets.mo share/locale/mr/LC_MESSAGES/KarbonFilterEffects.mo share/locale/mr/LC_MESSAGES/KarbonTools.mo share/locale/mr/LC_MESSAGES/braindump.mo share/locale/mr/LC_MESSAGES/calligra-defaulttools.mo share/locale/mr/LC_MESSAGES/calligra-dockers.mo share/locale/mr/LC_MESSAGES/calligra-opener.mo share/locale/mr/LC_MESSAGES/calligra.mo share/locale/mr/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/mr/LC_MESSAGES/calligra_shape_chart.mo share/locale/mr/LC_MESSAGES/calligra_shape_comment.mo share/locale/mr/LC_MESSAGES/calligra_shape_formula.mo share/locale/mr/LC_MESSAGES/calligra_shape_music.mo share/locale/mr/LC_MESSAGES/calligra_shape_paths.mo share/locale/mr/LC_MESSAGES/calligra_shape_picture.mo share/locale/mr/LC_MESSAGES/calligra_shape_plugin.mo share/locale/mr/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/mr/LC_MESSAGES/calligra_shape_template.mo share/locale/mr/LC_MESSAGES/calligra_shape_text.mo share/locale/mr/LC_MESSAGES/calligra_shape_threed.mo share/locale/mr/LC_MESSAGES/calligra_shape_vector.mo share/locale/mr/LC_MESSAGES/calligra_shape_video.mo share/locale/mr/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/mr/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/mr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/mr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/mr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/mr/LC_MESSAGES/calligrafilters.mo -share/locale/mr/LC_MESSAGES/calligraplan.mo -share/locale/mr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/mr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/mr/LC_MESSAGES/calligraplanlibs.mo -share/locale/mr/LC_MESSAGES/calligraplanwork.mo share/locale/mr/LC_MESSAGES/calligrasheets.mo share/locale/mr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/mr/LC_MESSAGES/calligrasheets_solver.mo share/locale/mr/LC_MESSAGES/calligrastage.mo share/locale/mr/LC_MESSAGES/calligrawords.mo share/locale/mr/LC_MESSAGES/flow.mo share/locale/mr/LC_MESSAGES/karbon.mo share/locale/mr/LC_MESSAGES/kocolorspaces.mo share/locale/mr/LC_MESSAGES/koconverter.mo -share/locale/mr/LC_MESSAGES/krossmoduleplan.mo share/locale/mr/LC_MESSAGES/krossmodulesheets.mo share/locale/mr/LC_MESSAGES/krossmodulewords.mo share/locale/mr/LC_MESSAGES/okularGenerator_odp.mo share/locale/ms/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ms/LC_MESSAGES/KarbonTools.mo share/locale/ms/LC_MESSAGES/braindump.mo share/locale/ms/LC_MESSAGES/calligra-defaulttools.mo share/locale/ms/LC_MESSAGES/calligra-dockers.mo share/locale/ms/LC_MESSAGES/calligra-opener.mo share/locale/ms/LC_MESSAGES/calligra.mo share/locale/ms/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ms/LC_MESSAGES/calligra_shape_chart.mo share/locale/ms/LC_MESSAGES/calligra_shape_comment.mo share/locale/ms/LC_MESSAGES/calligra_shape_formula.mo share/locale/ms/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ms/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ms/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ms/LC_MESSAGES/calligrafilters.mo share/locale/ms/LC_MESSAGES/calligrasheets.mo share/locale/ms/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ms/LC_MESSAGES/calligrastage.mo share/locale/ms/LC_MESSAGES/calligrawords.mo share/locale/ms/LC_MESSAGES/flow.mo share/locale/ms/LC_MESSAGES/karbon.mo share/locale/ms/LC_MESSAGES/koconverter.mo share/locale/nb/LC_MESSAGES/KarbonFilterEffects.mo share/locale/nb/LC_MESSAGES/KarbonTools.mo share/locale/nb/LC_MESSAGES/braindump.mo share/locale/nb/LC_MESSAGES/calligra-defaulttools.mo share/locale/nb/LC_MESSAGES/calligra-dockers.mo share/locale/nb/LC_MESSAGES/calligra-opener.mo share/locale/nb/LC_MESSAGES/calligra.mo share/locale/nb/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/nb/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/nb/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/nb/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/nb/LC_MESSAGES/calligra_shape_chart.mo share/locale/nb/LC_MESSAGES/calligra_shape_comment.mo share/locale/nb/LC_MESSAGES/calligra_shape_formula.mo share/locale/nb/LC_MESSAGES/calligra_shape_music.mo share/locale/nb/LC_MESSAGES/calligra_shape_paths.mo share/locale/nb/LC_MESSAGES/calligra_shape_picture.mo share/locale/nb/LC_MESSAGES/calligra_shape_plugin.mo share/locale/nb/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/nb/LC_MESSAGES/calligra_shape_template.mo share/locale/nb/LC_MESSAGES/calligra_shape_text.mo share/locale/nb/LC_MESSAGES/calligra_shape_threed.mo share/locale/nb/LC_MESSAGES/calligra_shape_vector.mo share/locale/nb/LC_MESSAGES/calligra_shape_video.mo share/locale/nb/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/nb/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/nb/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nb/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nb/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nb/LC_MESSAGES/calligrafilters.mo -share/locale/nb/LC_MESSAGES/calligraplan.mo -share/locale/nb/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nb/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nb/LC_MESSAGES/calligraplanlibs.mo -share/locale/nb/LC_MESSAGES/calligraplanwork.mo share/locale/nb/LC_MESSAGES/calligrasheets.mo share/locale/nb/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nb/LC_MESSAGES/calligrasheets_solver.mo share/locale/nb/LC_MESSAGES/calligrastage.mo share/locale/nb/LC_MESSAGES/calligrawords.mo share/locale/nb/LC_MESSAGES/flow.mo share/locale/nb/LC_MESSAGES/karbon.mo share/locale/nb/LC_MESSAGES/kocolorspaces.mo share/locale/nb/LC_MESSAGES/koconverter.mo -share/locale/nb/LC_MESSAGES/krossmoduleplan.mo share/locale/nb/LC_MESSAGES/krossmodulesheets.mo share/locale/nb/LC_MESSAGES/krossmodulewords.mo share/locale/nb/LC_MESSAGES/okularGenerator_odp.mo share/locale/nds/LC_MESSAGES/KarbonFilterEffects.mo share/locale/nds/LC_MESSAGES/KarbonTools.mo share/locale/nds/LC_MESSAGES/braindump.mo share/locale/nds/LC_MESSAGES/calligra-defaulttools.mo share/locale/nds/LC_MESSAGES/calligra-dockers.mo share/locale/nds/LC_MESSAGES/calligra-opener.mo share/locale/nds/LC_MESSAGES/calligra.mo share/locale/nds/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/nds/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/nds/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/nds/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/nds/LC_MESSAGES/calligra_shape_chart.mo share/locale/nds/LC_MESSAGES/calligra_shape_comment.mo share/locale/nds/LC_MESSAGES/calligra_shape_formula.mo share/locale/nds/LC_MESSAGES/calligra_shape_music.mo share/locale/nds/LC_MESSAGES/calligra_shape_paths.mo share/locale/nds/LC_MESSAGES/calligra_shape_picture.mo share/locale/nds/LC_MESSAGES/calligra_shape_plugin.mo share/locale/nds/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/nds/LC_MESSAGES/calligra_shape_template.mo share/locale/nds/LC_MESSAGES/calligra_shape_text.mo share/locale/nds/LC_MESSAGES/calligra_shape_threed.mo share/locale/nds/LC_MESSAGES/calligra_shape_vector.mo share/locale/nds/LC_MESSAGES/calligra_shape_video.mo share/locale/nds/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/nds/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/nds/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nds/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nds/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nds/LC_MESSAGES/calligrafilters.mo -share/locale/nds/LC_MESSAGES/calligraplan.mo -share/locale/nds/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nds/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nds/LC_MESSAGES/calligraplanlibs.mo -share/locale/nds/LC_MESSAGES/calligraplanwork.mo share/locale/nds/LC_MESSAGES/calligrasheets.mo share/locale/nds/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nds/LC_MESSAGES/calligrasheets_solver.mo share/locale/nds/LC_MESSAGES/calligrastage.mo share/locale/nds/LC_MESSAGES/calligrawords.mo share/locale/nds/LC_MESSAGES/flow.mo share/locale/nds/LC_MESSAGES/karbon.mo share/locale/nds/LC_MESSAGES/kocolorspaces.mo share/locale/nds/LC_MESSAGES/koconverter.mo -share/locale/nds/LC_MESSAGES/krossmoduleplan.mo share/locale/nds/LC_MESSAGES/krossmodulesheets.mo share/locale/nds/LC_MESSAGES/krossmodulewords.mo share/locale/nds/LC_MESSAGES/okularGenerator_odp.mo share/locale/ne/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ne/LC_MESSAGES/KarbonTools.mo share/locale/ne/LC_MESSAGES/calligra.mo share/locale/ne/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ne/LC_MESSAGES/calligrafilters.mo -share/locale/ne/LC_MESSAGES/calligraplan.mo share/locale/ne/LC_MESSAGES/calligrasheets.mo share/locale/ne/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ne/LC_MESSAGES/calligrastage.mo share/locale/ne/LC_MESSAGES/calligrawords.mo share/locale/ne/LC_MESSAGES/flow.mo share/locale/ne/LC_MESSAGES/karbon.mo share/locale/ne/LC_MESSAGES/koconverter.mo share/locale/nl/LC_MESSAGES/KarbonFilterEffects.mo share/locale/nl/LC_MESSAGES/KarbonTools.mo share/locale/nl/LC_MESSAGES/braindump.mo share/locale/nl/LC_MESSAGES/calligra-defaulttools.mo share/locale/nl/LC_MESSAGES/calligra-dockers.mo share/locale/nl/LC_MESSAGES/calligra-opener.mo share/locale/nl/LC_MESSAGES/calligra.mo share/locale/nl/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/nl/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/nl/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/nl/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/nl/LC_MESSAGES/calligra_shape_chart.mo share/locale/nl/LC_MESSAGES/calligra_shape_comment.mo share/locale/nl/LC_MESSAGES/calligra_shape_formula.mo share/locale/nl/LC_MESSAGES/calligra_shape_music.mo share/locale/nl/LC_MESSAGES/calligra_shape_paths.mo share/locale/nl/LC_MESSAGES/calligra_shape_picture.mo share/locale/nl/LC_MESSAGES/calligra_shape_plugin.mo share/locale/nl/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/nl/LC_MESSAGES/calligra_shape_template.mo share/locale/nl/LC_MESSAGES/calligra_shape_text.mo share/locale/nl/LC_MESSAGES/calligra_shape_threed.mo share/locale/nl/LC_MESSAGES/calligra_shape_vector.mo share/locale/nl/LC_MESSAGES/calligra_shape_video.mo share/locale/nl/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/nl/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/nl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nl/LC_MESSAGES/calligrafilters.mo -share/locale/nl/LC_MESSAGES/calligraplan.mo -share/locale/nl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nl/LC_MESSAGES/calligraplanlibs.mo -share/locale/nl/LC_MESSAGES/calligraplanwork.mo share/locale/nl/LC_MESSAGES/calligrasheets.mo share/locale/nl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nl/LC_MESSAGES/calligrasheets_solver.mo share/locale/nl/LC_MESSAGES/calligrastage.mo share/locale/nl/LC_MESSAGES/calligrawords.mo share/locale/nl/LC_MESSAGES/flow.mo share/locale/nl/LC_MESSAGES/karbon.mo share/locale/nl/LC_MESSAGES/kocolorspaces.mo share/locale/nl/LC_MESSAGES/koconverter.mo -share/locale/nl/LC_MESSAGES/krossmoduleplan.mo share/locale/nl/LC_MESSAGES/krossmodulesheets.mo share/locale/nl/LC_MESSAGES/krossmodulewords.mo share/locale/nl/LC_MESSAGES/okularGenerator_odp.mo share/locale/nl/LC_MESSAGES/okularGenerator_odt.mo share/locale/nn/LC_MESSAGES/KarbonFilterEffects.mo share/locale/nn/LC_MESSAGES/KarbonTools.mo share/locale/nn/LC_MESSAGES/calligra-defaulttools.mo share/locale/nn/LC_MESSAGES/calligra-dockers.mo share/locale/nn/LC_MESSAGES/calligra.mo share/locale/nn/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/nn/LC_MESSAGES/calligra_shape_chart.mo share/locale/nn/LC_MESSAGES/calligra_shape_formula.mo share/locale/nn/LC_MESSAGES/calligra_shape_music.mo share/locale/nn/LC_MESSAGES/calligra_shape_paths.mo share/locale/nn/LC_MESSAGES/calligra_shape_picture.mo share/locale/nn/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/nn/LC_MESSAGES/calligra_shape_text.mo share/locale/nn/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/nn/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/nn/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nn/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nn/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nn/LC_MESSAGES/calligrafilters.mo -share/locale/nn/LC_MESSAGES/calligraplan.mo -share/locale/nn/LC_MESSAGES/calligraplanlibs.mo -share/locale/nn/LC_MESSAGES/calligraplanwork.mo share/locale/nn/LC_MESSAGES/calligrasheets.mo share/locale/nn/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nn/LC_MESSAGES/calligrasheets_solver.mo share/locale/nn/LC_MESSAGES/calligrastage.mo share/locale/nn/LC_MESSAGES/calligrawords.mo share/locale/nn/LC_MESSAGES/flow.mo share/locale/nn/LC_MESSAGES/karbon.mo share/locale/nn/LC_MESSAGES/kocolorspaces.mo share/locale/nn/LC_MESSAGES/koconverter.mo -share/locale/nn/LC_MESSAGES/krossmoduleplan.mo share/locale/nn/LC_MESSAGES/krossmodulesheets.mo share/locale/nn/LC_MESSAGES/krossmodulewords.mo share/locale/oc/LC_MESSAGES/KarbonFilterEffects.mo share/locale/oc/LC_MESSAGES/KarbonTools.mo share/locale/oc/LC_MESSAGES/calligra-dockers.mo share/locale/oc/LC_MESSAGES/calligra.mo share/locale/oc/LC_MESSAGES/calligra_shape_music.mo share/locale/oc/LC_MESSAGES/calligra_shape_paths.mo share/locale/oc/LC_MESSAGES/calligra_shape_picture.mo share/locale/oc/LC_MESSAGES/calligra_shape_text.mo share/locale/oc/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/oc/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/oc/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/oc/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/oc/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/oc/LC_MESSAGES/calligrafilters.mo -share/locale/oc/LC_MESSAGES/calligraplan.mo -share/locale/oc/LC_MESSAGES/calligraplanlibs.mo -share/locale/oc/LC_MESSAGES/calligraplanwork.mo share/locale/oc/LC_MESSAGES/calligrasheets.mo share/locale/oc/LC_MESSAGES/calligrasheets_calendar.mo share/locale/oc/LC_MESSAGES/calligrasheets_solver.mo share/locale/oc/LC_MESSAGES/calligrastage.mo share/locale/oc/LC_MESSAGES/calligrawords.mo share/locale/oc/LC_MESSAGES/flow.mo share/locale/oc/LC_MESSAGES/karbon.mo share/locale/oc/LC_MESSAGES/koconverter.mo share/locale/oc/LC_MESSAGES/krossmodulesheets.mo share/locale/pa/LC_MESSAGES/calligra.mo share/locale/pa/LC_MESSAGES/calligrasheets.mo share/locale/pa/LC_MESSAGES/calligrastage.mo share/locale/pa/LC_MESSAGES/calligrawords.mo share/locale/pl/LC_MESSAGES/KarbonFilterEffects.mo share/locale/pl/LC_MESSAGES/KarbonTools.mo share/locale/pl/LC_MESSAGES/braindump.mo share/locale/pl/LC_MESSAGES/calligra-defaulttools.mo share/locale/pl/LC_MESSAGES/calligra-dockers.mo share/locale/pl/LC_MESSAGES/calligra-opener.mo share/locale/pl/LC_MESSAGES/calligra.mo share/locale/pl/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/pl/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/pl/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/pl/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/pl/LC_MESSAGES/calligra_shape_chart.mo share/locale/pl/LC_MESSAGES/calligra_shape_comment.mo share/locale/pl/LC_MESSAGES/calligra_shape_formula.mo share/locale/pl/LC_MESSAGES/calligra_shape_music.mo share/locale/pl/LC_MESSAGES/calligra_shape_paths.mo share/locale/pl/LC_MESSAGES/calligra_shape_picture.mo share/locale/pl/LC_MESSAGES/calligra_shape_plugin.mo share/locale/pl/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/pl/LC_MESSAGES/calligra_shape_template.mo share/locale/pl/LC_MESSAGES/calligra_shape_text.mo share/locale/pl/LC_MESSAGES/calligra_shape_threed.mo share/locale/pl/LC_MESSAGES/calligra_shape_vector.mo share/locale/pl/LC_MESSAGES/calligra_shape_video.mo share/locale/pl/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/pl/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/pl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pl/LC_MESSAGES/calligrafilters.mo -share/locale/pl/LC_MESSAGES/calligraplan.mo -share/locale/pl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pl/LC_MESSAGES/calligraplanlibs.mo -share/locale/pl/LC_MESSAGES/calligraplanwork.mo share/locale/pl/LC_MESSAGES/calligrasheets.mo share/locale/pl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pl/LC_MESSAGES/calligrasheets_solver.mo share/locale/pl/LC_MESSAGES/calligrastage.mo share/locale/pl/LC_MESSAGES/calligrawords.mo share/locale/pl/LC_MESSAGES/flow.mo share/locale/pl/LC_MESSAGES/karbon.mo share/locale/pl/LC_MESSAGES/kocolorspaces.mo share/locale/pl/LC_MESSAGES/koconverter.mo -share/locale/pl/LC_MESSAGES/krossmoduleplan.mo share/locale/pl/LC_MESSAGES/krossmodulesheets.mo share/locale/pl/LC_MESSAGES/krossmodulewords.mo share/locale/pl/LC_MESSAGES/okularGenerator_odp.mo share/locale/pl/LC_MESSAGES/okularGenerator_odt.mo share/locale/pt/LC_MESSAGES/KarbonFilterEffects.mo share/locale/pt/LC_MESSAGES/KarbonTools.mo share/locale/pt/LC_MESSAGES/braindump.mo share/locale/pt/LC_MESSAGES/calligra-defaulttools.mo share/locale/pt/LC_MESSAGES/calligra-dockers.mo share/locale/pt/LC_MESSAGES/calligra-opener.mo share/locale/pt/LC_MESSAGES/calligra.mo share/locale/pt/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/pt/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/pt/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/pt/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/pt/LC_MESSAGES/calligra_shape_chart.mo share/locale/pt/LC_MESSAGES/calligra_shape_comment.mo share/locale/pt/LC_MESSAGES/calligra_shape_formula.mo share/locale/pt/LC_MESSAGES/calligra_shape_music.mo share/locale/pt/LC_MESSAGES/calligra_shape_paths.mo share/locale/pt/LC_MESSAGES/calligra_shape_picture.mo share/locale/pt/LC_MESSAGES/calligra_shape_plugin.mo share/locale/pt/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/pt/LC_MESSAGES/calligra_shape_template.mo share/locale/pt/LC_MESSAGES/calligra_shape_text.mo share/locale/pt/LC_MESSAGES/calligra_shape_threed.mo share/locale/pt/LC_MESSAGES/calligra_shape_vector.mo share/locale/pt/LC_MESSAGES/calligra_shape_video.mo share/locale/pt/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/pt/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/pt/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pt/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pt/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pt/LC_MESSAGES/calligrafilters.mo -share/locale/pt/LC_MESSAGES/calligraplan.mo -share/locale/pt/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pt/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pt/LC_MESSAGES/calligraplanlibs.mo -share/locale/pt/LC_MESSAGES/calligraplanwork.mo share/locale/pt/LC_MESSAGES/calligrasheets.mo share/locale/pt/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pt/LC_MESSAGES/calligrasheets_solver.mo share/locale/pt/LC_MESSAGES/calligrastage.mo share/locale/pt/LC_MESSAGES/calligrawords.mo share/locale/pt/LC_MESSAGES/flow.mo share/locale/pt/LC_MESSAGES/karbon.mo share/locale/pt/LC_MESSAGES/kocolorspaces.mo share/locale/pt/LC_MESSAGES/koconverter.mo -share/locale/pt/LC_MESSAGES/krossmoduleplan.mo share/locale/pt/LC_MESSAGES/krossmodulesheets.mo share/locale/pt/LC_MESSAGES/krossmodulewords.mo share/locale/pt/LC_MESSAGES/okularGenerator_odp.mo share/locale/pt/LC_MESSAGES/okularGenerator_odt.mo share/locale/pt_BR/LC_MESSAGES/KarbonFilterEffects.mo share/locale/pt_BR/LC_MESSAGES/KarbonTools.mo share/locale/pt_BR/LC_MESSAGES/braindump.mo share/locale/pt_BR/LC_MESSAGES/calligra-defaulttools.mo share/locale/pt_BR/LC_MESSAGES/calligra-dockers.mo share/locale/pt_BR/LC_MESSAGES/calligra-opener.mo share/locale/pt_BR/LC_MESSAGES/calligra.mo share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_chart.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_comment.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_formula.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_music.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_paths.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_picture.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_plugin.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_template.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_text.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_threed.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_vector.mo share/locale/pt_BR/LC_MESSAGES/calligra_shape_video.mo share/locale/pt_BR/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/pt_BR/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/pt_BR/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pt_BR/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pt_BR/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pt_BR/LC_MESSAGES/calligrafilters.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pt_BR/LC_MESSAGES/calligraplanlibs.mo -share/locale/pt_BR/LC_MESSAGES/calligraplanwork.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets_solver.mo share/locale/pt_BR/LC_MESSAGES/calligrastage.mo share/locale/pt_BR/LC_MESSAGES/calligrawords.mo share/locale/pt_BR/LC_MESSAGES/flow.mo share/locale/pt_BR/LC_MESSAGES/karbon.mo share/locale/pt_BR/LC_MESSAGES/kocolorspaces.mo share/locale/pt_BR/LC_MESSAGES/koconverter.mo -share/locale/pt_BR/LC_MESSAGES/krossmoduleplan.mo share/locale/pt_BR/LC_MESSAGES/krossmodulesheets.mo share/locale/pt_BR/LC_MESSAGES/krossmodulewords.mo share/locale/pt_BR/LC_MESSAGES/okularGenerator_odp.mo share/locale/pt_BR/LC_MESSAGES/okularGenerator_odt.mo share/locale/ro/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ro/LC_MESSAGES/KarbonTools.mo share/locale/ro/LC_MESSAGES/calligra-dockers.mo share/locale/ro/LC_MESSAGES/calligra.mo share/locale/ro/LC_MESSAGES/calligra_shape_music.mo share/locale/ro/LC_MESSAGES/calligra_shape_paths.mo share/locale/ro/LC_MESSAGES/calligra_shape_picture.mo share/locale/ro/LC_MESSAGES/calligra_shape_text.mo share/locale/ro/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ro/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ro/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ro/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ro/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ro/LC_MESSAGES/calligrafilters.mo -share/locale/ro/LC_MESSAGES/calligraplan.mo -share/locale/ro/LC_MESSAGES/calligraplanlibs.mo -share/locale/ro/LC_MESSAGES/calligraplanwork.mo share/locale/ro/LC_MESSAGES/calligrasheets.mo share/locale/ro/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ro/LC_MESSAGES/calligrasheets_solver.mo share/locale/ro/LC_MESSAGES/calligrastage.mo share/locale/ro/LC_MESSAGES/calligrawords.mo share/locale/ro/LC_MESSAGES/flow.mo share/locale/ro/LC_MESSAGES/karbon.mo share/locale/ro/LC_MESSAGES/koconverter.mo share/locale/ro/LC_MESSAGES/krossmodulesheets.mo share/locale/ru/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ru/LC_MESSAGES/KarbonTools.mo share/locale/ru/LC_MESSAGES/braindump.mo share/locale/ru/LC_MESSAGES/calligra-defaulttools.mo share/locale/ru/LC_MESSAGES/calligra-dockers.mo share/locale/ru/LC_MESSAGES/calligra-opener.mo share/locale/ru/LC_MESSAGES/calligra.mo share/locale/ru/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/ru/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/ru/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/ru/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ru/LC_MESSAGES/calligra_shape_chart.mo share/locale/ru/LC_MESSAGES/calligra_shape_comment.mo share/locale/ru/LC_MESSAGES/calligra_shape_formula.mo share/locale/ru/LC_MESSAGES/calligra_shape_music.mo share/locale/ru/LC_MESSAGES/calligra_shape_paths.mo share/locale/ru/LC_MESSAGES/calligra_shape_picture.mo share/locale/ru/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ru/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ru/LC_MESSAGES/calligra_shape_text.mo share/locale/ru/LC_MESSAGES/calligra_shape_vector.mo share/locale/ru/LC_MESSAGES/calligra_shape_video.mo share/locale/ru/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ru/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ru/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ru/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ru/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ru/LC_MESSAGES/calligrafilters.mo -share/locale/ru/LC_MESSAGES/calligraplan.mo -share/locale/ru/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ru/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ru/LC_MESSAGES/calligraplanlibs.mo -share/locale/ru/LC_MESSAGES/calligraplanwork.mo share/locale/ru/LC_MESSAGES/calligrasheets.mo share/locale/ru/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ru/LC_MESSAGES/calligrasheets_solver.mo share/locale/ru/LC_MESSAGES/calligrastage.mo share/locale/ru/LC_MESSAGES/calligrawords.mo share/locale/ru/LC_MESSAGES/flow.mo share/locale/ru/LC_MESSAGES/karbon.mo share/locale/ru/LC_MESSAGES/kocolorspaces.mo share/locale/ru/LC_MESSAGES/koconverter.mo -share/locale/ru/LC_MESSAGES/krossmoduleplan.mo share/locale/ru/LC_MESSAGES/krossmodulesheets.mo share/locale/ru/LC_MESSAGES/krossmodulewords.mo share/locale/ru/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ru/LC_MESSAGES/okularGenerator_odt.mo share/locale/se/LC_MESSAGES/KarbonFilterEffects.mo share/locale/se/LC_MESSAGES/KarbonTools.mo share/locale/se/LC_MESSAGES/calligra.mo share/locale/se/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/se/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/se/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/se/LC_MESSAGES/calligrafilters.mo -share/locale/se/LC_MESSAGES/calligraplan.mo share/locale/se/LC_MESSAGES/calligrasheets.mo share/locale/se/LC_MESSAGES/calligrasheets_calendar.mo share/locale/se/LC_MESSAGES/calligrastage.mo share/locale/se/LC_MESSAGES/calligrawords.mo share/locale/se/LC_MESSAGES/flow.mo share/locale/se/LC_MESSAGES/karbon.mo share/locale/se/LC_MESSAGES/koconverter.mo share/locale/sk/LC_MESSAGES/KarbonFilterEffects.mo share/locale/sk/LC_MESSAGES/KarbonTools.mo share/locale/sk/LC_MESSAGES/braindump.mo share/locale/sk/LC_MESSAGES/calligra-defaulttools.mo share/locale/sk/LC_MESSAGES/calligra-dockers.mo share/locale/sk/LC_MESSAGES/calligra-opener.mo share/locale/sk/LC_MESSAGES/calligra.mo share/locale/sk/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/sk/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/sk/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/sk/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/sk/LC_MESSAGES/calligra_shape_chart.mo share/locale/sk/LC_MESSAGES/calligra_shape_comment.mo share/locale/sk/LC_MESSAGES/calligra_shape_formula.mo share/locale/sk/LC_MESSAGES/calligra_shape_music.mo share/locale/sk/LC_MESSAGES/calligra_shape_paths.mo share/locale/sk/LC_MESSAGES/calligra_shape_picture.mo share/locale/sk/LC_MESSAGES/calligra_shape_plugin.mo share/locale/sk/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/sk/LC_MESSAGES/calligra_shape_template.mo share/locale/sk/LC_MESSAGES/calligra_shape_text.mo share/locale/sk/LC_MESSAGES/calligra_shape_threed.mo share/locale/sk/LC_MESSAGES/calligra_shape_vector.mo share/locale/sk/LC_MESSAGES/calligra_shape_video.mo share/locale/sk/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/sk/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/sk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sk/LC_MESSAGES/calligrafilters.mo -share/locale/sk/LC_MESSAGES/calligraplan.mo -share/locale/sk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sk/LC_MESSAGES/calligraplanlibs.mo -share/locale/sk/LC_MESSAGES/calligraplanwork.mo share/locale/sk/LC_MESSAGES/calligrasheets.mo share/locale/sk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sk/LC_MESSAGES/calligrasheets_solver.mo share/locale/sk/LC_MESSAGES/calligrastage.mo share/locale/sk/LC_MESSAGES/calligrawords.mo share/locale/sk/LC_MESSAGES/flow.mo share/locale/sk/LC_MESSAGES/karbon.mo share/locale/sk/LC_MESSAGES/kocolorspaces.mo share/locale/sk/LC_MESSAGES/koconverter.mo -share/locale/sk/LC_MESSAGES/krossmoduleplan.mo share/locale/sk/LC_MESSAGES/krossmodulesheets.mo share/locale/sk/LC_MESSAGES/krossmodulewords.mo share/locale/sk/LC_MESSAGES/okularGenerator_odp.mo share/locale/sk/LC_MESSAGES/okularGenerator_odt.mo share/locale/sl/LC_MESSAGES/KarbonFilterEffects.mo share/locale/sl/LC_MESSAGES/KarbonTools.mo share/locale/sl/LC_MESSAGES/braindump.mo share/locale/sl/LC_MESSAGES/calligra-defaulttools.mo share/locale/sl/LC_MESSAGES/calligra-dockers.mo share/locale/sl/LC_MESSAGES/calligra-opener.mo share/locale/sl/LC_MESSAGES/calligra.mo share/locale/sl/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/sl/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/sl/LC_MESSAGES/calligra_shape_chart.mo share/locale/sl/LC_MESSAGES/calligra_shape_comment.mo share/locale/sl/LC_MESSAGES/calligra_shape_formula.mo share/locale/sl/LC_MESSAGES/calligra_shape_music.mo share/locale/sl/LC_MESSAGES/calligra_shape_paths.mo share/locale/sl/LC_MESSAGES/calligra_shape_picture.mo share/locale/sl/LC_MESSAGES/calligra_shape_plugin.mo share/locale/sl/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/sl/LC_MESSAGES/calligra_shape_template.mo share/locale/sl/LC_MESSAGES/calligra_shape_text.mo share/locale/sl/LC_MESSAGES/calligra_shape_threed.mo share/locale/sl/LC_MESSAGES/calligra_shape_vector.mo share/locale/sl/LC_MESSAGES/calligra_shape_video.mo share/locale/sl/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/sl/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/sl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sl/LC_MESSAGES/calligrafilters.mo -share/locale/sl/LC_MESSAGES/calligraplan.mo -share/locale/sl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sl/LC_MESSAGES/calligraplanlibs.mo -share/locale/sl/LC_MESSAGES/calligraplanwork.mo share/locale/sl/LC_MESSAGES/calligrasheets.mo share/locale/sl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sl/LC_MESSAGES/calligrasheets_solver.mo share/locale/sl/LC_MESSAGES/calligrastage.mo share/locale/sl/LC_MESSAGES/calligrawords.mo share/locale/sl/LC_MESSAGES/flow.mo share/locale/sl/LC_MESSAGES/karbon.mo share/locale/sl/LC_MESSAGES/kocolorspaces.mo share/locale/sl/LC_MESSAGES/koconverter.mo -share/locale/sl/LC_MESSAGES/krossmoduleplan.mo share/locale/sl/LC_MESSAGES/krossmodulesheets.mo share/locale/sl/LC_MESSAGES/krossmodulewords.mo share/locale/sl/LC_MESSAGES/okularGenerator_odp.mo share/locale/sq/LC_MESSAGES/KarbonFilterEffects.mo share/locale/sq/LC_MESSAGES/calligra_shape_picture.mo share/locale/sq/LC_MESSAGES/calligra_shape_video.mo share/locale/sq/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sq/LC_MESSAGES/karbon.mo share/locale/sq/LC_MESSAGES/koconverter.mo share/locale/sv/LC_MESSAGES/KarbonFilterEffects.mo share/locale/sv/LC_MESSAGES/KarbonTools.mo share/locale/sv/LC_MESSAGES/braindump.mo share/locale/sv/LC_MESSAGES/calligra-defaulttools.mo share/locale/sv/LC_MESSAGES/calligra-dockers.mo share/locale/sv/LC_MESSAGES/calligra-opener.mo share/locale/sv/LC_MESSAGES/calligra.mo share/locale/sv/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/sv/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/sv/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/sv/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/sv/LC_MESSAGES/calligra_shape_chart.mo share/locale/sv/LC_MESSAGES/calligra_shape_comment.mo share/locale/sv/LC_MESSAGES/calligra_shape_formula.mo share/locale/sv/LC_MESSAGES/calligra_shape_music.mo share/locale/sv/LC_MESSAGES/calligra_shape_paths.mo share/locale/sv/LC_MESSAGES/calligra_shape_picture.mo share/locale/sv/LC_MESSAGES/calligra_shape_plugin.mo share/locale/sv/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/sv/LC_MESSAGES/calligra_shape_template.mo share/locale/sv/LC_MESSAGES/calligra_shape_text.mo share/locale/sv/LC_MESSAGES/calligra_shape_threed.mo share/locale/sv/LC_MESSAGES/calligra_shape_vector.mo share/locale/sv/LC_MESSAGES/calligra_shape_video.mo share/locale/sv/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/sv/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/sv/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sv/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sv/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sv/LC_MESSAGES/calligrafilters.mo -share/locale/sv/LC_MESSAGES/calligraplan.mo -share/locale/sv/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sv/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sv/LC_MESSAGES/calligraplanlibs.mo -share/locale/sv/LC_MESSAGES/calligraplanwork.mo share/locale/sv/LC_MESSAGES/calligrasheets.mo share/locale/sv/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sv/LC_MESSAGES/calligrasheets_solver.mo share/locale/sv/LC_MESSAGES/calligrastage.mo share/locale/sv/LC_MESSAGES/calligrawords.mo share/locale/sv/LC_MESSAGES/flow.mo share/locale/sv/LC_MESSAGES/karbon.mo share/locale/sv/LC_MESSAGES/kocolorspaces.mo share/locale/sv/LC_MESSAGES/koconverter.mo -share/locale/sv/LC_MESSAGES/krossmoduleplan.mo share/locale/sv/LC_MESSAGES/krossmodulesheets.mo share/locale/sv/LC_MESSAGES/krossmodulewords.mo share/locale/sv/LC_MESSAGES/okularGenerator_odp.mo share/locale/sv/LC_MESSAGES/okularGenerator_odt.mo share/locale/ta/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ta/LC_MESSAGES/KarbonTools.mo share/locale/ta/LC_MESSAGES/calligra.mo share/locale/ta/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ta/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ta/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ta/LC_MESSAGES/calligrafilters.mo share/locale/ta/LC_MESSAGES/calligrasheets.mo share/locale/ta/LC_MESSAGES/calligrastage.mo share/locale/ta/LC_MESSAGES/calligrawords.mo share/locale/ta/LC_MESSAGES/flow.mo share/locale/ta/LC_MESSAGES/karbon.mo share/locale/ta/LC_MESSAGES/koconverter.mo share/locale/tg/LC_MESSAGES/KarbonFilterEffects.mo share/locale/tg/LC_MESSAGES/KarbonTools.mo share/locale/tg/LC_MESSAGES/calligra.mo share/locale/tg/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/tg/LC_MESSAGES/calligrafilters.mo share/locale/tg/LC_MESSAGES/calligrasheets.mo share/locale/tg/LC_MESSAGES/calligrasheets_calendar.mo share/locale/tg/LC_MESSAGES/calligrastage.mo share/locale/tg/LC_MESSAGES/calligrawords.mo share/locale/tg/LC_MESSAGES/flow.mo share/locale/tg/LC_MESSAGES/karbon.mo share/locale/tg/LC_MESSAGES/koconverter.mo share/locale/th/LC_MESSAGES/KarbonFilterEffects.mo share/locale/th/LC_MESSAGES/KarbonTools.mo share/locale/th/LC_MESSAGES/calligra.mo share/locale/th/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/th/LC_MESSAGES/calligrafilters.mo -share/locale/th/LC_MESSAGES/calligraplan.mo share/locale/th/LC_MESSAGES/calligrasheets.mo share/locale/th/LC_MESSAGES/calligrastage.mo share/locale/th/LC_MESSAGES/calligrawords.mo share/locale/th/LC_MESSAGES/flow.mo share/locale/th/LC_MESSAGES/karbon.mo share/locale/th/LC_MESSAGES/koconverter.mo share/locale/tr/LC_MESSAGES/KarbonFilterEffects.mo share/locale/tr/LC_MESSAGES/KarbonTools.mo share/locale/tr/LC_MESSAGES/braindump.mo share/locale/tr/LC_MESSAGES/calligra-defaulttools.mo share/locale/tr/LC_MESSAGES/calligra-dockers.mo share/locale/tr/LC_MESSAGES/calligra-opener.mo share/locale/tr/LC_MESSAGES/calligra.mo share/locale/tr/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/tr/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/tr/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/tr/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/tr/LC_MESSAGES/calligra_shape_chart.mo share/locale/tr/LC_MESSAGES/calligra_shape_comment.mo share/locale/tr/LC_MESSAGES/calligra_shape_formula.mo share/locale/tr/LC_MESSAGES/calligra_shape_music.mo share/locale/tr/LC_MESSAGES/calligra_shape_paths.mo share/locale/tr/LC_MESSAGES/calligra_shape_picture.mo share/locale/tr/LC_MESSAGES/calligra_shape_plugin.mo share/locale/tr/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/tr/LC_MESSAGES/calligra_shape_template.mo share/locale/tr/LC_MESSAGES/calligra_shape_text.mo share/locale/tr/LC_MESSAGES/calligra_shape_threed.mo share/locale/tr/LC_MESSAGES/calligra_shape_vector.mo share/locale/tr/LC_MESSAGES/calligra_shape_video.mo share/locale/tr/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/tr/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/tr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/tr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/tr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/tr/LC_MESSAGES/calligrafilters.mo -share/locale/tr/LC_MESSAGES/calligraplan.mo -share/locale/tr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/tr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/tr/LC_MESSAGES/calligraplanlibs.mo -share/locale/tr/LC_MESSAGES/calligraplanwork.mo share/locale/tr/LC_MESSAGES/calligrasheets.mo share/locale/tr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/tr/LC_MESSAGES/calligrasheets_solver.mo share/locale/tr/LC_MESSAGES/calligrastage.mo share/locale/tr/LC_MESSAGES/calligrawords.mo share/locale/tr/LC_MESSAGES/flow.mo share/locale/tr/LC_MESSAGES/karbon.mo share/locale/tr/LC_MESSAGES/kocolorspaces.mo share/locale/tr/LC_MESSAGES/koconverter.mo -share/locale/tr/LC_MESSAGES/krossmoduleplan.mo share/locale/tr/LC_MESSAGES/krossmodulesheets.mo share/locale/tr/LC_MESSAGES/krossmodulewords.mo share/locale/tr/LC_MESSAGES/okularGenerator_odp.mo share/locale/tr/LC_MESSAGES/okularGenerator_odt.mo share/locale/ug/LC_MESSAGES/KarbonFilterEffects.mo share/locale/ug/LC_MESSAGES/KarbonTools.mo share/locale/ug/LC_MESSAGES/braindump.mo share/locale/ug/LC_MESSAGES/calligra-defaulttools.mo share/locale/ug/LC_MESSAGES/calligra-dockers.mo share/locale/ug/LC_MESSAGES/calligra-opener.mo share/locale/ug/LC_MESSAGES/calligra.mo share/locale/ug/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/ug/LC_MESSAGES/calligra_shape_chart.mo share/locale/ug/LC_MESSAGES/calligra_shape_comment.mo share/locale/ug/LC_MESSAGES/calligra_shape_formula.mo share/locale/ug/LC_MESSAGES/calligra_shape_music.mo share/locale/ug/LC_MESSAGES/calligra_shape_paths.mo share/locale/ug/LC_MESSAGES/calligra_shape_picture.mo share/locale/ug/LC_MESSAGES/calligra_shape_plugin.mo share/locale/ug/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/ug/LC_MESSAGES/calligra_shape_template.mo share/locale/ug/LC_MESSAGES/calligra_shape_text.mo share/locale/ug/LC_MESSAGES/calligra_shape_threed.mo share/locale/ug/LC_MESSAGES/calligra_shape_vector.mo share/locale/ug/LC_MESSAGES/calligra_shape_video.mo share/locale/ug/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/ug/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ug/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ug/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ug/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ug/LC_MESSAGES/calligrafilters.mo -share/locale/ug/LC_MESSAGES/calligraplan.mo -share/locale/ug/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ug/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ug/LC_MESSAGES/calligraplanlibs.mo -share/locale/ug/LC_MESSAGES/calligraplanwork.mo share/locale/ug/LC_MESSAGES/calligrasheets.mo share/locale/ug/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ug/LC_MESSAGES/calligrasheets_solver.mo share/locale/ug/LC_MESSAGES/calligrastage.mo share/locale/ug/LC_MESSAGES/calligrawords.mo share/locale/ug/LC_MESSAGES/flow.mo share/locale/ug/LC_MESSAGES/karbon.mo share/locale/ug/LC_MESSAGES/kocolorspaces.mo share/locale/ug/LC_MESSAGES/koconverter.mo -share/locale/ug/LC_MESSAGES/krossmoduleplan.mo share/locale/ug/LC_MESSAGES/krossmodulesheets.mo share/locale/ug/LC_MESSAGES/krossmodulewords.mo share/locale/ug/LC_MESSAGES/okularGenerator_odp.mo share/locale/uk/LC_MESSAGES/KarbonFilterEffects.mo share/locale/uk/LC_MESSAGES/KarbonTools.mo share/locale/uk/LC_MESSAGES/braindump.mo share/locale/uk/LC_MESSAGES/calligra-defaulttools.mo share/locale/uk/LC_MESSAGES/calligra-dockers.mo share/locale/uk/LC_MESSAGES/calligra-opener.mo share/locale/uk/LC_MESSAGES/calligra.mo share/locale/uk/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/uk/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/uk/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/uk/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/uk/LC_MESSAGES/calligra_shape_chart.mo share/locale/uk/LC_MESSAGES/calligra_shape_comment.mo share/locale/uk/LC_MESSAGES/calligra_shape_formula.mo share/locale/uk/LC_MESSAGES/calligra_shape_music.mo share/locale/uk/LC_MESSAGES/calligra_shape_paths.mo share/locale/uk/LC_MESSAGES/calligra_shape_picture.mo share/locale/uk/LC_MESSAGES/calligra_shape_plugin.mo share/locale/uk/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/uk/LC_MESSAGES/calligra_shape_template.mo share/locale/uk/LC_MESSAGES/calligra_shape_text.mo share/locale/uk/LC_MESSAGES/calligra_shape_threed.mo share/locale/uk/LC_MESSAGES/calligra_shape_vector.mo share/locale/uk/LC_MESSAGES/calligra_shape_video.mo share/locale/uk/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/uk/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/uk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/uk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/uk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/uk/LC_MESSAGES/calligrafilters.mo -share/locale/uk/LC_MESSAGES/calligraplan.mo -share/locale/uk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/uk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/uk/LC_MESSAGES/calligraplanlibs.mo -share/locale/uk/LC_MESSAGES/calligraplanwork.mo share/locale/uk/LC_MESSAGES/calligrasheets.mo share/locale/uk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/uk/LC_MESSAGES/calligrasheets_solver.mo share/locale/uk/LC_MESSAGES/calligrastage.mo share/locale/uk/LC_MESSAGES/calligrawords.mo share/locale/uk/LC_MESSAGES/flow.mo share/locale/uk/LC_MESSAGES/karbon.mo share/locale/uk/LC_MESSAGES/kocolorspaces.mo share/locale/uk/LC_MESSAGES/koconverter.mo -share/locale/uk/LC_MESSAGES/krossmoduleplan.mo share/locale/uk/LC_MESSAGES/krossmodulesheets.mo share/locale/uk/LC_MESSAGES/krossmodulewords.mo share/locale/uk/LC_MESSAGES/okularGenerator_odp.mo share/locale/uk/LC_MESSAGES/okularGenerator_odt.mo share/locale/uz/LC_MESSAGES/KarbonFilterEffects.mo share/locale/uz/LC_MESSAGES/KarbonTools.mo share/locale/uz/LC_MESSAGES/calligra.mo share/locale/uz/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/uz/LC_MESSAGES/calligrafilters.mo share/locale/uz/LC_MESSAGES/calligrasheets.mo share/locale/uz/LC_MESSAGES/calligrastage.mo share/locale/uz/LC_MESSAGES/calligrawords.mo share/locale/uz/LC_MESSAGES/flow.mo share/locale/uz/LC_MESSAGES/karbon.mo share/locale/uz/LC_MESSAGES/koconverter.mo share/locale/uz@cyrillic/LC_MESSAGES/calligra.mo share/locale/uz@cyrillic/LC_MESSAGES/calligrafilters.mo share/locale/uz@cyrillic/LC_MESSAGES/calligrasheets.mo share/locale/uz@cyrillic/LC_MESSAGES/calligrastage.mo share/locale/uz@cyrillic/LC_MESSAGES/calligrawords.mo share/locale/uz@cyrillic/LC_MESSAGES/flow.mo share/locale/vi/LC_MESSAGES/calligra.mo share/locale/vi/LC_MESSAGES/calligrafilters.mo share/locale/vi/LC_MESSAGES/calligrastage.mo share/locale/vi/LC_MESSAGES/calligrawords.mo share/locale/vi/LC_MESSAGES/flow.mo share/locale/wa/LC_MESSAGES/KarbonFilterEffects.mo share/locale/wa/LC_MESSAGES/KarbonTools.mo share/locale/wa/LC_MESSAGES/calligra-defaulttools.mo share/locale/wa/LC_MESSAGES/calligra-dockers.mo share/locale/wa/LC_MESSAGES/calligra.mo share/locale/wa/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/wa/LC_MESSAGES/calligra_shape_chart.mo share/locale/wa/LC_MESSAGES/calligra_shape_comment.mo share/locale/wa/LC_MESSAGES/calligra_shape_formula.mo share/locale/wa/LC_MESSAGES/calligra_shape_music.mo share/locale/wa/LC_MESSAGES/calligra_shape_paths.mo share/locale/wa/LC_MESSAGES/calligra_shape_picture.mo share/locale/wa/LC_MESSAGES/calligra_shape_plugin.mo share/locale/wa/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/wa/LC_MESSAGES/calligra_shape_text.mo share/locale/wa/LC_MESSAGES/calligra_shape_vector.mo share/locale/wa/LC_MESSAGES/calligra_shape_video.mo share/locale/wa/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/wa/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/wa/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/wa/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/wa/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/wa/LC_MESSAGES/calligrafilters.mo -share/locale/wa/LC_MESSAGES/calligraplan.mo -share/locale/wa/LC_MESSAGES/calligraplanlibs.mo -share/locale/wa/LC_MESSAGES/calligraplanwork.mo share/locale/wa/LC_MESSAGES/calligrasheets.mo share/locale/wa/LC_MESSAGES/calligrasheets_calendar.mo share/locale/wa/LC_MESSAGES/calligrasheets_solver.mo share/locale/wa/LC_MESSAGES/calligrastage.mo share/locale/wa/LC_MESSAGES/calligrawords.mo share/locale/wa/LC_MESSAGES/karbon.mo share/locale/wa/LC_MESSAGES/kocolorspaces.mo share/locale/wa/LC_MESSAGES/koconverter.mo -share/locale/wa/LC_MESSAGES/krossmoduleplan.mo share/locale/wa/LC_MESSAGES/krossmodulesheets.mo share/locale/wa/LC_MESSAGES/krossmodulewords.mo share/locale/x-test/LC_MESSAGES/KarbonFilterEffects.mo share/locale/x-test/LC_MESSAGES/KarbonTools.mo share/locale/x-test/LC_MESSAGES/braindump.mo share/locale/x-test/LC_MESSAGES/calligra-defaulttools.mo share/locale/x-test/LC_MESSAGES/calligra-dockers.mo share/locale/x-test/LC_MESSAGES/calligra-opener.mo share/locale/x-test/LC_MESSAGES/calligra.mo share/locale/x-test/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/x-test/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/x-test/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/x-test/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/x-test/LC_MESSAGES/calligra_shape_chart.mo share/locale/x-test/LC_MESSAGES/calligra_shape_comment.mo share/locale/x-test/LC_MESSAGES/calligra_shape_formula.mo share/locale/x-test/LC_MESSAGES/calligra_shape_music.mo share/locale/x-test/LC_MESSAGES/calligra_shape_paths.mo share/locale/x-test/LC_MESSAGES/calligra_shape_picture.mo share/locale/x-test/LC_MESSAGES/calligra_shape_plugin.mo share/locale/x-test/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/x-test/LC_MESSAGES/calligra_shape_template.mo share/locale/x-test/LC_MESSAGES/calligra_shape_text.mo share/locale/x-test/LC_MESSAGES/calligra_shape_threed.mo share/locale/x-test/LC_MESSAGES/calligra_shape_vector.mo share/locale/x-test/LC_MESSAGES/calligra_shape_video.mo share/locale/x-test/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/x-test/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/x-test/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/x-test/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/x-test/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/x-test/LC_MESSAGES/calligrafilters.mo -share/locale/x-test/LC_MESSAGES/calligraplan.mo -share/locale/x-test/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/x-test/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/x-test/LC_MESSAGES/calligraplanlibs.mo -share/locale/x-test/LC_MESSAGES/calligraplanwork.mo share/locale/x-test/LC_MESSAGES/calligrasheets.mo share/locale/x-test/LC_MESSAGES/calligrasheets_calendar.mo share/locale/x-test/LC_MESSAGES/calligrasheets_solver.mo share/locale/x-test/LC_MESSAGES/calligrastage.mo share/locale/x-test/LC_MESSAGES/calligrawords.mo share/locale/x-test/LC_MESSAGES/flow.mo share/locale/x-test/LC_MESSAGES/karbon.mo share/locale/x-test/LC_MESSAGES/kocolorspaces.mo share/locale/x-test/LC_MESSAGES/koconverter.mo -share/locale/x-test/LC_MESSAGES/krossmoduleplan.mo share/locale/x-test/LC_MESSAGES/krossmodulesheets.mo share/locale/x-test/LC_MESSAGES/krossmodulewords.mo share/locale/x-test/LC_MESSAGES/okularGenerator_odp.mo share/locale/x-test/LC_MESSAGES/okularGenerator_odt.mo share/locale/xh/LC_MESSAGES/KarbonFilterEffects.mo share/locale/xh/LC_MESSAGES/KarbonTools.mo share/locale/xh/LC_MESSAGES/calligra.mo share/locale/xh/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/xh/LC_MESSAGES/calligrafilters.mo share/locale/xh/LC_MESSAGES/calligrasheets.mo share/locale/xh/LC_MESSAGES/calligrastage.mo share/locale/xh/LC_MESSAGES/calligrawords.mo share/locale/xh/LC_MESSAGES/flow.mo share/locale/xh/LC_MESSAGES/karbon.mo share/locale/xh/LC_MESSAGES/koconverter.mo share/locale/zh_CN/LC_MESSAGES/KarbonFilterEffects.mo share/locale/zh_CN/LC_MESSAGES/KarbonTools.mo share/locale/zh_CN/LC_MESSAGES/braindump.mo share/locale/zh_CN/LC_MESSAGES/calligra-defaulttools.mo share/locale/zh_CN/LC_MESSAGES/calligra-dockers.mo share/locale/zh_CN/LC_MESSAGES/calligra-opener.mo share/locale/zh_CN/LC_MESSAGES/calligra.mo share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_chart.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_comment.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_formula.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_music.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_paths.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_picture.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_plugin.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_template.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_text.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_threed.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_vector.mo share/locale/zh_CN/LC_MESSAGES/calligra_shape_video.mo share/locale/zh_CN/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/zh_CN/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/zh_CN/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/zh_CN/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_CN/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_CN/LC_MESSAGES/calligrafilters.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/zh_CN/LC_MESSAGES/calligraplanlibs.mo -share/locale/zh_CN/LC_MESSAGES/calligraplanwork.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets_calendar.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets_solver.mo share/locale/zh_CN/LC_MESSAGES/calligrastage.mo share/locale/zh_CN/LC_MESSAGES/calligrawords.mo share/locale/zh_CN/LC_MESSAGES/flow.mo share/locale/zh_CN/LC_MESSAGES/karbon.mo share/locale/zh_CN/LC_MESSAGES/kocolorspaces.mo share/locale/zh_CN/LC_MESSAGES/koconverter.mo -share/locale/zh_CN/LC_MESSAGES/krossmoduleplan.mo share/locale/zh_CN/LC_MESSAGES/krossmodulesheets.mo share/locale/zh_CN/LC_MESSAGES/krossmodulewords.mo share/locale/zh_CN/LC_MESSAGES/okularGenerator_odp.mo share/locale/zh_CN/LC_MESSAGES/okularGenerator_odt.mo share/locale/zh_TW/LC_MESSAGES/KarbonFilterEffects.mo share/locale/zh_TW/LC_MESSAGES/KarbonTools.mo share/locale/zh_TW/LC_MESSAGES/braindump.mo share/locale/zh_TW/LC_MESSAGES/calligra-defaulttools.mo share/locale/zh_TW/LC_MESSAGES/calligra-dockers.mo share/locale/zh_TW/LC_MESSAGES/calligra-opener.mo share/locale/zh_TW/LC_MESSAGES/calligra.mo share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_contact.mo share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_event.mo share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_location.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_artistictext.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_chart.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_comment.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_formula.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_music.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_paths.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_picture.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_plugin.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_spreadsheet.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_template.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_text.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_threed.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_vector.mo share/locale/zh_TW/LC_MESSAGES/calligra_shape_video.mo share/locale/zh_TW/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/zh_TW/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/zh_TW/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/zh_TW/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_TW/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_TW/LC_MESSAGES/calligrafilters.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/zh_TW/LC_MESSAGES/calligraplanlibs.mo -share/locale/zh_TW/LC_MESSAGES/calligraplanwork.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets_calendar.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets_solver.mo share/locale/zh_TW/LC_MESSAGES/calligrastage.mo share/locale/zh_TW/LC_MESSAGES/calligrawords.mo share/locale/zh_TW/LC_MESSAGES/flow.mo share/locale/zh_TW/LC_MESSAGES/karbon.mo share/locale/zh_TW/LC_MESSAGES/kocolorspaces.mo share/locale/zh_TW/LC_MESSAGES/koconverter.mo -share/locale/zh_TW/LC_MESSAGES/krossmoduleplan.mo share/locale/zh_TW/LC_MESSAGES/krossmodulesheets.mo share/locale/zh_TW/LC_MESSAGES/krossmodulewords.mo share/locale/zh_TW/LC_MESSAGES/okularGenerator_odp.mo share/locale/zh_TW/LC_MESSAGES/okularGenerator_odt.mo -share/metainfo/org.kde.calligraplan.appdata.xml share/metainfo/org.kde.calligrasheets.appdata.xml share/metainfo/org.kde.calligrawords.appdata.xml share/metainfo/org.kde.karbon.appdata.xml share/mime/packages/calligra_svm.xml share/mime/packages/msooxml-all.xml share/mime/packages/wiki-format.xml share/mime/packages/x-iwork-keynote-sffkey.xml share/templates/.source/Illustration.odg share/templates/.source/Presentation.odp share/templates/.source/SpreadSheet.ods share/templates/.source/TextDocument.odt share/templates/Illustration.desktop share/templates/Presentation.desktop share/templates/SpreadSheet.desktop share/templates/TextDocument.desktop Index: head/graphics/krita/Makefile =================================================================== --- head/graphics/krita/Makefile (revision 468525) +++ head/graphics/krita/Makefile (revision 468526) @@ -1,56 +1,57 @@ # $FreeBSD$ PORTNAME= krita -DISTVERSION= 3.3.3 -PORTREVISION= 2 +DISTVERSION= 4.0.1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Sketching and painting program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImath.so:graphics/ilmbase \ libOpenColorIO.so:graphics/opencolorio \ libX11.so:x11/libX11 \ libboost_system.so:devel/boost-libs \ libfftw3.so:math/fftw3 \ libexiv2.so:graphics/exiv2 \ libcurl.so:ftp/curl \ + libgif.so:graphics/giflib \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ + libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff \ libxcb.so:x11/libxcb \ libxcb-util.so:x11/xcb-util USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ - eigen:3 gettext jpeg kde:5 shared-mime-info + eigen:3 gettext jpeg kde:5 pkgconfig shared-mime-info USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT5= concurrent core dbus gui multimedia network printsupport \ - quick svg testlib widgets x11extras xml \ + qml quick svg testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm xcb xext xi OPTIONS_DEFINE= GMIC OPENEXR OPTIONS_DEFAULT= OPENEXR OPTIONS_SUB= yes GMIC_DESC= Depend on the G'Mic plugin GMIC_RUN_DEPENDS= gmic_krita_qt:graphics/gmic-qt OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR CONFLICTS_INSTALL= calligra-2* PLIST_SUB= SHLIB_VER=18.0.0 \ SHLIB_SHVER=18 .include Index: head/graphics/krita/distinfo =================================================================== --- head/graphics/krita/distinfo (revision 468525) +++ head/graphics/krita/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518208140 -SHA256 (KDE/krita/krita-3.3.3.tar.gz) = bec04e3392e9b311477c5c6a50e2201b43a3afda91d9b24a0fc8e3399585865d -SIZE (KDE/krita/krita-3.3.3.tar.gz) = 207582956 +TIMESTAMP = 1523646176 +SHA256 (KDE/krita/krita-4.0.1.tar.gz) = ec0ae3afd6670a6f2102614d36a6b24a4968d7e9d13e8f1de90d1065f7f2a54c +SIZE (KDE/krita/krita-4.0.1.tar.gz) = 237493152 Index: head/graphics/krita/pkg-plist =================================================================== --- head/graphics/krita/pkg-plist (revision 468525) +++ head/graphics/krita/pkg-plist (revision 468526) @@ -1,974 +1,967 @@ bin/krita etc/xdg/kritarc lib/kritaplugins/krita_colorspaces_extensions.so -lib/kritaplugins/krita_docker_defaults.so lib/kritaplugins/krita_filtereffects.so lib/kritaplugins/krita_flaketools.so lib/kritaplugins/krita_karbontools.so lib/kritaplugins/krita_raw_import.so lib/kritaplugins/krita_shape_artistictext.so +lib/kritaplugins/krita_shape_image.so lib/kritaplugins/krita_shape_paths.so lib/kritaplugins/krita_shape_text.so -lib/kritaplugins/krita_shape_vector.so lib/kritaplugins/krita_tool_basicflakes.so +lib/kritaplugins/krita_tool_svgtext.so lib/kritaplugins/kritaanimationdocker.so lib/kritaplugins/kritaanimationrenderer.so +lib/kritaplugins/kritaarrangedocker.so lib/kritaplugins/kritaartisticcolorselector.so +lib/kritaplugins/kritaasccdl.so +lib/kritaplugins/kritaassistanttool.so lib/kritaplugins/kritablurfilter.so -lib/kritaplugins/kritabmpexport.so -lib/kritaplugins/kritabmpimport.so lib/kritaplugins/kritabrushexport.so lib/kritaplugins/kritabrushimport.so lib/kritaplugins/kritabuginfo.so -lib/kritaplugins/kritachalkpaintop.so lib/kritaplugins/kritachanneldocker.so lib/kritaplugins/kritaclonesarray.so lib/kritaplugins/kritacolorgenerator.so lib/kritaplugins/kritacolorrange.so lib/kritaplugins/kritacolorselectorng.so lib/kritaplugins/kritacolorsfilters.so lib/kritaplugins/kritacolorslider.so lib/kritaplugins/kritacolorsmudgepaintop.so lib/kritaplugins/kritacolorspaceconversion.so lib/kritaplugins/kritacompositiondocker.so +lib/kritaplugins/kritaconvertheighttonormalmap.so lib/kritaplugins/kritaconvolutionfilters.so lib/kritaplugins/kritacsvexport.so lib/kritaplugins/kritacsvimport.so lib/kritaplugins/kritacurvepaintop.so lib/kritaplugins/kritadefaultdockers.so lib/kritaplugins/kritadefaultpaintops.so lib/kritaplugins/kritadefaulttools.so lib/kritaplugins/kritadeformpaintop.so lib/kritaplugins/kritadigitalmixer.so lib/kritaplugins/kritadodgeburn.so -lib/kritaplugins/kritadynapaintop.so +lib/kritaplugins/kritaedgedetection.so lib/kritaplugins/kritaembossfilter.so lib/kritaplugins/kritaexample.so lib/kritaplugins/kritaexperimentpaintop.so %%OPENEXR%%lib/kritaplugins/kritaexrexport.so %%OPENEXR%%lib/kritaplugins/kritaexrimport.so lib/kritaplugins/kritaextensioncolorsfilters.so lib/kritaplugins/kritafastcolortransferfilter.so lib/kritaplugins/kritafilterop.so +lib/kritaplugins/kritagifexport.so +lib/kritaplugins/kritagifimport.so lib/kritaplugins/kritagradientmap.so lib/kritaplugins/kritagriddocker.so lib/kritaplugins/kritagridpaintop.so lib/kritaplugins/kritahairypaintop.so lib/kritaplugins/kritahalftone.so lib/kritaplugins/kritahatchingpaintop.so lib/kritaplugins/kritaheightmapexport.so lib/kritaplugins/kritaheightmapimport.so lib/kritaplugins/kritahistogram.so lib/kritaplugins/kritahistogramdocker.so lib/kritaplugins/kritahistorydocker.so -lib/kritaplugins/kritaimagedocker.so lib/kritaplugins/kritaimageenhancement.so lib/kritaplugins/kritaimagesize.so lib/kritaplugins/kritaimagesplit.so lib/kritaplugins/kritaindexcolors.so lib/kritaplugins/kritajpegexport.so lib/kritaplugins/kritajpegimport.so +lib/kritaplugins/kritakraexport.so +lib/kritaplugins/kritakraimport.so lib/kritaplugins/kritalayergroupswitcher.so lib/kritaplugins/kritalayersplit.so lib/kritaplugins/kritalcmsengine.so lib/kritaplugins/kritalevelfilter.so lib/kritaplugins/kritalutdocker.so lib/kritaplugins/kritametadataeditor.so lib/kritaplugins/kritamodifyselection.so lib/kritaplugins/kritanoisefilter.so lib/kritaplugins/kritanormalize.so -lib/kritaplugins/kritaodgimport.so lib/kritaplugins/kritaoffsetimage.so lib/kritaplugins/kritaoilpaintfilter.so lib/kritaplugins/kritaoraexport.so lib/kritaplugins/kritaoraimport.so lib/kritaplugins/kritaoverviewdocker.so lib/kritaplugins/kritapalettedocker.so lib/kritaplugins/kritaparticlepaintop.so lib/kritaplugins/kritapatterndocker.so lib/kritaplugins/kritapatterngenerator.so lib/kritaplugins/kritapdfimport.so lib/kritaplugins/kritaphongbumpmap.so lib/kritaplugins/kritapixelizefilter.so lib/kritaplugins/kritapngexport.so lib/kritaplugins/kritapngimport.so lib/kritaplugins/kritaposterize.so lib/kritaplugins/kritappmexport.so lib/kritaplugins/kritappmimport.so lib/kritaplugins/kritapresetdocker.so lib/kritaplugins/kritapresethistory.so lib/kritaplugins/kritapsdexport.so lib/kritaplugins/kritapsdimport.so +lib/kritaplugins/kritaqimageioexport.so +lib/kritaplugins/kritaqimageioimport.so lib/kritaplugins/kritaqmic.so lib/kritaplugins/kritaqmlexport.so lib/kritaplugins/kritaraindropsfilter.so lib/kritaplugins/kritarandompickfilter.so lib/kritaplugins/kritaresourcemanager.so lib/kritaplugins/kritarotateimage.so lib/kritaplugins/kritaroundcornersfilter.so lib/kritaplugins/kritaroundmarkerpaintop.so -lib/kritaplugins/kritarulerassistanttool.so -lib/kritaplugins/kritaasccdl.so lib/kritaplugins/kritaselectiontools.so lib/kritaplugins/kritaseparatechannels.so lib/kritaplugins/kritashearimage.so lib/kritaplugins/kritasketchpaintop.so lib/kritaplugins/kritasmallcolorselector.so lib/kritaplugins/kritasmalltilesfilter.so -lib/kritaplugins/kritasobelfilter.so lib/kritaplugins/kritaspecificcolorselector.so lib/kritaplugins/kritaspraypaintop.so lib/kritaplugins/kritaspriterexport.so +lib/kritaplugins/kritasvgcollectiondocker.so +lib/kritaplugins/kritasvgimport.so lib/kritaplugins/kritatangentnormalpaintop.so lib/kritaplugins/kritatasksetdocker.so lib/kritaplugins/kritatgaexport.so lib/kritaplugins/kritatgaimport.so lib/kritaplugins/kritathreshold.so lib/kritaplugins/kritatiffexport.so lib/kritaplugins/kritatiffimport.so lib/kritaplugins/kritatoolSmartPatch.so lib/kritaplugins/kritatoolcrop.so lib/kritaplugins/kritatooldyna.so lib/kritaplugins/kritatoollazybrush.so lib/kritaplugins/kritatoolpolygon.so lib/kritaplugins/kritatoolpolyline.so -lib/kritaplugins/kritatooltext.so lib/kritaplugins/kritatooltransform.so +lib/kritaplugins/kritatouchdocker.so lib/kritaplugins/kritaunsharpfilter.so lib/kritaplugins/kritavideoexport.so lib/kritaplugins/kritawavefilter.so lib/kritaplugins/kritawaveletdecompose.so lib/kritaplugins/kritaxcfimport.so lib/libkritabasicflakes.so -lib/libkritabasicflakes.so.%%SHLIB_SHVER%% -lib/libkritabasicflakes.so.%%SHLIB_VER%% +lib/libkritabasicflakes.so.16 +lib/libkritabasicflakes.so.16.0.0 lib/libkritacolor.so -lib/libkritacolor.so.%%SHLIB_SHVER%% -lib/libkritacolor.so.%%SHLIB_VER%% +lib/libkritacolor.so.16 +lib/libkritacolor.so.16.0.0 lib/libkritacolord.so -lib/libkritacolord.so.%%SHLIB_SHVER%% -lib/libkritacolord.so.%%SHLIB_VER%% +lib/libkritacolord.so.16 +lib/libkritacolord.so.16.0.0 +lib/libkritacommand.so +lib/libkritacommand.so.16 +lib/libkritacommand.so.16.0.0 lib/libkritaflake.so -lib/libkritaflake.so.%%SHLIB_SHVER%% -lib/libkritaflake.so.%%SHLIB_VER%% +lib/libkritaflake.so.16 +lib/libkritaflake.so.16.0.0 lib/libkritaglobal.so -lib/libkritaglobal.so.%%SHLIB_SHVER%% -lib/libkritaglobal.so.%%SHLIB_VER%% +lib/libkritaglobal.so.16 +lib/libkritaglobal.so.16.0.0 lib/libkritaimage.so -lib/libkritaimage.so.%%SHLIB_SHVER%% -lib/libkritaimage.so.%%SHLIB_VER%% +lib/libkritaimage.so.16 +lib/libkritaimage.so.16.0.0 +lib/libkritaimpex.so +lib/libkritaimpex.so.16 +lib/libkritaimpex.so.16.0.0 lib/libkritalibbrush.so -lib/libkritalibbrush.so.%%SHLIB_SHVER%% -lib/libkritalibbrush.so.%%SHLIB_VER%% +lib/libkritalibbrush.so.16 +lib/libkritalibbrush.so.16.0.0 +lib/libkritalibkis.so +lib/libkritalibkis.so.16 +lib/libkritalibkis.so.16.0.0 +lib/libkritalibkra.so +lib/libkritalibkra.so.16 +lib/libkritalibkra.so.16.0.0 lib/libkritalibpaintop.so -lib/libkritalibpaintop.so.%%SHLIB_SHVER%% -lib/libkritalibpaintop.so.%%SHLIB_VER%% +lib/libkritalibpaintop.so.16 +lib/libkritalibpaintop.so.16.0.0 lib/libkritaodf.so -lib/libkritaodf.so.%%SHLIB_SHVER%% -lib/libkritaodf.so.%%SHLIB_VER%% +lib/libkritaodf.so.16 +lib/libkritaodf.so.16.0.0 lib/libkritapigment.so -lib/libkritapigment.so.%%SHLIB_SHVER%% -lib/libkritapigment.so.%%SHLIB_VER%% +lib/libkritapigment.so.16 +lib/libkritapigment.so.16.0.0 lib/libkritaplugin.so -lib/libkritaplugin.so.%%SHLIB_SHVER%% -lib/libkritaplugin.so.%%SHLIB_VER%% +lib/libkritaplugin.so.16 +lib/libkritaplugin.so.16.0.0 lib/libkritapsd.so -lib/libkritapsd.so.%%SHLIB_SHVER%% -lib/libkritapsd.so.%%SHLIB_VER%% +lib/libkritapsd.so.16 +lib/libkritapsd.so.16.0.0 +lib/libkritaqml.so +lib/libkritaqml.so.16 +lib/libkritaqml.so.16.0.0 lib/libkritastore.so -lib/libkritastore.so.%%SHLIB_SHVER%% -lib/libkritastore.so.%%SHLIB_VER%% +lib/libkritastore.so.16 +lib/libkritastore.so.16.0.0 lib/libkritatext.so -lib/libkritatext.so.%%SHLIB_SHVER%% -lib/libkritatext.so.%%SHLIB_VER%% +lib/libkritatext.so.16 +lib/libkritatext.so.16.0.0 lib/libkritatextlayout.so -lib/libkritatextlayout.so.%%SHLIB_SHVER%% -lib/libkritatextlayout.so.%%SHLIB_VER%% +lib/libkritatextlayout.so.16 +lib/libkritatextlayout.so.16.0.0 lib/libkritaui.so -lib/libkritaui.so.%%SHLIB_SHVER%% -lib/libkritaui.so.%%SHLIB_VER%% -lib/libkritaundo2.so -lib/libkritaundo2.so.%%SHLIB_SHVER%% -lib/libkritaundo2.so.%%SHLIB_VER%% +lib/libkritaui.so.16 +lib/libkritaui.so.16.0.0 lib/libkritavectorimage.so -lib/libkritavectorimage.so.%%SHLIB_SHVER%% -lib/libkritavectorimage.so.%%SHLIB_VER%% +lib/libkritavectorimage.so.16 +lib/libkritavectorimage.so.16.0.0 lib/libkritaversion.so -lib/libkritaversion.so.%%SHLIB_SHVER%% -lib/libkritaversion.so.%%SHLIB_VER%% +lib/libkritaversion.so.16 +lib/libkritaversion.so.16.0.0 lib/libkritawidgets.so -lib/libkritawidgets.so.%%SHLIB_SHVER%% -lib/libkritawidgets.so.%%SHLIB_VER%% +lib/libkritawidgets.so.16 +lib/libkritawidgets.so.16.0.0 lib/libkritawidgetutils.so -lib/libkritawidgetutils.so.%%SHLIB_SHVER%% -lib/libkritawidgetutils.so.%%SHLIB_VER%% -share/applications/krita_bmp.desktop +lib/libkritawidgetutils.so.16 +lib/libkritawidgetutils.so.16.0.0 +%%QT_QMLDIR%%/org/krita/draganddrop/libdraganddropplugin.so +%%QT_QMLDIR%%/org/krita/draganddrop/qmldir +%%QT_QMLDIR%%/org/krita/sketch/components/BusyIndicator.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Button.qml +%%QT_QMLDIR%%/org/krita/sketch/components/CategorySwitcher.qml +%%QT_QMLDIR%%/org/krita/sketch/components/CheckBox.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ColorSwatch.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Dialog.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Divider.qml +%%QT_QMLDIR%%/org/krita/sketch/components/DropShadow.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ExpandingListView.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Header.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Label.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ListItem.qml +%%QT_QMLDIR%%/org/krita/sketch/components/MessageStack.qml +%%QT_QMLDIR%%/org/krita/sketch/components/NewImageList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/NewsList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Page.qml +%%QT_QMLDIR%%/org/krita/sketch/components/PageStack.js +%%QT_QMLDIR%%/org/krita/sketch/components/PageStack.qml +%%QT_QMLDIR%%/org/krita/sketch/components/PanelTextField.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RangeCombo.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RangeInput.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RecentFilesList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ScrollDecorator.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Shadow.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Slider.qml +%%QT_QMLDIR%%/org/krita/sketch/components/TextField.qml +%%QT_QMLDIR%%/org/krita/sketch/components/TextFieldMultiline.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Tooltip.qml +%%QT_QMLDIR%%/org/krita/sketch/components/VirtualKeyboard.qml +%%QT_QMLDIR%%/org/krita/sketch/components/qmldir +%%QT_QMLDIR%%/org/krita/sketch/libkritasketchplugin.so +%%QT_QMLDIR%%/org/krita/sketch/qmldir share/applications/krita_brush.desktop share/applications/krita_csv.desktop %%OPENEXR%%share/applications/krita_exr.desktop +share/applications/krita_gif.desktop share/applications/krita_heightmap.desktop share/applications/krita_jpeg.desktop -share/applications/krita_odg.desktop +share/applications/krita_kra.desktop share/applications/krita_ora.desktop share/applications/krita_pdf.desktop share/applications/krita_png.desktop share/applications/krita_ppm.desktop share/applications/krita_psd.desktop +share/applications/krita_qimageio.desktop share/applications/krita_raw.desktop share/applications/krita_spriter.desktop +share/applications/krita_svg.desktop share/applications/krita_tga.desktop share/applications/krita_tiff.desktop share/applications/krita_xcf.desktop share/applications/org.kde.krita.desktop share/color-schemes/KritaBlender.colors share/color-schemes/KritaBright.colors share/color-schemes/KritaDark.colors +share/color-schemes/KritaDarker.colors share/color-schemes/KritaNeutral.colors share/color/icc/krita/ACEScg-elle-V4-g10.icc share/color/icc/krita/ClayRGB-elle-V4-srgbtrc.icc share/color/icc/krita/Gray-D50-elle-V2-g10.icc share/color/icc/krita/Gray-D50-elle-V2-g18.icc share/color/icc/krita/Gray-D50-elle-V2-g22.icc share/color/icc/krita/Gray-D50-elle-V2-labl.icc share/color/icc/krita/Gray-D50-elle-V2-rec709.icc share/color/icc/krita/Gray-D50-elle-V2-srgbtrc.icc share/color/icc/krita/Gray-D50-elle-V4-g10.icc share/color/icc/krita/Gray-D50-elle-V4-g18.icc share/color/icc/krita/Gray-D50-elle-V4-g22.icc share/color/icc/krita/Gray-D50-elle-V4-labl.icc share/color/icc/krita/Gray-D50-elle-V4-rec709.icc share/color/icc/krita/Gray-D50-elle-V4-srgbtrc.icc share/color/icc/krita/Lab-D50-Identity-elle-V2.icc share/color/icc/krita/Lab-D50-Identity-elle-V4.icc share/color/icc/krita/README share/color/icc/krita/XYZ-D50-Identity-elle-V4.icc share/color/icc/krita/cmyk.icm share/color/icc/krita/krita25_lcms-builtin-sRGB_g100-truegamma.icc share/color/icc/krita/sRGB-elle-V2-g10.icc share/color/icc/krita/sRGB-elle-V2-srgbtrc.icc share/color/icc/krita/scRGB.icm share/icons/hicolor/1024x1024/apps/calligrakrita.png share/icons/hicolor/1024x1024/mimetypes/application-x-krita.png share/icons/hicolor/128x128/apps/calligrakrita.png share/icons/hicolor/128x128/mimetypes/application-x-krita.png share/icons/hicolor/16x16/apps/calligrakrita.png share/icons/hicolor/16x16/mimetypes/application-x-krita.png share/icons/hicolor/22x22/apps/calligrakrita.png share/icons/hicolor/22x22/mimetypes/application-x-krita.png share/icons/hicolor/256x256/apps/calligrakrita.png share/icons/hicolor/256x256/mimetypes/application-x-krita.png share/icons/hicolor/32x32/apps/calligrakrita.png share/icons/hicolor/32x32/mimetypes/application-x-krita.png share/icons/hicolor/48x48/apps/calligrakrita.png share/icons/hicolor/48x48/mimetypes/application-x-krita.png share/icons/hicolor/512x512/apps/calligrakrita.png share/icons/hicolor/512x512/mimetypes/application-x-krita.png share/icons/hicolor/64x64/apps/calligrakrita.png share/icons/hicolor/64x64/mimetypes/application-x-krita.png share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/actions/ArtisticTextTool.action %%DATADIR%%/actions/ConnectionTool.action %%DATADIR%%/actions/InteractionTool.action -%%DATADIR%%/actions/KisRulerAssistantTool.action +%%DATADIR%%/actions/KisAssistantTool.action %%DATADIR%%/actions/KisToolCrop.action %%DATADIR%%/actions/KisToolPath.action %%DATADIR%%/actions/KisToolPencil.action %%DATADIR%%/actions/KisToolPolygon.action %%DATADIR%%/actions/KisToolPolyline.action %%DATADIR%%/actions/KisToolSelectContiguous.action %%DATADIR%%/actions/KisToolSelectElliptical.action %%DATADIR%%/actions/KisToolSelectOutline.action %%DATADIR%%/actions/KisToolSelectPath.action %%DATADIR%%/actions/KisToolSelectPolygonal.action %%DATADIR%%/actions/KisToolSelectRectangular.action %%DATADIR%%/actions/KisToolSelectSimilar.action %%DATADIR%%/actions/KisToolTransform.action %%DATADIR%%/actions/MoveTool.action %%DATADIR%%/actions/PathTool.action -%%DATADIR%%/actions/ReferencesTool.action +%%DATADIR%%/actions/SvgTextTool.action %%DATADIR%%/actions/TextTool.action %%DATADIR%%/actions/krita.action %%DATADIR%%/actions/kritamenu.action -%%DATADIR%%/brushes/3_brush.png -%%DATADIR%%/brushes/3_dotted-flat.png -%%DATADIR%%/brushes/3_eroded.gih -%%DATADIR%%/brushes/3_flat-brush.png -%%DATADIR%%/brushes/3_rake.png -%%DATADIR%%/brushes/3_splat.png -%%DATADIR%%/brushes/3_texture.png -%%DATADIR%%/brushes/A_Angular_church.gbr -%%DATADIR%%/brushes/A_Angular_church_HR.gbr -%%DATADIR%%/brushes/A_Braids.gbr -%%DATADIR%%/brushes/A_Braids_b.gbr -%%DATADIR%%/brushes/A_Chain.gbr -%%DATADIR%%/brushes/A_Nice_sketch.gbr -%%DATADIR%%/brushes/A_Nice_sketch2.gbr -%%DATADIR%%/brushes/A_Rake.gbr -%%DATADIR%%/brushes/A_abstract-textured1.gbr -%%DATADIR%%/brushes/A_abstract-textured2.gbr -%%DATADIR%%/brushes/A_bamboo-leaves.gih -%%DATADIR%%/brushes/A_bamboo.gih -%%DATADIR%%/brushes/A_bokey.gbr -%%DATADIR%%/brushes/A_cloudy.gbr -%%DATADIR%%/brushes/A_concrete.gbr -%%DATADIR%%/brushes/A_crackled.gbr -%%DATADIR%%/brushes/A_craqules.gbr -%%DATADIR%%/brushes/A_crayon.gbr -%%DATADIR%%/brushes/A_dirty-brush.gih -%%DATADIR%%/brushes/A_dirty-spot.gbr -%%DATADIR%%/brushes/A_distant-mountain.gih -%%DATADIR%%/brushes/A_dynamic-brush.gih -%%DATADIR%%/brushes/A_dynamic-brush3.gih -%%DATADIR%%/brushes/A_eroded-brush2.gih -%%DATADIR%%/brushes/A_eroded-cercle-anim.gih -%%DATADIR%%/brushes/A_eroded-cercle_2.gbr -%%DATADIR%%/brushes/A_eroded-chinese-anim.gih -%%DATADIR%%/brushes/A_eroded-dirtybrush-anim.gih -%%DATADIR%%/brushes/A_eroded-knife-anim.gih -%%DATADIR%%/brushes/A_fairy-dust.gih -%%DATADIR%%/brushes/A_floor.gih -%%DATADIR%%/brushes/A_flowers.gih -%%DATADIR%%/brushes/A_forest.gih -%%DATADIR%%/brushes/A_fur.gih -%%DATADIR%%/brushes/A_grass-floor.gih -%%DATADIR%%/brushes/A_herbs.gih -%%DATADIR%%/brushes/A_leaves-mapple.gih -%%DATADIR%%/brushes/A_leaves.gih -%%DATADIR%%/brushes/A_lucky_star.gbr -%%DATADIR%%/brushes/A_mineral-cristal.gih -%%DATADIR%%/brushes/A_mountain-texture.gbr -%%DATADIR%%/brushes/A_pin.gih -%%DATADIR%%/brushes/A_provencal.gbr -%%DATADIR%%/brushes/A_random-vegetal.gih -%%DATADIR%%/brushes/A_random-vegetal2.gih -%%DATADIR%%/brushes/A_random-vegetal3.gbr -%%DATADIR%%/brushes/A_reptile-skin.gbr -%%DATADIR%%/brushes/A_rocks-floor-neg.gih -%%DATADIR%%/brushes/A_rocks.gih -%%DATADIR%%/brushes/A_smoke.gbr -%%DATADIR%%/brushes/A_snow-pack.gih -%%DATADIR%%/brushes/A_sparkle1.gbr -%%DATADIR%%/brushes/A_sparkle2.gbr -%%DATADIR%%/brushes/A_sparkle3.gbr -%%DATADIR%%/brushes/A_splat1.gbr -%%DATADIR%%/brushes/A_splat2.gih -%%DATADIR%%/brushes/A_starfield.gih -%%DATADIR%%/brushes/A_starfield2.gbr -%%DATADIR%%/brushes/A_wall-texture.gih -%%DATADIR%%/brushes/C_Cloud_1.gbr -%%DATADIR%%/brushes/C_Dirty_Spot.gbr -%%DATADIR%%/brushes/D_Dust_1.gbr -%%DATADIR%%/brushes/D_Dust_Particles.gih -%%DATADIR%%/brushes/D_Normal_dust.gbr -%%DATADIR%%/brushes/F_Furr_fast.gbr -%%DATADIR%%/brushes/Flat_textured1.gih -%%DATADIR%%/brushes/Flat_textured2.gih -%%DATADIR%%/brushes/G_Sparks.gih -%%DATADIR%%/brushes/LJF_Foliage_Brush_01.gbr -%%DATADIR%%/brushes/LJF_Foliage_Brush_02.gbr -%%DATADIR%%/brushes/LJF_Water_Brush_02.gih -%%DATADIR%%/brushes/LJF_Water_Brush_03.gih -%%DATADIR%%/brushes/LJF_smoke_c.gih -%%DATADIR%%/brushes/L_Coroballs.gbr -%%DATADIR%%/brushes/L_Foliage_1.gbr -%%DATADIR%%/brushes/L_Leaf_2.gbr -%%DATADIR%%/brushes/L_Leaf_3.gbr -%%DATADIR%%/brushes/L_Trees.gih -%%DATADIR%%/brushes/MZ_leaves.gbr -%%DATADIR%%/brushes/M_01.gbr -%%DATADIR%%/brushes/M_02.gbr -%%DATADIR%%/brushes/M_03.gbr -%%DATADIR%%/brushes/M_04.gbr -%%DATADIR%%/brushes/M_05.gbr -%%DATADIR%%/brushes/M_06.gbr -%%DATADIR%%/brushes/M_07.gbr -%%DATADIR%%/brushes/M_08.gbr -%%DATADIR%%/brushes/M_09.gbr -%%DATADIR%%/brushes/M_Arrow.gbr -%%DATADIR%%/brushes/M_Bulb.gbr -%%DATADIR%%/brushes/M_Cage.gbr -%%DATADIR%%/brushes/M_Pipe_1.gbr -%%DATADIR%%/brushes/M_Pipe_2.gbr -%%DATADIR%%/brushes/M_Pipe_3.gbr -%%DATADIR%%/brushes/M_Pipe_whiteflat.png -%%DATADIR%%/brushes/N_Grass_1.gih -%%DATADIR%%/brushes/N_Grass_2.gih -%%DATADIR%%/brushes/O_Oil_Soft.gbr -%%DATADIR%%/brushes/O_Oils_1.gbr -%%DATADIR%%/brushes/O_Oils_1_GP.gbr -%%DATADIR%%/brushes/O_Oils_Softer.gbr -%%DATADIR%%/brushes/P_2B_Pencil_Angled.gih -%%DATADIR%%/brushes/P_6B_Pencil_Angled.gih -%%DATADIR%%/brushes/P_Graphite_Black_Grass.gih -%%DATADIR%%/brushes/P_Graphite_Pencil.gih -%%DATADIR%%/brushes/P_Graphite_Pencil_grain.gih -%%DATADIR%%/brushes/P_Graphite_Pencil_grainb.gih -%%DATADIR%%/brushes/P_RealPencil10x10.gih -%%DATADIR%%/brushes/P_RealPencil16x16.gih -%%DATADIR%%/brushes/R_Rake1.gbr -%%DATADIR%%/brushes/R_Rake2.gbr -%%DATADIR%%/brushes/R_Rake3.gbr -%%DATADIR%%/brushes/R_Rake4.gbr -%%DATADIR%%/brushes/R_Rake_small.gbr -%%DATADIR%%/brushes/Real_Oil_2.gbr -%%DATADIR%%/brushes/Real_oil_1.gbr -%%DATADIR%%/brushes/Rect_textured1.gih -%%DATADIR%%/brushes/Rect_textured2.gih -%%DATADIR%%/brushes/Rect_textured3.gih -%%DATADIR%%/brushes/S_Smudge_Cheese.gbr -%%DATADIR%%/brushes/S_splats_02.gih -%%DATADIR%%/brushes/Sc_Scratch.gih -%%DATADIR%%/brushes/Sc_Scratches.gbr -%%DATADIR%%/brushes/Sc_Scratches_2.gbr -%%DATADIR%%/brushes/Sc_Scratches_3.gbr -%%DATADIR%%/brushes/T_Fibers_1.gih -%%DATADIR%%/brushes/T_Fibers_2.gih -%%DATADIR%%/brushes/T_Texture_1.gbr -%%DATADIR%%/brushes/T_Texture_2.gih -%%DATADIR%%/brushes/T_Texture_3.gih -%%DATADIR%%/brushes/T_Texture_4.gih -%%DATADIR%%/brushes/T_Texture_5.gih -%%DATADIR%%/brushes/T_Texture_6.gih -%%DATADIR%%/brushes/T_Texture_7.gih -%%DATADIR%%/brushes/Te_Techno_1.gih -%%DATADIR%%/brushes/Te_Techno_Angular_Cross.gbr -%%DATADIR%%/brushes/U_Circle_circuit.gbr -%%DATADIR%%/brushes/U_Circle_shape_1.gbr -%%DATADIR%%/brushes/U_Circle_shape_2.gbr -%%DATADIR%%/brushes/U_Circle_shape_3.gbr -%%DATADIR%%/brushes/U_Circle_shape_4.gbr -%%DATADIR%%/brushes/U_Circle_shape_5.gbr -%%DATADIR%%/brushes/U_Circle_shape_5b.gbr -%%DATADIR%%/brushes/U_Circle_shape_5c.gbr -%%DATADIR%%/brushes/V_Vyle_Rock.gih -%%DATADIR%%/brushes/Z_Chain_1.gbr -%%DATADIR%%/brushes/Z_Pixel_1.gbr -%%DATADIR%%/brushes/Z_Pixel_4x4_rounded.gbr -%%DATADIR%%/brushes/Z_Pixel_Cross.gbr -%%DATADIR%%/brushes/Z_Pixel__4_pix__45a.gbr -%%DATADIR%%/brushes/Z_Test-pressure.gih -%%DATADIR%%/brushes/Z_Triangle_shape_1.gbr -%%DATADIR%%/brushes/Z_Triangle_shape_2.gbr -%%DATADIR%%/brushes/oil_bristle.gbr -%%DATADIR%%/brushes/oil_knife.gbr -%%DATADIR%%/brushes/rake_textured_01.gbr -%%DATADIR%%/brushes/rake_textured_02.gbr -%%DATADIR%%/brushes/texture-a.png -%%DATADIR%%/brushes/z_study_pencil_2H.gih -%%DATADIR%%/brushes/z_study_pencil_2H_horiz.gih -%%DATADIR%%/brushes/z_study_pencil_2Hb.gih -%%DATADIR%%/brushes/z_study_pencil_H.gih -%%DATADIR%%/brushes/z_study_pencil_H_h.gih +%%DATADIR%%/brushes/triangle.svg +%%DATADIR%%/bundles/Krita_3_Default_Resources.bundle +%%DATADIR%%/bundles/Krita_4_Default_Resources.bundle %%DATADIR%%/bundles/README -%%DATADIR%%/defaultpresets/chalkbrush.kpp %%DATADIR%%/defaultpresets/colorsmudge.kpp %%DATADIR%%/defaultpresets/complex.kpp %%DATADIR%%/defaultpresets/curvebrush.kpp %%DATADIR%%/defaultpresets/deformbrush.kpp %%DATADIR%%/defaultpresets/duplicate.kpp %%DATADIR%%/defaultpresets/dynabrush.kpp %%DATADIR%%/defaultpresets/eraser.kpp %%DATADIR%%/defaultpresets/experimentbrush.kpp %%DATADIR%%/defaultpresets/filter.kpp %%DATADIR%%/defaultpresets/gridbrush.kpp %%DATADIR%%/defaultpresets/hairybrush.kpp %%DATADIR%%/defaultpresets/hatchingbrush.kpp %%DATADIR%%/defaultpresets/paintbrush.kpp %%DATADIR%%/defaultpresets/particlebrush.kpp %%DATADIR%%/defaultpresets/roundmarker.kpp %%DATADIR%%/defaultpresets/sketchbrush.kpp %%DATADIR%%/defaultpresets/smudge.kpp %%DATADIR%%/defaultpresets/spraybrush.kpp %%DATADIR%%/defaultpresets/tangentnormal.kpp %%DATADIR%%/dtd/krita.dtd %%DATADIR%%/gradients/BG-Krita2.ggr %%DATADIR%%/gradients/GPS-FG-Glare.ggr %%DATADIR%%/gradients/GPS-Fire-Blueish.ggr %%DATADIR%%/gradients/GPS-Fire-Burning-Cloud.ggr %%DATADIR%%/gradients/GPS-Fire-Dust-Blended.ggr %%DATADIR%%/gradients/GPS-Fire-Dust.ggr %%DATADIR%%/gradients/GPS-Fire-Incandescent.ggr %%DATADIR%%/gradients/GPS-Fire-Life-Span.ggr %%DATADIR%%/gradients/GPS-Haze-and-Atmosphere.ggr %%DATADIR%%/gradients/GPS-Light-Saber-_Use-FG-color_.ggr %%DATADIR%%/gradients/GPS-Nature-Pure-greens.ggr %%DATADIR%%/gradients/GPS-Nature-browns-copy.ggr %%DATADIR%%/gradients/GPS-Nature-random-greens.ggr %%DATADIR%%/gradients/GPS-Nature_Grass.ggr %%DATADIR%%/gradients/GPS-Simple-Smoke.ggr %%DATADIR%%/gradients/GPS-Steel-Bars.ggr %%DATADIR%%/gradients/GPS-eye-_Blue_.ggr -%%DATADIR%%/images/krita-chalk.png %%DATADIR%%/images/krita-colorsmudge.png %%DATADIR%%/images/krita-curve.png %%DATADIR%%/images/krita-deform.png %%DATADIR%%/images/krita-duplicate.png -%%DATADIR%%/images/krita-dyna.png %%DATADIR%%/images/krita-eraser.png %%DATADIR%%/images/krita-experiment.png %%DATADIR%%/images/krita-filterop.png %%DATADIR%%/images/krita-grid.png %%DATADIR%%/images/krita-hatching.png %%DATADIR%%/images/krita-paintbrush.png %%DATADIR%%/images/krita-particle.png %%DATADIR%%/images/krita-sketch.png %%DATADIR%%/images/krita-spray.png %%DATADIR%%/images/krita-sumi.png %%DATADIR%%/images/krita-tangentnormal-preview.png -%%DATADIR%%/images/krita-tangetnormal.png +%%DATADIR%%/images/krita-tangentnormal.png %%DATADIR%%/images/krita_roundmarkerop.svg %%DATADIR%%/input/kritadefault.profile %%DATADIR%%/input/painttoolsaicompatible.profile %%DATADIR%%/input/photoshopcompatible.profile -%%DATADIR%%/input/tabletpro.profile %%DATADIR%%/metadata/schemas/dc.schema %%DATADIR%%/metadata/schemas/exif.schema %%OPENEXR%%%%DATADIR%%/metadata/schemas/exrchannels.schema %%DATADIR%%/metadata/schemas/mkn.schema %%DATADIR%%/metadata/schemas/tiff.schema %%DATADIR%%/metadata/schemas/xmp.schema %%DATADIR%%/metadata/schemas/xmpmm.schema %%DATADIR%%/metadata/schemas/xmprights.schema -%%DATADIR%%/paintoppresets/Airbrush_eraser.kpp -%%DATADIR%%/paintoppresets/Airbrush_linear.kpp -%%DATADIR%%/paintoppresets/Airbrush_linear_noisy.kpp -%%DATADIR%%/paintoppresets/Airbrush_pressure.kpp -%%DATADIR%%/paintoppresets/Basic_circle.kpp -%%DATADIR%%/paintoppresets/Basic_mix.kpp -%%DATADIR%%/paintoppresets/Basic_mix_soft.kpp -%%DATADIR%%/paintoppresets/Basic_tip_default.kpp -%%DATADIR%%/paintoppresets/Basic_tip_gaussian.kpp -%%DATADIR%%/paintoppresets/Basic_tip_soft.kpp -%%DATADIR%%/paintoppresets/Basic_wet.kpp -%%DATADIR%%/paintoppresets/Basic_wet_soft.kpp -%%DATADIR%%/paintoppresets/Blender_Blur.kpp -%%DATADIR%%/paintoppresets/Block_basic.kpp -%%DATADIR%%/paintoppresets/Block_bristles.kpp -%%DATADIR%%/paintoppresets/Block_fuzzy.kpp -%%DATADIR%%/paintoppresets/Block_mix_tilt.kpp -%%DATADIR%%/paintoppresets/Block_textured_1.kpp -%%DATADIR%%/paintoppresets/Block_textured_2.kpp -%%DATADIR%%/paintoppresets/Block_tilt.kpp -%%DATADIR%%/paintoppresets/Block_wet_tilt.kpp -%%DATADIR%%/paintoppresets/Bristle_Details.kpp -%%DATADIR%%/paintoppresets/Bristle_Large.kpp -%%DATADIR%%/paintoppresets/Bristle_Special_Blender.kpp -%%DATADIR%%/paintoppresets/Bristle_Squared.kpp -%%DATADIR%%/paintoppresets/Bristle_Tapered.kpp -%%DATADIR%%/paintoppresets/Bristle_Texture.kpp -%%DATADIR%%/paintoppresets/Bristle_frottis.kpp -%%DATADIR%%/paintoppresets/Bristles_hairy.kpp -%%DATADIR%%/paintoppresets/Bristles_mix.kpp -%%DATADIR%%/paintoppresets/Bristles_textured.kpp -%%DATADIR%%/paintoppresets/Bristles_wet.kpp -%%DATADIR%%/paintoppresets/Brush_dotted.kpp -%%DATADIR%%/paintoppresets/Brush_textured.kpp -%%DATADIR%%/paintoppresets/Chalk_brush.kpp -%%DATADIR%%/paintoppresets/Clone_tool.kpp -%%DATADIR%%/paintoppresets/Curve_curvy.kpp -%%DATADIR%%/paintoppresets/Curve_ink.kpp -%%DATADIR%%/paintoppresets/Curve_recurvy.kpp -%%DATADIR%%/paintoppresets/Curve_smooth.kpp -%%DATADIR%%/paintoppresets/Eraser_circle.kpp -%%DATADIR%%/paintoppresets/Eraser_hard.kpp -%%DATADIR%%/paintoppresets/Eraser_soft.kpp -%%DATADIR%%/paintoppresets/FX_blur_light.kpp -%%DATADIR%%/paintoppresets/FX_color_HSY.kpp -%%DATADIR%%/paintoppresets/FX_explode.kpp -%%DATADIR%%/paintoppresets/FX_glow_add.kpp -%%DATADIR%%/paintoppresets/FX_overlay.kpp -%%DATADIR%%/paintoppresets/FX_splat_starfield.kpp -%%DATADIR%%/paintoppresets/Fill_block.kpp -%%DATADIR%%/paintoppresets/Fill_circle.kpp -%%DATADIR%%/paintoppresets/Grid_square_25.kpp -%%DATADIR%%/paintoppresets/Hatch_crispy.kpp -%%DATADIR%%/paintoppresets/Hatch_cross_regular.kpp -%%DATADIR%%/paintoppresets/Hatch_cross_small.kpp -%%DATADIR%%/paintoppresets/Hatch_diag_S.kpp -%%DATADIR%%/paintoppresets/Hatch_diag_fat.kpp -%%DATADIR%%/paintoppresets/Hatch_moire.kpp -%%DATADIR%%/paintoppresets/Hatch_noisy.kpp -%%DATADIR%%/paintoppresets/Ink_ballpen.kpp -%%DATADIR%%/paintoppresets/Ink_brush_25.kpp -%%DATADIR%%/paintoppresets/Ink_circle_05.kpp -%%DATADIR%%/paintoppresets/Ink_circle_10.kpp -%%DATADIR%%/paintoppresets/Ink_gpen_10.kpp -%%DATADIR%%/paintoppresets/Ink_gpen_25.kpp -%%DATADIR%%/paintoppresets/Ink_tilt_10.kpp -%%DATADIR%%/paintoppresets/Ink_tilt_20.kpp -%%DATADIR%%/paintoppresets/Layout_block.kpp -%%DATADIR%%/paintoppresets/Layout_circle_soft.kpp -%%DATADIR%%/paintoppresets/Layout_oval.kpp -%%DATADIR%%/paintoppresets/Layout_pen.kpp -%%DATADIR%%/paintoppresets/Move_tool.kpp -%%DATADIR%%/paintoppresets/Oils_bristle.kpp -%%DATADIR%%/paintoppresets/Oils_knife.kpp -%%DATADIR%%/paintoppresets/Pastel_texture_large.kpp -%%DATADIR%%/paintoppresets/Pastel_texture_thin.kpp -%%DATADIR%%/paintoppresets/Pencil_2B.kpp -%%DATADIR%%/paintoppresets/Pencil_HB.kpp -%%DATADIR%%/paintoppresets/Pencil_texture.kpp -%%DATADIR%%/paintoppresets/Pencil_tilt.kpp -%%DATADIR%%/paintoppresets/Pixelart_dither.kpp -%%DATADIR%%/paintoppresets/Pixelart_round.kpp -%%DATADIR%%/paintoppresets/Pixelart_square.kpp -%%DATADIR%%/paintoppresets/Quick_circle_big.kpp -%%DATADIR%%/paintoppresets/Quick_circle_huge.kpp -%%DATADIR%%/paintoppresets/Quick_circle_layout.kpp -%%DATADIR%%/paintoppresets/Rake_bristle_dry.kpp -%%DATADIR%%/paintoppresets/Rake_texture.kpp -%%DATADIR%%/paintoppresets/Screentones.kpp -%%DATADIR%%/paintoppresets/Screentones_eraser.kpp -%%DATADIR%%/paintoppresets/Shape_fill.kpp -%%DATADIR%%/paintoppresets/Shape_smooth.kpp -%%DATADIR%%/paintoppresets/Sketch.kpp -%%DATADIR%%/paintoppresets/Sketch_chrome.kpp -%%DATADIR%%/paintoppresets/Sketch_fur.kpp -%%DATADIR%%/paintoppresets/Sketch_ink_big.kpp -%%DATADIR%%/paintoppresets/Sketch_ink_small.kpp -%%DATADIR%%/paintoppresets/Sketch_line.kpp -%%DATADIR%%/paintoppresets/Sketch_shade.kpp -%%DATADIR%%/paintoppresets/Sketch_shade_wash.kpp -%%DATADIR%%/paintoppresets/Sketch_speedpaint.kpp -%%DATADIR%%/paintoppresets/Sketch_speedpaint_shade.kpp -%%DATADIR%%/paintoppresets/Sketch_wires.kpp -%%DATADIR%%/paintoppresets/Smudge_block_tilt.kpp -%%DATADIR%%/paintoppresets/Smudge_rake.kpp -%%DATADIR%%/paintoppresets/Smudge_rake_2.kpp -%%DATADIR%%/paintoppresets/Smudge_soft.kpp -%%DATADIR%%/paintoppresets/Smudge_textured.kpp -%%DATADIR%%/paintoppresets/Smudge_water.kpp -%%DATADIR%%/paintoppresets/Sparkle_wet.kpp -%%DATADIR%%/paintoppresets/Sparkle_wet_soft.kpp -%%DATADIR%%/paintoppresets/Special_FuzzyColor.kpp -%%DATADIR%%/paintoppresets/Special_dyna_dots.kpp -%%DATADIR%%/paintoppresets/Special_particles_crazy.kpp -%%DATADIR%%/paintoppresets/Splat_mix_cells.kpp -%%DATADIR%%/paintoppresets/Splat_texture.kpp -%%DATADIR%%/paintoppresets/Splat_texture_2.kpp -%%DATADIR%%/paintoppresets/Splat_wet_cells.kpp -%%DATADIR%%/paintoppresets/Splatter_thin.kpp -%%DATADIR%%/paintoppresets/Sponge_texture.kpp -%%DATADIR%%/paintoppresets/Spray_splat.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_basic.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_drawing_angle.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_hairy.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_pixel.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_y_inverted.kpp -%%DATADIR%%/paintoppresets/Texture_fuzzy.kpp -%%DATADIR%%/paintoppresets/Texture_hair.kpp -%%DATADIR%%/paintoppresets/Texture_leaves_fuzzy.kpp -%%DATADIR%%/paintoppresets/Textured_tilt.kpp -%%DATADIR%%/paintoppresets/ink_precision_03.kpp -%%DATADIR%%/paintoppresets/pixel1.kpp +%%DATADIR%%/paintoppresets/a)_Eraser_Circle.kpp +%%DATADIR%%/paintoppresets/b)_Basic-5_Size_default.kpp %%DATADIR%%/palettes/concept-cookie.gpl %%DATADIR%%/palettes/default.gpl %%DATADIR%%/palettes/gradient.gpl %%DATADIR%%/palettes/marker.gpl %%DATADIR%%/palettes/pixelart-16.gpl %%DATADIR%%/palettes/pixelart-32.gpl %%DATADIR%%/palettes/ps.gpl %%DATADIR%%/palettes/swatch-cmyk.gpl %%DATADIR%%/palettes/swatch-colored-grey.gpl %%DATADIR%%/palettes/swatch-rgb.gpl %%DATADIR%%/palettes/swatche.gpl %%DATADIR%%/palettes/web.gpl %%DATADIR%%/patterns/01_canvas.png %%DATADIR%%/patterns/02_rough-canvas.png %%DATADIR%%/patterns/02b_WoofTissue.png %%DATADIR%%/patterns/03_default-paper.png %%DATADIR%%/patterns/04_paper-C-grain.png %%DATADIR%%/patterns/05_paper-torchon.png %%DATADIR%%/patterns/06_hard-grain.png -%%DATADIR%%/patterns/07_big-grain.png %%DATADIR%%/patterns/08_bump-relief.png %%DATADIR%%/patterns/09_drawed_crosshatched.png %%DATADIR%%/patterns/09b_drawed-CrossedLines.png %%DATADIR%%/patterns/10_drawed_dotted.png %%DATADIR%%/patterns/11_drawed_furry.png %%DATADIR%%/patterns/12_drawed_vertical.png %%DATADIR%%/patterns/13_drawed_swirl.png %%DATADIR%%/patterns/14_texture-rock.png %%DATADIR%%/patterns/15_texture-rockB.png %%DATADIR%%/patterns/16_texture-woody.png %%DATADIR%%/patterns/17_texture-melt.png %%DATADIR%%/patterns/18_texture-bark.png %%DATADIR%%/patterns/18b_WaveFlex.png %%DATADIR%%/patterns/19_texture-crackle.png %%DATADIR%%/patterns/20_texture-vegetal.png %%DATADIR%%/patterns/21_texture-chainmail.png %%DATADIR%%/patterns/22_texture-reptile.png %%DATADIR%%/patterns/23-dynamic-screentone-A.png %%DATADIR%%/patterns/24-dynamic-screentone-B.png %%DATADIR%%/patterns/25-dynamic-screentone-C.png %%DATADIR%%/patterns/26_brush-marks.png -%%DATADIR%%/patterns/Canvas_Hard.pat -%%DATADIR%%/patterns/Canvas_covered.pat -%%DATADIR%%/patterns/Canvas_small_01.pat -%%DATADIR%%/patterns/Canvas_small_02.pat +%%DATADIR%%/patterns/Abstract_lines.png %%DATADIR%%/patterns/Cross01.pat %%DATADIR%%/patterns/Cross02.pat %%DATADIR%%/patterns/Cross03.pat %%DATADIR%%/patterns/Cross04.pat %%DATADIR%%/patterns/Cross05.pat %%DATADIR%%/patterns/Cross06.pat %%DATADIR%%/patterns/Cross07.pat %%DATADIR%%/patterns/Crumpled_Paper.pat %%DATADIR%%/patterns/Grid01.pat %%DATADIR%%/patterns/Grid02.pat %%DATADIR%%/patterns/Grid03.pat %%DATADIR%%/patterns/Grid04.pat %%DATADIR%%/patterns/Grid05.pat %%DATADIR%%/patterns/HR_PastelPaper_02.pat %%DATADIR%%/patterns/HR_Wall_Paper.pat +%%DATADIR%%/patterns/Maze_lines.png %%DATADIR%%/patterns/Pattern01.pat %%DATADIR%%/patterns/Pattern02.pat %%DATADIR%%/patterns/Pattern03.pat %%DATADIR%%/patterns/Pattern04.pat %%DATADIR%%/patterns/Pattern05.pat %%DATADIR%%/patterns/Pattern06.pat +%%DATADIR%%/patterns/Rough_Paper.png +%%DATADIR%%/patterns/Rough_Wall_With_Impasto.png +%%DATADIR%%/patterns/Sand_fine.png %%DATADIR%%/patterns/Squares01.pat %%DATADIR%%/patterns/Squares02.pat %%DATADIR%%/patterns/Squares03.pat %%DATADIR%%/patterns/Squares04.pat %%DATADIR%%/patterns/Squares05.pat %%DATADIR%%/patterns/Squares06.pat %%DATADIR%%/patterns/Squares07.pat %%DATADIR%%/patterns/Squares08.pat %%DATADIR%%/patterns/Squares09.pat %%DATADIR%%/patterns/Squares10.pat +%%DATADIR%%/patterns/Stars_Sized.png %%DATADIR%%/patterns/Stripes02.pat %%DATADIR%%/patterns/Stripes03.pat %%DATADIR%%/patterns/Stripes04.pat %%DATADIR%%/patterns/Stripes05.pat %%DATADIR%%/patterns/Stripes06.pat %%DATADIR%%/patterns/Stripes07.pat %%DATADIR%%/patterns/Stripes08.pat %%DATADIR%%/patterns/Stripes09.pat %%DATADIR%%/patterns/Zigzag01.pat %%DATADIR%%/patterns/Zigzag02.pat %%DATADIR%%/patterns/Zigzag03.pat %%DATADIR%%/patterns/Zigzag04.pat %%DATADIR%%/patterns/fractal_pattern.pat %%DATADIR%%/patterns/generic_paper1.pat %%DATADIR%%/patterns/generic_paper2.pat -%%DATADIR%%/patterns/granite.pat %%DATADIR%%/patterns/hexacolBW__2.pat %%DATADIR%%/pics/dark_arrow_east.png %%DATADIR%%/pics/dark_arrow_north.png %%DATADIR%%/pics/dark_arrow_north_east.png %%DATADIR%%/pics/dark_arrow_north_west.png %%DATADIR%%/pics/dark_arrow_south.png %%DATADIR%%/pics/dark_arrow_south_east.png %%DATADIR%%/pics/dark_arrow_south_west.png %%DATADIR%%/pics/dark_arrow_west.png -%%DATADIR%%/pics/dark_krita_tool_ruler_assistant.png +%%DATADIR%%/pics/dark_krita_tool_assistant.png +%%DATADIR%%/pics/dark_template_DIN_A3_landscape.png +%%DATADIR%%/pics/dark_template_DIN_A4_portrait.png +%%DATADIR%%/pics/dark_template_animation.png +%%DATADIR%%/pics/dark_template_comics_empty.png +%%DATADIR%%/pics/dark_template_dslr.png +%%DATADIR%%/pics/dark_template_ratio_1610.png +%%DATADIR%%/pics/dark_template_ratio_2391.png +%%DATADIR%%/pics/dark_template_ratio_43.png +%%DATADIR%%/pics/dark_template_texture.png +%%DATADIR%%/pics/dark_template_web_design.png %%DATADIR%%/pics/extended_color_selector.png %%DATADIR%%/pics/kis_colselng_color_patches.png %%DATADIR%%/pics/kis_colselng_color_triangle.png %%DATADIR%%/pics/kis_colselng_my_paint_shade_selector.png -%%DATADIR%%/pics/krita_tool_ruler_assistant.png +%%DATADIR%%/pics/krita_tool_assistant.png %%DATADIR%%/pics/light_arrow_east.png %%DATADIR%%/pics/light_arrow_north.png %%DATADIR%%/pics/light_arrow_north_east.png %%DATADIR%%/pics/light_arrow_north_west.png %%DATADIR%%/pics/light_arrow_south.png %%DATADIR%%/pics/light_arrow_south_east.png %%DATADIR%%/pics/light_arrow_south_west.png %%DATADIR%%/pics/light_arrow_west.png -%%DATADIR%%/pics/light_krita_tool_ruler_assistant.png -%%DATADIR%%/pics/template_DIN_A3_landscape.png -%%DATADIR%%/pics/template_DIN_A4_portrait.png -%%DATADIR%%/pics/template_animation.png -%%DATADIR%%/pics/template_comics_empty.png -%%DATADIR%%/pics/template_dslr.png -%%DATADIR%%/pics/template_ratio_1610.png -%%DATADIR%%/pics/template_ratio_2391.png -%%DATADIR%%/pics/template_ratio_43.png -%%DATADIR%%/pics/template_texture.png -%%DATADIR%%/pics/template_web_design.png +%%DATADIR%%/pics/light_krita_tool_assistant.png +%%DATADIR%%/pics/light_template_DIN_A3_landscape.png +%%DATADIR%%/pics/light_template_DIN_A4_portrait.png +%%DATADIR%%/pics/light_template_animation.png +%%DATADIR%%/pics/light_template_comics_empty.png +%%DATADIR%%/pics/light_template_dslr.png +%%DATADIR%%/pics/light_template_ratio_1610.png +%%DATADIR%%/pics/light_template_ratio_2391.png +%%DATADIR%%/pics/light_template_ratio_43.png +%%DATADIR%%/pics/light_template_texture.png +%%DATADIR%%/pics/light_template_web_design.png %%DATADIR%%/predefined_image_sizes/A3__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A3__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A4__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A4__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A5__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A5__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A6__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A6__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_1024x1024.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_2048x2048.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_256x256.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_4096x4096.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_512x512.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Legal__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Letter__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Tabloid__300_ppi_.predefinedimage +%%DATADIR%%/preset_icons/background.png +%%DATADIR%%/preset_icons/emblem_icons/addition.png +%%DATADIR%%/preset_icons/emblem_icons/color.png +%%DATADIR%%/preset_icons/emblem_icons/comic.png +%%DATADIR%%/preset_icons/emblem_icons/edit-pen.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_10.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_15.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_30.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_45.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_60.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_75.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_90.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_rotation.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_tilt.png +%%DATADIR%%/preset_icons/emblem_icons/experimental.png +%%DATADIR%%/preset_icons/emblem_icons/favorite.png +%%DATADIR%%/preset_icons/emblem_icons/love.png +%%DATADIR%%/preset_icons/emblem_icons/mechanical.png +%%DATADIR%%/preset_icons/emblem_icons/mouse.png +%%DATADIR%%/preset_icons/emblem_icons/multidirection.png +%%DATADIR%%/preset_icons/emblem_icons/question.png +%%DATADIR%%/preset_icons/emblem_icons/sketch.png +%%DATADIR%%/preset_icons/emblem_icons/wet.png +%%DATADIR%%/preset_icons/emblem_icons/whirlpool.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-angled.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-fan-used.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-flat-old.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-flat.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-mop.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-rounded-used.png +%%DATADIR%%/preset_icons/tool_icons/adjustement-contrast.png +%%DATADIR%%/preset_icons/tool_icons/adjustement-dark.png +%%DATADIR%%/preset_icons/tool_icons/airbrush.png +%%DATADIR%%/preset_icons/tool_icons/blending-stump.png +%%DATADIR%%/preset_icons/tool_icons/blur_soft.png +%%DATADIR%%/preset_icons/tool_icons/chalk-square.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-block.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-large.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-medium.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-thin.png +%%DATADIR%%/preset_icons/tool_icons/clone.png +%%DATADIR%%/preset_icons/tool_icons/color-effect.png +%%DATADIR%%/preset_icons/tool_icons/colored-pencil.png +%%DATADIR%%/preset_icons/tool_icons/deform.png +%%DATADIR%%/preset_icons/tool_icons/eraser-hard.png +%%DATADIR%%/preset_icons/tool_icons/eraser-kneaded.png +%%DATADIR%%/preset_icons/tool_icons/eraser-large.png +%%DATADIR%%/preset_icons/tool_icons/eraser-mechanical.png +%%DATADIR%%/preset_icons/tool_icons/experimental.png +%%DATADIR%%/preset_icons/tool_icons/filter.png +%%DATADIR%%/preset_icons/tool_icons/gel-pen.png +%%DATADIR%%/preset_icons/tool_icons/graphite.png +%%DATADIR%%/preset_icons/tool_icons/grid.png +%%DATADIR%%/preset_icons/tool_icons/ink-G-pen.png +%%DATADIR%%/preset_icons/tool_icons/ink-brush.png +%%DATADIR%%/preset_icons/tool_icons/ink-pen-atom.png +%%DATADIR%%/preset_icons/tool_icons/ink-pen-glass.png +%%DATADIR%%/preset_icons/tool_icons/inking_brush.png +%%DATADIR%%/preset_icons/tool_icons/inking_brush_blurry.png +%%DATADIR%%/preset_icons/tool_icons/inking_dynamic_pen.png +%%DATADIR%%/preset_icons/tool_icons/inking_dynamic_pen_though.png +%%DATADIR%%/preset_icons/tool_icons/inking_fine-line_medium.png +%%DATADIR%%/preset_icons/tool_icons/inking_fine-line_tiny.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_bumpy.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_bumpy_though.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_calligraphic.png +%%DATADIR%%/preset_icons/tool_icons/knife-rake.png +%%DATADIR%%/preset_icons/tool_icons/knife.png +%%DATADIR%%/preset_icons/tool_icons/large-rounded-cut.png +%%DATADIR%%/preset_icons/tool_icons/marker-large.png +%%DATADIR%%/preset_icons/tool_icons/marker-old.png +%%DATADIR%%/preset_icons/tool_icons/marker.png +%%DATADIR%%/preset_icons/tool_icons/mechanical-pencil.png +%%DATADIR%%/preset_icons/tool_icons/oil-filbert.png +%%DATADIR%%/preset_icons/tool_icons/oil-flat-large.png +%%DATADIR%%/preset_icons/tool_icons/oil-round-hard.png +%%DATADIR%%/preset_icons/tool_icons/paint-roller.png +%%DATADIR%%/preset_icons/tool_icons/pastel.png +%%DATADIR%%/preset_icons/tool_icons/pencil-black-stone.png +%%DATADIR%%/preset_icons/tool_icons/pencil-double-ring.png +%%DATADIR%%/preset_icons/tool_icons/rigger-brush.png +%%DATADIR%%/preset_icons/tool_icons/round_marker_detail.png +%%DATADIR%%/preset_icons/tool_icons/screentone-indicator.png +%%DATADIR%%/preset_icons/tool_icons/shape.png +%%DATADIR%%/preset_icons/tool_icons/sketching_wide_47.png +%%DATADIR%%/preset_icons/tool_icons/sketching_wide_bristles.png +%%DATADIR%%/preset_icons/tool_icons/special-effect-used-brush.png +%%DATADIR%%/preset_icons/tool_icons/stamp.png +%%DATADIR%%/preset_icons/tool_icons/stylus-colored-ring.png +%%DATADIR%%/preset_icons/tool_icons/stylus-colored.png +%%DATADIR%%/preset_icons/tool_icons/stylus-experimental.png +%%DATADIR%%/preset_icons/tool_icons/stylus-white.png +%%DATADIR%%/preset_icons/tool_icons/stylus.png +%%DATADIR%%/preset_icons/tool_icons/sumi-e.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-filbert.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-large-bright-used.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-large-bright.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-medium.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-thin.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-very-old.png +%%DATADIR%%/preset_icons/tool_icons/technical-pen.png +%%DATADIR%%/preset_icons/tool_icons/texture-indicator.png +%%DATADIR%%/preset_icons/tool_icons/thin-stylus-tablet.png +%%DATADIR%%/preset_icons/tool_icons/wand.png +%%DATADIR%%/preset_icons/tool_icons/watercolor-brush-medium.png +%%DATADIR%%/preset_icons/tool_icons/watercolor-flat.png +%%DATADIR%%/preset_icons/tool_icons/wide_brush_big.png +%%DATADIR%%/preset_icons/tool_icons/wide_brush_blurry.png +%%DATADIR%%/preset_icons/tool_icons/wide_dull_round.png +%%DATADIR%%/qmlthemes/default/colors.js +%%DATADIR%%/qmlthemes/default/fonts.js +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Black.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-BlackIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Bold.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-BoldIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-ExtraLight.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-ExtraLightIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-It.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Light.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-LightIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Regular.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Semibold.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-SemiboldIt.otf +%%DATADIR%%/qmlthemes/default/icons/A4landscape-black.svg +%%DATADIR%%/qmlthemes/default/icons/A4portrait-black.svg +%%DATADIR%%/qmlthemes/default/icons/add-black.svg +%%DATADIR%%/qmlthemes/default/icons/add.svg +%%DATADIR%%/qmlthemes/default/icons/apply-black.svg +%%DATADIR%%/qmlthemes/default/icons/apply.svg +%%DATADIR%%/qmlthemes/default/icons/back.svg +%%DATADIR%%/qmlthemes/default/icons/camera-black.svg +%%DATADIR%%/qmlthemes/default/icons/cancel-black.svg +%%DATADIR%%/qmlthemes/default/icons/checkbox-checked.svg +%%DATADIR%%/qmlthemes/default/icons/checkbox-unchecked.svg +%%DATADIR%%/qmlthemes/default/icons/checker-small.svg +%%DATADIR%%/qmlthemes/default/icons/close.svg +%%DATADIR%%/qmlthemes/default/icons/color_wheel.svg +%%DATADIR%%/qmlthemes/default/icons/colorpicker.svg +%%DATADIR%%/qmlthemes/default/icons/combo-arrows-white.svg +%%DATADIR%%/qmlthemes/default/icons/crop-black.svg +%%DATADIR%%/qmlthemes/default/icons/crop.svg +%%DATADIR%%/qmlthemes/default/icons/delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/delete.svg +%%DATADIR%%/qmlthemes/default/icons/down.svg +%%DATADIR%%/qmlthemes/default/icons/edit.svg +%%DATADIR%%/qmlthemes/default/icons/erase.svg +%%DATADIR%%/qmlthemes/default/icons/expansionmarker.svg +%%DATADIR%%/qmlthemes/default/icons/fileclip-black.svg +%%DATADIR%%/qmlthemes/default/icons/fileclip.svg +%%DATADIR%%/qmlthemes/default/icons/filenew-black.svg +%%DATADIR%%/qmlthemes/default/icons/filenew.svg +%%DATADIR%%/qmlthemes/default/icons/fileopen-black.svg +%%DATADIR%%/qmlthemes/default/icons/fileopen.svg +%%DATADIR%%/qmlthemes/default/icons/filesave.svg +%%DATADIR%%/qmlthemes/default/icons/filesaveas.svg +%%DATADIR%%/qmlthemes/default/icons/fileshare.svg +%%DATADIR%%/qmlthemes/default/icons/fill-black.svg +%%DATADIR%%/qmlthemes/default/icons/fill.svg +%%DATADIR%%/qmlthemes/default/icons/filter_delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/filter_load-black.svg +%%DATADIR%%/qmlthemes/default/icons/filter_save-black.svg +%%DATADIR%%/qmlthemes/default/icons/forward.svg +%%DATADIR%%/qmlthemes/default/icons/gradient-black.svg +%%DATADIR%%/qmlthemes/default/icons/gradient.svg +%%DATADIR%%/qmlthemes/default/icons/help.svg +%%DATADIR%%/qmlthemes/default/icons/krita_sketch.svg +%%DATADIR%%/qmlthemes/default/icons/layer_clear.svg +%%DATADIR%%/qmlthemes/default/icons/layer_duplicate.svg +%%DATADIR%%/qmlthemes/default/icons/layer_filter-black.svg +%%DATADIR%%/qmlthemes/default/icons/layer_group-black.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_down.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_left.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_right.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_up.svg +%%DATADIR%%/qmlthemes/default/icons/layer_paint-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_off-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_off-small.svg +%%DATADIR%%/qmlthemes/default/icons/locked_on-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_on-small.svg +%%DATADIR%%/qmlthemes/default/icons/minimize.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_c-black.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_h-black.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_v-black.svg +%%DATADIR%%/qmlthemes/default/icons/move-black.svg +%%DATADIR%%/qmlthemes/default/icons/move.svg +%%DATADIR%%/qmlthemes/default/icons/paint-black.svg +%%DATADIR%%/qmlthemes/default/icons/paint.svg +%%DATADIR%%/qmlthemes/default/icons/palette-add-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette-delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette.svg +%%DATADIR%%/qmlthemes/default/icons/redo.svg +%%DATADIR%%/qmlthemes/default/icons/select-add.svg +%%DATADIR%%/qmlthemes/default/icons/select-apply.svg +%%DATADIR%%/qmlthemes/default/icons/select-area.svg +%%DATADIR%%/qmlthemes/default/icons/select-color.svg +%%DATADIR%%/qmlthemes/default/icons/select-deselect.svg +%%DATADIR%%/qmlthemes/default/icons/select-hide.svg +%%DATADIR%%/qmlthemes/default/icons/select-intersect.svg +%%DATADIR%%/qmlthemes/default/icons/select-polygon.svg +%%DATADIR%%/qmlthemes/default/icons/select-rectangle.svg +%%DATADIR%%/qmlthemes/default/icons/select-replace.svg +%%DATADIR%%/qmlthemes/default/icons/select-reselect.svg +%%DATADIR%%/qmlthemes/default/icons/select-show.svg +%%DATADIR%%/qmlthemes/default/icons/select-sub.svg +%%DATADIR%%/qmlthemes/default/icons/settings.svg +%%DATADIR%%/qmlthemes/default/icons/switch.svg +%%DATADIR%%/qmlthemes/default/icons/transform-black.svg +%%DATADIR%%/qmlthemes/default/icons/transform.svg +%%DATADIR%%/qmlthemes/default/icons/undo.svg +%%DATADIR%%/qmlthemes/default/icons/up.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off-black.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off-small.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on-black.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on-small.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on.svg +%%DATADIR%%/qmlthemes/default/icons/web.svg +%%DATADIR%%/qmlthemes/default/images/busyindicator.png +%%DATADIR%%/qmlthemes/default/images/divider.png +%%DATADIR%%/qmlthemes/default/images/header_krita_sketch.png +%%DATADIR%%/qmlthemes/default/images/header_krita_sketch_light.png +%%DATADIR%%/qmlthemes/default/images/kritasketch.png +%%DATADIR%%/qmlthemes/default/images/shadow.png +%%DATADIR%%/qmlthemes/default/sizes.js +%%DATADIR%%/qmlthemes/default/theme.qml %%DATADIR%%/shortcuts/krita_default.shortcuts %%DATADIR%%/shortcuts/paint_tool_sai_compatible.shortcuts %%DATADIR%%/shortcuts/photoshop_compatible.shortcuts %%DATADIR%%/shortcuts/tablet_pro.shortcuts -%%DATADIR%%/styles/markers.xml +%%DATADIR%%/styles/markers.svg +%%DATADIR%%/symbols/BalloonSymbols.svg +%%DATADIR%%/symbols/pepper_carrot_speech_bubbles.svg +%%DATADIR%%/symbols/preset_icons.svg %%DATADIR%%/tags/kis_paintoppresets_tags.xml +%%DATADIR%%/templates/animation/.directory %%DATADIR%%/templates/animation/.source/Anim-Jp-EN.kra %%DATADIR%%/templates/animation/.source/Anim-Jp-JP.kra %%DATADIR%%/templates/animation/Anim-Jp-EN.desktop %%DATADIR%%/templates/animation/Anim-Jp-JP.desktop %%DATADIR%%/templates/comics/.directory %%DATADIR%%/templates/comics/.source/BD-EuroTemplate.kra %%DATADIR%%/templates/comics/.source/Comics-USTemplate.kra %%DATADIR%%/templates/comics/.source/Manga-JpTemplate.kra %%DATADIR%%/templates/comics/.source/a4_waffle_grid.kra %%DATADIR%%/templates/comics/BD-EuroTemplate.desktop %%DATADIR%%/templates/comics/Comics-USTemplate.desktop %%DATADIR%%/templates/comics/Manga-JpTemplate.desktop %%DATADIR%%/templates/comics/a4_waffle_grid.desktop %%DATADIR%%/templates/design/.directory %%DATADIR%%/templates/design/.source/Designcinema16_10_2484x1200_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/Designscreen4_3_2250x1680_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/web_design.kra %%DATADIR%%/templates/design/Designcinema16_10_2484x1200_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/Designscreen4_3_2250x1680_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/web_design.desktop %%DATADIR%%/templates/dslr/.directory %%DATADIR%%/templates/dslr/.source/Canon_550D_5184x3456.kra %%DATADIR%%/templates/dslr/.source/Canon_5Dmk3_5760x3840.kra %%DATADIR%%/templates/dslr/.source/Nikon_D3000_3872x2592.kra %%DATADIR%%/templates/dslr/.source/Nikon_D5000_4288x2848.kra %%DATADIR%%/templates/dslr/.source/Nikon_D7000_4928x3264.kra %%DATADIR%%/templates/dslr/Canon_550D_5184x3456.desktop %%DATADIR%%/templates/dslr/Canon_5Dmk3_5760x3840.desktop %%DATADIR%%/templates/dslr/Nikon_D3000_3872x2592.desktop %%DATADIR%%/templates/dslr/Nikon_D5000_4288x2848.desktop %%DATADIR%%/templates/dslr/Nikon_D7000_4928x3264.desktop %%DATADIR%%/templates/texture/.directory %%DATADIR%%/templates/texture/.source/Texture1024x10248bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture1k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture1k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture2048x20488bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture256x2568bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture2k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture2k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture4096x40968bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture4k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture4k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture512x5128bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture8k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture8k8bitsrgb.kra %%DATADIR%%/templates/texture/Texture1024x10248bitsrgb.desktop %%DATADIR%%/templates/texture/Texture1k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture1k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture2048x20488bitsrgb.desktop %%DATADIR%%/templates/texture/Texture256x2568bitsrgb.desktop %%DATADIR%%/templates/texture/Texture2k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture2k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture4096x40968bitsrgb.desktop %%DATADIR%%/templates/texture/Texture4k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture4k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture512x5128bitsrgb.desktop %%DATADIR%%/templates/texture/Texture8k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture8k8bitsrgb.desktop %%DATADIR%%/workspaces/Animation.kws %%DATADIR%%/workspaces/Big_Paint.kws %%DATADIR%%/workspaces/Big_Paint_2.kws %%DATADIR%%/workspaces/Big_Vector.kws %%DATADIR%%/workspaces/Default.kws +%%DATADIR%%/workspaces/Minimal.kws %%DATADIR%%/workspaces/Small_Vector.kws %%DATADIR%%/workspaces/VFX_Paint.kws share/kritaplugins/buginfo.xmlgui share/kritaplugins/clonesarray.xmlgui share/kritaplugins/colorrange.xmlgui share/kritaplugins/colorspaceconversion.xmlgui share/kritaplugins/histogram.xmlgui share/kritaplugins/imageseparate.xmlgui share/kritaplugins/imagesize.xmlgui share/kritaplugins/imagesplit.xmlgui share/kritaplugins/layersplit.xmlgui share/kritaplugins/metadataeditor.xmlgui share/kritaplugins/metadataeditor/dublincore.xmlgui share/kritaplugins/metadataeditor/exif.xmlgui share/kritaplugins/modify_selection.xmlgui share/kritaplugins/offsetimage.xmlgui share/kritaplugins/resourcemanager.xmlgui share/kritaplugins/rotateimage.xmlgui share/kritaplugins/shearimage.xmlgui share/kritaplugins/waveletdecompose.xmlgui share/locale/af/LC_MESSAGES/krita.mo share/locale/ar/LC_MESSAGES/krita.mo share/locale/ast/LC_MESSAGES/krita.mo share/locale/be/LC_MESSAGES/krita.mo share/locale/bg/LC_MESSAGES/krita.mo share/locale/br/LC_MESSAGES/krita.mo share/locale/bs/LC_MESSAGES/krita.mo share/locale/ca/LC_MESSAGES/krita.mo share/locale/ca@valencia/LC_MESSAGES/krita.mo share/locale/cs/LC_MESSAGES/krita.mo share/locale/cy/LC_MESSAGES/krita.mo share/locale/da/LC_MESSAGES/krita.mo share/locale/de/LC_MESSAGES/krita.mo share/locale/el/LC_MESSAGES/krita.mo share/locale/en_GB/LC_MESSAGES/krita.mo share/locale/eo/LC_MESSAGES/krita.mo share/locale/es/LC_MESSAGES/krita.mo share/locale/et/LC_MESSAGES/krita.mo share/locale/eu/LC_MESSAGES/krita.mo share/locale/fa/LC_MESSAGES/krita.mo share/locale/fi/LC_MESSAGES/krita.mo share/locale/fr/LC_MESSAGES/krita.mo share/locale/fy/LC_MESSAGES/krita.mo share/locale/ga/LC_MESSAGES/krita.mo share/locale/gl/LC_MESSAGES/krita.mo share/locale/he/LC_MESSAGES/krita.mo share/locale/hi/LC_MESSAGES/krita.mo share/locale/hne/LC_MESSAGES/krita.mo share/locale/hr/LC_MESSAGES/krita.mo share/locale/hu/LC_MESSAGES/krita.mo share/locale/ia/LC_MESSAGES/krita.mo share/locale/is/LC_MESSAGES/krita.mo share/locale/it/LC_MESSAGES/krita.mo share/locale/ja/LC_MESSAGES/krita.mo share/locale/kk/LC_MESSAGES/krita.mo share/locale/km/LC_MESSAGES/krita.mo share/locale/ko/LC_MESSAGES/krita.mo share/locale/lt/LC_MESSAGES/krita.mo share/locale/lv/LC_MESSAGES/krita.mo share/locale/mai/LC_MESSAGES/krita.mo share/locale/mk/LC_MESSAGES/krita.mo share/locale/mr/LC_MESSAGES/krita.mo share/locale/ms/LC_MESSAGES/krita.mo share/locale/nb/LC_MESSAGES/krita.mo share/locale/nds/LC_MESSAGES/krita.mo share/locale/ne/LC_MESSAGES/krita.mo share/locale/nl/LC_MESSAGES/krita.mo share/locale/nn/LC_MESSAGES/krita.mo share/locale/oc/LC_MESSAGES/krita.mo share/locale/pa/LC_MESSAGES/krita.mo share/locale/pl/LC_MESSAGES/krita.mo share/locale/pt/LC_MESSAGES/krita.mo share/locale/pt_BR/LC_MESSAGES/krita.mo share/locale/ro/LC_MESSAGES/krita.mo share/locale/ru/LC_MESSAGES/krita.mo share/locale/se/LC_MESSAGES/krita.mo share/locale/sk/LC_MESSAGES/krita.mo share/locale/sl/LC_MESSAGES/krita.mo share/locale/sq/LC_MESSAGES/krita.mo share/locale/sv/LC_MESSAGES/krita.mo share/locale/ta/LC_MESSAGES/krita.mo share/locale/tg/LC_MESSAGES/krita.mo share/locale/th/LC_MESSAGES/krita.mo share/locale/tr/LC_MESSAGES/krita.mo share/locale/ug/LC_MESSAGES/krita.mo share/locale/uk/LC_MESSAGES/krita.mo share/locale/uz/LC_MESSAGES/krita.mo share/locale/uz@cyrillic/LC_MESSAGES/krita.mo share/locale/vi/LC_MESSAGES/krita.mo share/locale/wa/LC_MESSAGES/krita.mo share/locale/xh/LC_MESSAGES/krita.mo share/locale/zh_CN/LC_MESSAGES/krita.mo share/locale/zh_TW/LC_MESSAGES/krita.mo share/metainfo/org.kde.krita.appdata.xml Index: head/textproc/kreport/Makefile =================================================================== --- head/textproc/kreport/Makefile (revision 468525) +++ head/textproc/kreport/Makefile (revision 468526) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= kreport -DISTVERSION= 3.0.2 -PORTREVISION= 1 +DISTVERSION= 3.1.0 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Framework for creation of reports in multiple formats LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake:outsource gettext kde:5 python:2.7 tar:xz -USE_KDE= config coreaddons ecm widgetsaddons +USE_KDE= config coreaddons ecm marble widgetsaddons USE_QT5= core gui network qml webkit widgets xml \ buildtools_build printsupport qmake_build CONFLICTS_INSTALL= calligra-2* .include Index: head/textproc/kreport/distinfo =================================================================== --- head/textproc/kreport/distinfo (revision 468525) +++ head/textproc/kreport/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101487 -SHA256 (KDE/kreport/kreport-3.0.2.tar.xz) = e04ea806381ec9fe40f63103e6ef45685a586faa5c85807347d733231cdca3fd -SIZE (KDE/kreport/kreport-3.0.2.tar.xz) = 227508 +TIMESTAMP = 1520616696 +SHA256 (KDE/kreport/kreport-3.1.0.tar.xz) = 3b6485629b5e4343b7ddf42efb1927310d60b143a22afe79925147d0ddcdf36c +SIZE (KDE/kreport/kreport-3.1.0.tar.xz) = 378980 Index: head/textproc/kreport/pkg-plist =================================================================== --- head/textproc/kreport/pkg-plist (revision 468525) +++ head/textproc/kreport/pkg-plist (revision 468526) @@ -1,94 +1,276 @@ include/KReport3/KReportAsyncItemBase include/KReport3/KReportAsyncItemBase.h -include/KReport3/KReportData -include/KReport3/KReportData.h +include/KReport3/KReportDataSource +include/KReport3/KReportDataSource.h include/KReport3/KReportDesign include/KReport3/KReportDesign.h include/KReport3/KReportDesigner include/KReport3/KReportDesigner.h include/KReport3/KReportDesignerItemBase include/KReport3/KReportDesignerItemBase.h include/KReport3/KReportDesignerItemRectBase include/KReport3/KReportDesignerItemRectBase.h include/KReport3/KReportDesignerSection include/KReport3/KReportDesignerSection.h include/KReport3/KReportDesignerSectionDetail include/KReport3/KReportDesignerSectionDetail.h include/KReport3/KReportDesignerSectionDetailGroup include/KReport3/KReportDesignerSectionDetailGroup.h include/KReport3/KReportDocument include/KReport3/KReportDocument.h -include/KReport3/KReportDpi -include/KReport3/KReportDpi.h include/KReport3/KReportElement include/KReport3/KReportElement.h include/KReport3/KReportGroupTracker include/KReport3/KReportGroupTracker.h include/KReport3/KReportItemBase include/KReport3/KReportItemBase.h include/KReport3/KReportItemLine include/KReport3/KReportItemLine.h include/KReport3/KReportLabelElement include/KReport3/KReportLabelElement.h include/KReport3/KReportLineStyle include/KReport3/KReportLineStyle.h include/KReport3/KReportPage include/KReport3/KReportPage.h -include/KReport3/KReportPageOptions -include/KReport3/KReportPageOptions.h include/KReport3/KReportPageSize include/KReport3/KReportPageSize.h include/KReport3/KReportPluginInterface include/KReport3/KReportPluginInterface.h include/KReport3/KReportPluginManager include/KReport3/KReportPluginManager.h include/KReport3/KReportPluginMetaData include/KReport3/KReportPluginMetaData.h -include/KReport3/KReportPosition -include/KReport3/KReportPosition.h include/KReport3/KReportPreRenderer include/KReport3/KReportPreRenderer.h include/KReport3/KReportRenderObjects include/KReport3/KReportRenderObjects.h include/KReport3/KReportRendererBase include/KReport3/KReportRendererBase.h include/KReport3/KReportScriptConstants include/KReport3/KReportScriptConstants.h include/KReport3/KReportScriptDraw include/KReport3/KReportScriptDraw.h include/KReport3/KReportScriptHandler include/KReport3/KReportScriptHandler.h +include/KReport3/KReportScriptSource +include/KReport3/KReportScriptSource.h include/KReport3/KReportSection include/KReport3/KReportSection.h include/KReport3/KReportSectionData include/KReport3/KReportSectionData.h -include/KReport3/KReportSize -include/KReport3/KReportSize.h include/KReport3/KReportUnit include/KReport3/KReportUnit.h include/KReport3/KReportUtils include/KReport3/KReportUtils.h include/KReport3/KReportView include/KReport3/KReportView.h -include/KReport3/KReportZoomHandler -include/KReport3/KReportZoomHandler.h -include/KReport3/KReportZoomMode -include/KReport3/KReportZoomMode.h include/KReport3/config-kreport.h include/KReport3/kreport_export.h include/KReport3/kreport_version.h lib/cmake/KReport3/KReportConfig.cmake lib/cmake/KReport3/KReportConfigVersion.cmake +lib/cmake/KReport3/KReportQCHTargets.cmake lib/cmake/KReport3/KReportTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KReport3/KReportTargets.cmake lib/libKReport3.so -lib/libKReport3.so.3 -lib/libKReport3.so.3.0 +lib/libKReport3.so.4 +lib/libKReport3.so.4.1.0 %%QT_MKSPECDIR%%/modules/qt_KReport3.pri %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so +%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.maps.so %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so libdata/pkgconfig/KReport3.pc share/kreport3/icons/kreport_breeze.rcc share/kreport3/icons/org.kde.kreport.barcode_breeze.rcc +share/kreport3/icons/org.kde.kreport.maps_breeze.rcc share/kreport3/icons/org.kde.kreport.web_breeze.rcc share/kservicetypes5/kreport_elementplugin.desktop +share/locale/af/LC_MESSAGES/kreport_qt.qm +share/locale/ar/LC_MESSAGES/kreport_qt.qm +share/locale/ast/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ast/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ast/LC_MESSAGES/kreport_qt.qm +share/locale/ast/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/be/LC_MESSAGES/kreport_qt.qm +share/locale/bg/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/bg/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/bg/LC_MESSAGES/kreport_qt.qm +share/locale/br/LC_MESSAGES/kreport_qt.qm +share/locale/bs/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/bs/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/bs/LC_MESSAGES/kreport_qt.qm +share/locale/bs/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_qt.qm +share/locale/ca/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_qt.qm +share/locale/cs/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/cy/LC_MESSAGES/kreport_qt.qm +share/locale/da/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/da/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/da/LC_MESSAGES/kreport_qt.qm +share/locale/da/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_qt.qm +share/locale/de/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_qt.qm +share/locale/el/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/eo/LC_MESSAGES/kreport_qt.qm +share/locale/es/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/es/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/es/LC_MESSAGES/kreport_qt.qm +share/locale/es/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_qt.qm +share/locale/et/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/eu/LC_MESSAGES/kreport_qt.qm +share/locale/fa/LC_MESSAGES/kreport_qt.qm +share/locale/fi/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/fi/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/fi/LC_MESSAGES/kreport_qt.qm +share/locale/fi/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_qt.qm +share/locale/fr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/fy/LC_MESSAGES/kreport_qt.qm +share/locale/ga/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ga/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ga/LC_MESSAGES/kreport_qt.qm +share/locale/ga/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_qt.qm +share/locale/gl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/he/LC_MESSAGES/kreport_qt.qm +share/locale/hi/LC_MESSAGES/kreport_qt.qm +share/locale/hne/LC_MESSAGES/kreport_qt.qm +share/locale/hr/LC_MESSAGES/kreport_qt.qm +share/locale/hu/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/hu/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/hu/LC_MESSAGES/kreport_qt.qm +share/locale/hu/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_qt.qm +share/locale/ia/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/is/LC_MESSAGES/kreport_qt.qm +share/locale/it/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/it/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/it/LC_MESSAGES/kreport_qt.qm +share/locale/it/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_qt.qm +share/locale/ja/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_qt.qm +share/locale/kk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ku/LC_MESSAGES/kreport_qt.qm +share/locale/lt/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/lt/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/lt/LC_MESSAGES/kreport_qt.qm +share/locale/lt/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/lv/LC_MESSAGES/kreport_qt.qm +share/locale/mai/LC_MESSAGES/kreport_qt.qm +share/locale/mk/LC_MESSAGES/kreport_qt.qm +share/locale/mr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/mr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/mr/LC_MESSAGES/kreport_qt.qm +share/locale/mr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ms/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ms/LC_MESSAGES/kreport_qt.qm +share/locale/nb/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nb/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nb/LC_MESSAGES/kreport_qt.qm +share/locale/nb/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_qt.qm +share/locale/nds/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ne/LC_MESSAGES/kreport_qt.qm +share/locale/nl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nl/LC_MESSAGES/kreport_qt.qm +share/locale/nl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/nn/LC_MESSAGES/kreport_qt.qm +share/locale/oc/LC_MESSAGES/kreport_qt.qm +share/locale/pa/LC_MESSAGES/kreport_qt.qm +share/locale/pl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pl/LC_MESSAGES/kreport_qt.qm +share/locale/pl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_qt.qm +share/locale/pt/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ro/LC_MESSAGES/kreport_qt.qm +share/locale/ru/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ru/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ru/LC_MESSAGES/kreport_qt.qm +share/locale/ru/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/se/LC_MESSAGES/kreport_qt.qm +share/locale/sk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sk/LC_MESSAGES/kreport_qt.qm +share/locale/sk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_qt.qm +share/locale/sl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_qt.qm +share/locale/sv/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ta/LC_MESSAGES/kreport_qt.qm +share/locale/tg/LC_MESSAGES/kreport_qt.qm +share/locale/th/LC_MESSAGES/kreport_qt.qm +share/locale/tr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/tr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/tr/LC_MESSAGES/kreport_qt.qm +share/locale/tr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_qt.qm +share/locale/ug/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_qt.qm +share/locale/uk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/uz/LC_MESSAGES/kreport_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kreport_qt.qm +share/locale/vi/LC_MESSAGES/kreport_qt.qm +share/locale/wa/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/wa/LC_MESSAGES/kreport_qt.qm +share/locale/xh/LC_MESSAGES/kreport_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_webplugin_qt.qm Index: head/x11-toolkits/kproperty/Makefile =================================================================== --- head/x11-toolkits/kproperty/Makefile (revision 468525) +++ head/x11-toolkits/kproperty/Makefile (revision 468526) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= kproperty -DISTVERSION= 3.0.2 +DISTVERSION= 3.1.0 CATEGORIES= x11-toolkits kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Property editing framwork USES= cmake:outsource gettext kde:5 tar:xz USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons USE_QT5= core gui widgets xml \ buildtools_build qmake_build qml CONFLICTS_INSTALL= calligra-2* .include Index: head/x11-toolkits/kproperty/distinfo =================================================================== --- head/x11-toolkits/kproperty/distinfo (revision 468525) +++ head/x11-toolkits/kproperty/distinfo (revision 468526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101564 -SHA256 (KDE/kproperty/kproperty-3.0.2.tar.xz) = d5fa71ee621a30221f427b53282abe124347842bcf657269b7f7b77355dbf3c3 -SIZE (KDE/kproperty/kproperty-3.0.2.tar.xz) = 82556 +TIMESTAMP = 1520616702 +SHA256 (KDE/kproperty/kproperty-3.1.0.tar.xz) = 7ede8ee868ba480e4666a32b4b26d279b1e45177f83b0ada32a15fa9cee514a3 +SIZE (KDE/kproperty/kproperty-3.1.0.tar.xz) = 123528 Index: head/x11-toolkits/kproperty/pkg-plist =================================================================== --- head/x11-toolkits/kproperty/pkg-plist (revision 468525) +++ head/x11-toolkits/kproperty/pkg-plist (revision 468526) @@ -1,73 +1,133 @@ include/KPropertyCore3/KProperty include/KPropertyCore3/KProperty.h include/KPropertyCore3/KPropertyFactory include/KPropertyCore3/KPropertyFactory.h +include/KPropertyCore3/KPropertyListData +include/KPropertyCore3/KPropertyListData.h include/KPropertyCore3/KPropertySet include/KPropertyCore3/KPropertySet.h +include/KPropertyCore3/KPropertySetBuffer +include/KPropertyCore3/KPropertySetBuffer.h include/KPropertyCore3/config-kproperty.h include/KPropertyCore3/kproperty_version.h include/KPropertyCore3/kpropertycore_export.h include/KPropertyWidgets3/BoolEdit include/KPropertyWidgets3/ColorEdit include/KPropertyWidgets3/ComboBox include/KPropertyWidgets3/CursorEdit include/KPropertyWidgets3/DateEdit include/KPropertyWidgets3/DateTimeEdit include/KPropertyWidgets3/FontEdit include/KPropertyWidgets3/KPropertyEditorView include/KPropertyWidgets3/KPropertyEditorView.h include/KPropertyWidgets3/KPropertyGenericSelectionEditor include/KPropertyWidgets3/KPropertyGenericSelectionEditor.h +include/KPropertyWidgets3/KPropertyMultiLineStringEditor +include/KPropertyWidgets3/KPropertyMultiLineStringEditor.h +include/KPropertyWidgets3/KPropertyRectFEditor +include/KPropertyWidgets3/KPropertyRectFEditor.h include/KPropertyWidgets3/KPropertyStringEditor include/KPropertyWidgets3/KPropertyStringEditor.h include/KPropertyWidgets3/KPropertyUrlEditor include/KPropertyWidgets3/KPropertyUrlEditor.h include/KPropertyWidgets3/KPropertyUtils include/KPropertyWidgets3/KPropertyUtils.h include/KPropertyWidgets3/KPropertyWidgetsFactory include/KPropertyWidgets3/KPropertyWidgetsFactory.h include/KPropertyWidgets3/KPropertyWidgetsPluginManager include/KPropertyWidgets3/KPropertyWidgetsPluginManager.h include/KPropertyWidgets3/LineStyleEdit include/KPropertyWidgets3/PixmapEdit include/KPropertyWidgets3/PointEdit include/KPropertyWidgets3/RectEdit include/KPropertyWidgets3/SizeEdit include/KPropertyWidgets3/SizePolicyEdit include/KPropertyWidgets3/SpinBox include/KPropertyWidgets3/TimeEdit include/KPropertyWidgets3/Utils include/KPropertyWidgets3/booledit.h include/KPropertyWidgets3/coloredit.h include/KPropertyWidgets3/combobox.h include/KPropertyWidgets3/cursoredit.h include/KPropertyWidgets3/dateedit.h include/KPropertyWidgets3/datetimeedit.h include/KPropertyWidgets3/fontedit.h include/KPropertyWidgets3/kpropertywidgets_export.h include/KPropertyWidgets3/linestyleedit.h include/KPropertyWidgets3/pixmapedit.h include/KPropertyWidgets3/pointedit.h include/KPropertyWidgets3/rectedit.h include/KPropertyWidgets3/sizeedit.h include/KPropertyWidgets3/sizepolicyedit.h include/KPropertyWidgets3/spinbox.h include/KPropertyWidgets3/timeedit.h include/KPropertyWidgets3/utils.h lib/cmake/KPropertyCore3/KPropertyCoreConfig.cmake lib/cmake/KPropertyCore3/KPropertyCoreConfigVersion.cmake +lib/cmake/KPropertyCore3/KPropertyCoreQCHTargets.cmake lib/cmake/KPropertyCore3/KPropertyCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KPropertyCore3/KPropertyCoreTargets.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfig.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfigVersion.cmake +lib/cmake/KPropertyWidgets3/KPropertyWidgetsQCHTargets.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets.cmake lib/libKPropertyCore3.so -lib/libKPropertyCore3.so.3 -lib/libKPropertyCore3.so.3.0 +lib/libKPropertyCore3.so.4 +lib/libKPropertyCore3.so.4.1.0 lib/libKPropertyWidgets3.so -lib/libKPropertyWidgets3.so.3 -lib/libKPropertyWidgets3.so.3.0 +lib/libKPropertyWidgets3.so.4 +lib/libKPropertyWidgets3.so.4.1.0 libdata/pkgconfig/KPropertyCore3.pc libdata/pkgconfig/KPropertyWidgets3.pc share/kpropertywidgets3/icons/kproperty_breeze.rcc +share/locale/ast/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ast/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ca/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ca/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/cs/LC_MESSAGES/kpropertycore_qt.qm +share/locale/cs/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/de/LC_MESSAGES/kpropertycore_qt.qm +share/locale/de/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/en_GB/LC_MESSAGES/kpropertycore_qt.qm +share/locale/en_GB/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/es/LC_MESSAGES/kpropertycore_qt.qm +share/locale/es/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/fi/LC_MESSAGES/kpropertycore_qt.qm +share/locale/fi/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/fr/LC_MESSAGES/kpropertycore_qt.qm +share/locale/fr/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/gl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/gl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ia/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ia/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/it/LC_MESSAGES/kpropertycore_qt.qm +share/locale/it/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ja/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ja/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/lt/LC_MESSAGES/kpropertycore_qt.qm +share/locale/lt/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/nl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/nl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pt/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pt/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pt_BR/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pt_BR/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ru/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ru/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/sk/LC_MESSAGES/kpropertycore_qt.qm +share/locale/sk/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/sv/LC_MESSAGES/kpropertycore_qt.qm +share/locale/sv/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/tr/LC_MESSAGES/kpropertycore_qt.qm +share/locale/tr/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/uk/LC_MESSAGES/kpropertycore_qt.qm +share/locale/uk/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/zh_CN/LC_MESSAGES/kpropertycore_qt.qm +share/locale/zh_CN/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/zh_TW/LC_MESSAGES/kpropertycore_qt.qm +share/locale/zh_TW/LC_MESSAGES/kpropertywidgets_qt.qm