diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 19:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 20:22:38 +0100 |
commit | 6d8ca11287084e472dc37748a0c3b5256b8e99ea (patch) | |
tree | 03d30d0f6e0dbbb53839b8f37acb9f07da2ba4bf /tderesources | |
parent | e4794189af3d282935273ea5a11bdfe6defddf36 (diff) | |
download | tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.tar.gz tdepim-6d8ca11287084e472dc37748a0c3b5256b8e99ea.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 72b5adf49ccd012414f2758e0427639ee926e9b2)
Diffstat (limited to 'tderesources')
-rw-r--r-- | tderesources/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/birthdays/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/blogging/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/caldav/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/carddav/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/egroupware/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/exchange/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/featureplan/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/groupdav/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/groupware/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/groupwise/CMakeL10n.txt | 8 | ||||
-rw-r--r-- | tderesources/groupwise/tdeioslave/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/kolab/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/lib/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/remote/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/scalix/CMakeL10n.txt | 10 | ||||
-rw-r--r-- | tderesources/scalix/scalixadmin/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/scalix/tdeioslave/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/slox/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tderesources/tvanytime/CMakeL10n.txt | 3 |
20 files changed, 72 insertions, 0 deletions
diff --git a/tderesources/CMakeL10n.txt b/tderesources/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tderesources/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tderesources/birthdays/CMakeL10n.txt b/tderesources/birthdays/CMakeL10n.txt new file mode 100644 index 000000000..6093ddc8e --- /dev/null +++ b/tderesources/birthdays/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_birthday" ) diff --git a/tderesources/blogging/CMakeL10n.txt b/tderesources/blogging/CMakeL10n.txt new file mode 100644 index 000000000..254e898d8 --- /dev/null +++ b/tderesources/blogging/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_blogging" ) diff --git a/tderesources/caldav/CMakeL10n.txt b/tderesources/caldav/CMakeL10n.txt new file mode 100644 index 000000000..5aa372217 --- /dev/null +++ b/tderesources/caldav/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_caldav" ) diff --git a/tderesources/carddav/CMakeL10n.txt b/tderesources/carddav/CMakeL10n.txt new file mode 100644 index 000000000..763fa3a25 --- /dev/null +++ b/tderesources/carddav/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_carddav" ) diff --git a/tderesources/egroupware/CMakeL10n.txt b/tderesources/egroupware/CMakeL10n.txt new file mode 100644 index 000000000..73ed394e3 --- /dev/null +++ b/tderesources/egroupware/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_xmlrpc" ) diff --git a/tderesources/exchange/CMakeL10n.txt b/tderesources/exchange/CMakeL10n.txt new file mode 100644 index 000000000..cbe989c3a --- /dev/null +++ b/tderesources/exchange/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_exchange" ) diff --git a/tderesources/featureplan/CMakeL10n.txt b/tderesources/featureplan/CMakeL10n.txt new file mode 100644 index 000000000..d4ff861a1 --- /dev/null +++ b/tderesources/featureplan/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_featureplan" ) diff --git a/tderesources/groupdav/CMakeL10n.txt b/tderesources/groupdav/CMakeL10n.txt new file mode 100644 index 000000000..f188a11eb --- /dev/null +++ b/tderesources/groupdav/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_groupdav" ) diff --git a/tderesources/groupware/CMakeL10n.txt b/tderesources/groupware/CMakeL10n.txt new file mode 100644 index 000000000..0cd073bc3 --- /dev/null +++ b/tderesources/groupware/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_groupware" ) diff --git a/tderesources/groupwise/CMakeL10n.txt b/tderesources/groupwise/CMakeL10n.txt new file mode 100644 index 000000000..87d024c25 --- /dev/null +++ b/tderesources/groupwise/CMakeL10n.txt @@ -0,0 +1,8 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kres_groupwise" + EXCLUDES "^tdeioslave/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/tderesources/groupwise/tdeioslave/CMakeL10n.txt b/tderesources/groupwise/tdeioslave/CMakeL10n.txt new file mode 100644 index 000000000..2a76612b5 --- /dev/null +++ b/tderesources/groupwise/tdeioslave/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio_groupwise" ) diff --git a/tderesources/kolab/CMakeL10n.txt b/tderesources/kolab/CMakeL10n.txt new file mode 100644 index 000000000..aaa565766 --- /dev/null +++ b/tderesources/kolab/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_kolab" ) diff --git a/tderesources/lib/CMakeL10n.txt b/tderesources/lib/CMakeL10n.txt new file mode 100644 index 000000000..be8dd1ff3 --- /dev/null +++ b/tderesources/lib/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdepimresources" ) diff --git a/tderesources/remote/CMakeL10n.txt b/tderesources/remote/CMakeL10n.txt new file mode 100644 index 000000000..e5e49f8aa --- /dev/null +++ b/tderesources/remote/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_remote" ) diff --git a/tderesources/scalix/CMakeL10n.txt b/tderesources/scalix/CMakeL10n.txt new file mode 100644 index 000000000..c3cb92bb5 --- /dev/null +++ b/tderesources/scalix/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kres_scalix" + EXCLUDES + "^scalixadmin/" + "^tdeioslave/" +) + +tde_l10n_auto_add_subdirectories( ) diff --git a/tderesources/scalix/scalixadmin/CMakeL10n.txt b/tderesources/scalix/scalixadmin/CMakeL10n.txt new file mode 100644 index 000000000..53af18ea3 --- /dev/null +++ b/tderesources/scalix/scalixadmin/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "scalixadmin" ) diff --git a/tderesources/scalix/tdeioslave/CMakeL10n.txt b/tderesources/scalix/tdeioslave/CMakeL10n.txt new file mode 100644 index 000000000..51c9c9a40 --- /dev/null +++ b/tderesources/scalix/tdeioslave/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio_scalix" ) diff --git a/tderesources/slox/CMakeL10n.txt b/tderesources/slox/CMakeL10n.txt new file mode 100644 index 000000000..d09e4a9c1 --- /dev/null +++ b/tderesources/slox/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_slox" ) diff --git a/tderesources/tvanytime/CMakeL10n.txt b/tderesources/tvanytime/CMakeL10n.txt new file mode 100644 index 000000000..fa182601a --- /dev/null +++ b/tderesources/tvanytime/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kres_tvanytime" ) |