summaryrefslogtreecommitdiffstats
path: root/konq-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:21:54 +0100
commitcc7c2a4bfbae56bdde85e483b402cbfb11472cc0 (patch)
tree1eee8c48fbff28e7ba9bbb3bd547d20795e1c4d9 /konq-plugins
parent68302ec67d01fef8852059f1572eb28e96dbbfe2 (diff)
downloadtdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.tar.gz
tdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 285df936a6e0329d60cd31de793cf4a4c4d472e3)
Diffstat (limited to 'konq-plugins')
-rw-r--r--konq-plugins/CMakeL10n.txt3
-rw-r--r--konq-plugins/adblock/CMakeL10n.txt3
-rw-r--r--konq-plugins/akregator/CMakeL10n.txt3
-rw-r--r--konq-plugins/arkplugin/CMakeL10n.txt3
-rw-r--r--konq-plugins/autorefresh/CMakeL10n.txt3
-rw-r--r--konq-plugins/babelfish/CMakeL10n.txt3
-rw-r--r--konq-plugins/crashes/CMakeL10n.txt3
-rw-r--r--konq-plugins/dirfilter/CMakeL10n.txt3
-rw-r--r--konq-plugins/domtreeviewer/CMakeL10n.txt3
-rw-r--r--konq-plugins/fsview/CMakeL10n.txt3
-rw-r--r--konq-plugins/kimgalleryplugin/CMakeL10n.txt3
-rw-r--r--konq-plugins/kuick/CMakeL10n.txt8
-rw-r--r--konq-plugins/kuick/kcmkuick/CMakeL10n.txt3
-rw-r--r--konq-plugins/microformat/CMakeL10n.txt3
-rw-r--r--konq-plugins/minitools/CMakeL10n.txt3
-rw-r--r--konq-plugins/rellinks/CMakeL10n.txt3
-rw-r--r--konq-plugins/rsync/CMakeL10n.txt3
-rw-r--r--konq-plugins/searchbar/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/delicious/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/mediaplayer/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/metabar/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/metabar/src/CMakeL10n.txt3
-rw-r--r--konq-plugins/sidebar/newsticker/CMakeL10n.txt3
-rw-r--r--konq-plugins/tdehtmlsettingsplugin/CMakeL10n.txt3
-rw-r--r--konq-plugins/uachanger/CMakeL10n.txt3
-rw-r--r--konq-plugins/validators/CMakeL10n.txt3
-rw-r--r--konq-plugins/webarchiver/CMakeL10n.txt3
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" )