diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:05:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:05:41 +0100 |
commit | 285df936a6e0329d60cd31de793cf4a4c4d472e3 (patch) | |
tree | 4d0fe187da24131b3471c404b329cc29ee707aa5 /konq-plugins | |
parent | 5e406cf6049dfab4f0bbc3bc4294f13c3f4e5b45 (diff) | |
download | tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.tar.gz tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'konq-plugins')
28 files changed, 89 insertions, 0 deletions
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" ) |