diff options
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/formats/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/dir/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/file/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/ldaptdeio/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/net/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeabc/plugins/sql/CMakeL10n.txt | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/tdeabc/CMakeL10n.txt b/tdeabc/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdeabc/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdeabc/formats/CMakeL10n.txt b/tdeabc/formats/CMakeL10n.txt new file mode 100644 index 000000000..6559e4402 --- /dev/null +++ b/tdeabc/formats/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabcformat_binary" ) diff --git a/tdeabc/plugins/CMakeL10n.txt b/tdeabc/plugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdeabc/plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdeabc/plugins/dir/CMakeL10n.txt b/tdeabc/plugins/dir/CMakeL10n.txt new file mode 100644 index 000000000..e9b1904d4 --- /dev/null +++ b/tdeabc/plugins/dir/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_dir" ) diff --git a/tdeabc/plugins/file/CMakeL10n.txt b/tdeabc/plugins/file/CMakeL10n.txt new file mode 100644 index 000000000..d9b76401c --- /dev/null +++ b/tdeabc/plugins/file/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_file" ) diff --git a/tdeabc/plugins/ldaptdeio/CMakeL10n.txt b/tdeabc/plugins/ldaptdeio/CMakeL10n.txt new file mode 100644 index 000000000..5472a778f --- /dev/null +++ b/tdeabc/plugins/ldaptdeio/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_ldaptdeio" ) diff --git a/tdeabc/plugins/net/CMakeL10n.txt b/tdeabc/plugins/net/CMakeL10n.txt new file mode 100644 index 000000000..af535cdd4 --- /dev/null +++ b/tdeabc/plugins/net/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_net" ) diff --git a/tdeabc/plugins/sql/CMakeL10n.txt b/tdeabc/plugins/sql/CMakeL10n.txt new file mode 100644 index 000000000..5452d3d8b --- /dev/null +++ b/tdeabc/plugins/sql/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeabc_sql" ) |