diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..e9a5bce --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,28 @@ +################################################# +# +# (C) 2018 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +cmake_minimum_required( VERSION 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### set directory for POT files ############### + +set( POT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../tde-i18n/template/messages/tdeaddons" ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/atlantikdesigner/CMakeL10n.txt b/atlantikdesigner/CMakeL10n.txt new file mode 100644 index 0000000..8c9a709 --- /dev/null +++ b/atlantikdesigner/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "atlantikdesigner" ) diff --git a/kaddressbook-plugins/CMakeL10n.txt b/kaddressbook-plugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kaddressbook-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kaddressbook-plugins/xxports/CMakeL10n.txt b/kaddressbook-plugins/xxports/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kaddressbook-plugins/xxports/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kaddressbook-plugins/xxports/gmx/CMakeL10n.txt b/kaddressbook-plugins/xxports/gmx/CMakeL10n.txt new file mode 100644 index 0000000..7b65ced --- /dev/null +++ b/kaddressbook-plugins/xxports/gmx/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "libkaddrbk_gmx_xxport" ) diff --git a/kaddressbook-plugins/xxports/kworldclock/CMakeL10n.txt b/kaddressbook-plugins/xxports/kworldclock/CMakeL10n.txt new file mode 100644 index 0000000..f767744 --- /dev/null +++ b/kaddressbook-plugins/xxports/kworldclock/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "libkaddrbk_geo_xxport" ) diff --git a/kate/CMakeL10n.txt b/kate/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kate/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kate/cppsymbolviewer/CMakeL10n.txt b/kate/cppsymbolviewer/CMakeL10n.txt new file mode 100644 index 0000000..5b9146b --- /dev/null +++ b/kate/cppsymbolviewer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katecppsymbolviewer" ) diff --git a/kate/filelistloader/CMakeL10n.txt b/kate/filelistloader/CMakeL10n.txt new file mode 100644 index 0000000..baf8f20 --- /dev/null +++ b/kate/filelistloader/CMakeL10n.txt @@ -0,0 +1,5 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katefll_initplugin" ) + +tde_l10n_create_template( "katefll_plugin" ) diff --git a/kate/filetemplates/CMakeL10n.txt b/kate/filetemplates/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kate/filetemplates/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kate/filetemplates/plugin/CMakeL10n.txt b/kate/filetemplates/plugin/CMakeL10n.txt new file mode 100644 index 0000000..51e8f7f --- /dev/null +++ b/kate/filetemplates/plugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katefiletemplates" ) diff --git a/kate/helloworld/CMakeL10n.txt b/kate/helloworld/CMakeL10n.txt new file mode 100644 index 0000000..c03992b --- /dev/null +++ b/kate/helloworld/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katehelloworld" ) diff --git a/kate/htmltools/CMakeL10n.txt b/kate/htmltools/CMakeL10n.txt new file mode 100644 index 0000000..16b61b7 --- /dev/null +++ b/kate/htmltools/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katehtmltools" ) diff --git a/kate/insertcommand/CMakeL10n.txt b/kate/insertcommand/CMakeL10n.txt new file mode 100644 index 0000000..1bf5074 --- /dev/null +++ b/kate/insertcommand/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kateinsertcommand" ) diff --git a/kate/katesort/CMakeL10n.txt b/kate/katesort/CMakeL10n.txt new file mode 100644 index 0000000..f767122 --- /dev/null +++ b/kate/katesort/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katesort" ) diff --git a/kate/kjswrapper/CMakeL10n.txt b/kate/kjswrapper/CMakeL10n.txt new file mode 100644 index 0000000..5fdaac7 --- /dev/null +++ b/kate/kjswrapper/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katekjswrapper" ) diff --git a/kate/kpybrowser/CMakeL10n.txt b/kate/kpybrowser/CMakeL10n.txt new file mode 100644 index 0000000..597df7a --- /dev/null +++ b/kate/kpybrowser/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katepybrowse" ) diff --git a/kate/make/CMakeL10n.txt b/kate/make/CMakeL10n.txt new file mode 100644 index 0000000..043e685 --- /dev/null +++ b/kate/make/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katemake" ) diff --git a/kate/modeline/CMakeL10n.txt b/kate/modeline/CMakeL10n.txt new file mode 100644 index 0000000..594a45a --- /dev/null +++ b/kate/modeline/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katemodeline" ) diff --git a/kate/openheader/CMakeL10n.txt b/kate/openheader/CMakeL10n.txt new file mode 100644 index 0000000..67a0953 --- /dev/null +++ b/kate/openheader/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kateopenheader" ) diff --git a/kate/snippets/CMakeL10n.txt b/kate/snippets/CMakeL10n.txt new file mode 100644 index 0000000..99ad74e --- /dev/null +++ b/kate/snippets/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katesnippets" ) diff --git a/kate/tabbarextension/CMakeL10n.txt b/kate/tabbarextension/CMakeL10n.txt new file mode 100644 index 0000000..76a0094 --- /dev/null +++ b/kate/tabbarextension/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katetabbarextension" ) diff --git a/kate/textfilter/CMakeL10n.txt b/kate/textfilter/CMakeL10n.txt new file mode 100644 index 0000000..1e65912 --- /dev/null +++ b/kate/textfilter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katetextfilter" ) diff --git a/kate/xmlcheck/CMakeL10n.txt b/kate/xmlcheck/CMakeL10n.txt new file mode 100644 index 0000000..58c8e44 --- /dev/null +++ b/kate/xmlcheck/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katexmlcheck" ) diff --git a/kate/xmltools/CMakeL10n.txt b/kate/xmltools/CMakeL10n.txt new file mode 100644 index 0000000..aec9f47 --- /dev/null +++ b/kate/xmltools/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "katexmltools" ) diff --git a/kicker-applets/CMakeL10n.txt b/kicker-applets/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/kicker-applets/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kicker-applets/kbinaryclock/CMakeL10n.txt b/kicker-applets/kbinaryclock/CMakeL10n.txt new file mode 100644 index 0000000..00c4e78 --- /dev/null +++ b/kicker-applets/kbinaryclock/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kbinaryclock" ) diff --git a/kicker-applets/kolourpicker/CMakeL10n.txt b/kicker-applets/kolourpicker/CMakeL10n.txt new file mode 100644 index 0000000..d6e3d39 --- /dev/null +++ b/kicker-applets/kolourpicker/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kolourpicker" ) diff --git a/kicker-applets/ktimemon/CMakeL10n.txt b/kicker-applets/ktimemon/CMakeL10n.txt new file mode 100644 index 0000000..e1de333 --- /dev/null +++ b/kicker-applets/ktimemon/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ktimemon" ) diff --git a/kicker-applets/math/CMakeL10n.txt b/kicker-applets/math/CMakeL10n.txt new file mode 100644 index 0000000..92505d1 --- /dev/null +++ b/kicker-applets/math/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmathapplet" ) diff --git a/kicker-applets/mediacontrol/CMakeL10n.txt b/kicker-applets/mediacontrol/CMakeL10n.txt new file mode 100644 index 0000000..e00166a --- /dev/null +++ b/kicker-applets/mediacontrol/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "mediacontrol" ) diff --git a/konq-plugins/CMakeL10n.txt b/konq-plugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/konq-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/konq-plugins/adblock/CMakeL10n.txt b/konq-plugins/adblock/CMakeL10n.txt new file mode 100644 index 0000000..0efb126 --- /dev/null +++ b/konq-plugins/adblock/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +#tde_l10n_create_template( "adblockplugin" ) diff --git a/konq-plugins/akregator/CMakeL10n.txt b/konq-plugins/akregator/CMakeL10n.txt new file mode 100644 index 0000000..aee74e2 --- /dev/null +++ b/konq-plugins/akregator/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "akregator_konqplugin" ) diff --git a/konq-plugins/arkplugin/CMakeL10n.txt b/konq-plugins/arkplugin/CMakeL10n.txt new file mode 100644 index 0000000..911d673 --- /dev/null +++ b/konq-plugins/arkplugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ark_plugin" ) diff --git a/konq-plugins/autorefresh/CMakeL10n.txt b/konq-plugins/autorefresh/CMakeL10n.txt new file mode 100644 index 0000000..e4a3cee --- /dev/null +++ b/konq-plugins/autorefresh/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "autorefresh" ) diff --git a/konq-plugins/babelfish/CMakeL10n.txt b/konq-plugins/babelfish/CMakeL10n.txt new file mode 100644 index 0000000..21452a6 --- /dev/null +++ b/konq-plugins/babelfish/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "babelfish" ) diff --git a/konq-plugins/crashes/CMakeL10n.txt b/konq-plugins/crashes/CMakeL10n.txt new file mode 100644 index 0000000..a0e8f9b --- /dev/null +++ b/konq-plugins/crashes/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "crashesplugin" ) diff --git a/konq-plugins/dirfilter/CMakeL10n.txt b/konq-plugins/dirfilter/CMakeL10n.txt new file mode 100644 index 0000000..fea5eb5 --- /dev/null +++ b/konq-plugins/dirfilter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "dirfilterplugin" ) diff --git a/konq-plugins/domtreeviewer/CMakeL10n.txt b/konq-plugins/domtreeviewer/CMakeL10n.txt new file mode 100644 index 0000000..dd781f1 --- /dev/null +++ b/konq-plugins/domtreeviewer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "domtreeviewer" ) diff --git a/konq-plugins/fsview/CMakeL10n.txt b/konq-plugins/fsview/CMakeL10n.txt new file mode 100644 index 0000000..17c5fb6 --- /dev/null +++ b/konq-plugins/fsview/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "fsview" ) diff --git a/konq-plugins/kimgalleryplugin/CMakeL10n.txt b/konq-plugins/kimgalleryplugin/CMakeL10n.txt new file mode 100644 index 0000000..d092101 --- /dev/null +++ b/konq-plugins/kimgalleryplugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "imgalleryplugin" ) diff --git a/konq-plugins/kuick/CMakeL10n.txt b/konq-plugins/kuick/CMakeL10n.txt new file mode 100644 index 0000000..03c27c6 --- /dev/null +++ b/konq-plugins/kuick/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kuick_plugin" + EXCLUDES "^kcmkuick/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/konq-plugins/kuick/kcmkuick/CMakeL10n.txt b/konq-plugins/kuick/kcmkuick/CMakeL10n.txt new file mode 100644 index 0000000..f27dff5 --- /dev/null +++ b/konq-plugins/kuick/kcmkuick/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmkuick" ) diff --git a/konq-plugins/microformat/CMakeL10n.txt b/konq-plugins/microformat/CMakeL10n.txt new file mode 100644 index 0000000..6de94b0 --- /dev/null +++ b/konq-plugins/microformat/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "mf_konqplugin" ) diff --git a/konq-plugins/minitools/CMakeL10n.txt b/konq-plugins/minitools/CMakeL10n.txt new file mode 100644 index 0000000..577028b --- /dev/null +++ b/konq-plugins/minitools/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "minitoolsplugin" ) diff --git a/konq-plugins/rellinks/CMakeL10n.txt b/konq-plugins/rellinks/CMakeL10n.txt new file mode 100644 index 0000000..d5ca45f --- /dev/null +++ b/konq-plugins/rellinks/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "rellinks" ) diff --git a/konq-plugins/rsync/CMakeL10n.txt b/konq-plugins/rsync/CMakeL10n.txt new file mode 100644 index 0000000..6f480bc --- /dev/null +++ b/konq-plugins/rsync/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +#tde_l10n_create_template( "rsyncplugin" ) diff --git a/konq-plugins/searchbar/CMakeL10n.txt b/konq-plugins/searchbar/CMakeL10n.txt new file mode 100644 index 0000000..bd920b9 --- /dev/null +++ b/konq-plugins/searchbar/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "searchbarplugin" ) diff --git a/konq-plugins/sidebar/CMakeL10n.txt b/konq-plugins/sidebar/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/konq-plugins/sidebar/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/konq-plugins/sidebar/delicious/CMakeL10n.txt b/konq-plugins/sidebar/delicious/CMakeL10n.txt new file mode 100644 index 0000000..ba662a9 --- /dev/null +++ b/konq-plugins/sidebar/delicious/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "konqsidebar_delicious" ) diff --git a/konq-plugins/sidebar/mediaplayer/CMakeL10n.txt b/konq-plugins/sidebar/mediaplayer/CMakeL10n.txt new file mode 100644 index 0000000..d6ef345 --- /dev/null +++ b/konq-plugins/sidebar/mediaplayer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "konqsidebar_mediaplayer" ) diff --git a/konq-plugins/sidebar/metabar/CMakeL10n.txt b/konq-plugins/sidebar/metabar/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/konq-plugins/sidebar/metabar/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/konq-plugins/sidebar/metabar/src/CMakeL10n.txt b/konq-plugins/sidebar/metabar/src/CMakeL10n.txt new file mode 100644 index 0000000..69ef923 --- /dev/null +++ b/konq-plugins/sidebar/metabar/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "konqsidebar_metabar" ) diff --git a/konq-plugins/sidebar/newsticker/CMakeL10n.txt b/konq-plugins/sidebar/newsticker/CMakeL10n.txt new file mode 100644 index 0000000..766fe38 --- /dev/null +++ b/konq-plugins/sidebar/newsticker/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "konqsidebar_news" ) diff --git a/konq-plugins/tdehtmlsettingsplugin/CMakeL10n.txt b/konq-plugins/tdehtmlsettingsplugin/CMakeL10n.txt new file mode 100644 index 0000000..2827363 --- /dev/null +++ b/konq-plugins/tdehtmlsettingsplugin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdehtmlsettingsplugin" ) diff --git a/konq-plugins/uachanger/CMakeL10n.txt b/konq-plugins/uachanger/CMakeL10n.txt new file mode 100644 index 0000000..63d53a1 --- /dev/null +++ b/konq-plugins/uachanger/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "uachangerplugin" ) diff --git a/konq-plugins/validators/CMakeL10n.txt b/konq-plugins/validators/CMakeL10n.txt new file mode 100644 index 0000000..f7795b3 --- /dev/null +++ b/konq-plugins/validators/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "validatorsplugin" ) diff --git a/konq-plugins/webarchiver/CMakeL10n.txt b/konq-plugins/webarchiver/CMakeL10n.txt new file mode 100644 index 0000000..270324c --- /dev/null +++ b/konq-plugins/webarchiver/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "webarchiver" ) diff --git a/ksig/CMakeL10n.txt b/ksig/CMakeL10n.txt new file mode 100644 index 0000000..bc034bf --- /dev/null +++ b/ksig/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ksig" ) diff --git a/noatun-plugins/CMakeL10n.txt b/noatun-plugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/noatun-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/noatun-plugins/alarm/CMakeL10n.txt b/noatun-plugins/alarm/CMakeL10n.txt new file mode 100644 index 0000000..06a72fe --- /dev/null +++ b/noatun-plugins/alarm/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "wakeup" ) diff --git a/noatun-plugins/alsaplayer/CMakeL10n.txt b/noatun-plugins/alsaplayer/CMakeL10n.txt new file mode 100644 index 0000000..04b45a4 --- /dev/null +++ b/noatun-plugins/alsaplayer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "alsaplayerui" ) diff --git a/noatun-plugins/charlatan/CMakeL10n.txt b/noatun-plugins/charlatan/CMakeL10n.txt new file mode 100644 index 0000000..03755c0 --- /dev/null +++ b/noatun-plugins/charlatan/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "charlatanui" ) diff --git a/noatun-plugins/dub/CMakeL10n.txt b/noatun-plugins/dub/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/noatun-plugins/dub/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/noatun-plugins/dub/dub/CMakeL10n.txt b/noatun-plugins/dub/dub/CMakeL10n.txt new file mode 100644 index 0000000..a1c9384 --- /dev/null +++ b/noatun-plugins/dub/dub/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "dub" ) diff --git a/noatun-plugins/ffrs/CMakeL10n.txt b/noatun-plugins/ffrs/CMakeL10n.txt new file mode 100644 index 0000000..f3fc927 --- /dev/null +++ b/noatun-plugins/ffrs/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ffrs" ) diff --git a/noatun-plugins/lyrics/CMakeL10n.txt b/noatun-plugins/lyrics/CMakeL10n.txt new file mode 100644 index 0000000..dc87352 --- /dev/null +++ b/noatun-plugins/lyrics/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "lyrics" ) diff --git a/noatun-plugins/nexscope/CMakeL10n.txt b/noatun-plugins/nexscope/CMakeL10n.txt new file mode 100644 index 0000000..340ef59 --- /dev/null +++ b/noatun-plugins/nexscope/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "nexscope" ) diff --git a/noatun-plugins/pitchablespeed/CMakeL10n.txt b/noatun-plugins/pitchablespeed/CMakeL10n.txt new file mode 100644 index 0000000..53b2bba --- /dev/null +++ b/noatun-plugins/pitchablespeed/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "pitchablespeed" ) diff --git a/noatun-plugins/synaescope/CMakeL10n.txt b/noatun-plugins/synaescope/CMakeL10n.txt new file mode 100644 index 0000000..54ef6dc --- /dev/null +++ b/noatun-plugins/synaescope/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "synaescope" ) diff --git a/noatun-plugins/tippercanoe/CMakeL10n.txt b/noatun-plugins/tippercanoe/CMakeL10n.txt new file mode 100644 index 0000000..997d8c3 --- /dev/null +++ b/noatun-plugins/tippercanoe/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tippecanoe" ) diff --git a/noatun-plugins/tyler/CMakeL10n.txt b/noatun-plugins/tyler/CMakeL10n.txt new file mode 100644 index 0000000..999c75e --- /dev/null +++ b/noatun-plugins/tyler/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tyler" ) diff --git a/noatun-plugins/wavecapture/CMakeL10n.txt b/noatun-plugins/wavecapture/CMakeL10n.txt new file mode 100644 index 0000000..29c2499 --- /dev/null +++ b/noatun-plugins/wavecapture/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "wavecapture" ) diff --git a/renamedlgplugins/CMakeL10n.txt b/renamedlgplugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/renamedlgplugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/renamedlgplugins/audio/CMakeL10n.txt b/renamedlgplugins/audio/CMakeL10n.txt new file mode 100644 index 0000000..e772c3a --- /dev/null +++ b/renamedlgplugins/audio/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "audiorename_plugin" ) diff --git a/renamedlgplugins/images/CMakeL10n.txt b/renamedlgplugins/images/CMakeL10n.txt new file mode 100644 index 0000000..9f2e795 --- /dev/null +++ b/renamedlgplugins/images/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "imagerename_plugin" ) diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdefile-plugins/cert/CMakeL10n.txt b/tdefile-plugins/cert/CMakeL10n.txt new file mode 100644 index 0000000..733e359 --- /dev/null +++ b/tdefile-plugins/cert/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_cert" ) diff --git a/tdefile-plugins/desktop/CMakeL10n.txt b/tdefile-plugins/desktop/CMakeL10n.txt new file mode 100644 index 0000000..aa73d10 --- /dev/null +++ b/tdefile-plugins/desktop/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_desktop" ) diff --git a/tdefile-plugins/folder/CMakeL10n.txt b/tdefile-plugins/folder/CMakeL10n.txt new file mode 100644 index 0000000..8c8be93 --- /dev/null +++ b/tdefile-plugins/folder/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_folder" ) diff --git a/tdefile-plugins/html/CMakeL10n.txt b/tdefile-plugins/html/CMakeL10n.txt new file mode 100644 index 0000000..76e7816 --- /dev/null +++ b/tdefile-plugins/html/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_html" ) diff --git a/tdefile-plugins/lnk/CMakeL10n.txt b/tdefile-plugins/lnk/CMakeL10n.txt new file mode 100644 index 0000000..bdf940f --- /dev/null +++ b/tdefile-plugins/lnk/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_lnk" ) diff --git a/tdefile-plugins/mhtml/CMakeL10n.txt b/tdefile-plugins/mhtml/CMakeL10n.txt new file mode 100644 index 0000000..f07e6ab --- /dev/null +++ b/tdefile-plugins/mhtml/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_mhtml" ) diff --git a/tdefile-plugins/txt/CMakeL10n.txt b/tdefile-plugins/txt/CMakeL10n.txt new file mode 100644 index 0000000..03961b2 --- /dev/null +++ b/tdefile-plugins/txt/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_txt" )