diff options
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/descriptions/CMakeL10n.txt | 6 | ||||
-rw-r--r-- | tdeprint/kjobviewer/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/kprinter/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/printmgr/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/slave/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/tdeprint_part/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tdeprint/tdeprintfax/CMakeL10n.txt | 3 |
8 files changed, 27 insertions, 0 deletions
diff --git a/tdeprint/CMakeL10n.txt b/tdeprint/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tdeprint/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tdeprint/descriptions/CMakeL10n.txt b/tdeprint/descriptions/CMakeL10n.txt new file mode 100644 index 000000000..88c5a2ffd --- /dev/null +++ b/tdeprint/descriptions/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ppdtranslations" + DESTINATION "${POT_SOURCE_DIR}/../tdelibs" +) diff --git a/tdeprint/kjobviewer/CMakeL10n.txt b/tdeprint/kjobviewer/CMakeL10n.txt new file mode 100644 index 000000000..6db61c0cd --- /dev/null +++ b/tdeprint/kjobviewer/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kjobviewer" ) diff --git a/tdeprint/kprinter/CMakeL10n.txt b/tdeprint/kprinter/CMakeL10n.txt new file mode 100644 index 000000000..ba2ade074 --- /dev/null +++ b/tdeprint/kprinter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kprinter" ) diff --git a/tdeprint/printmgr/CMakeL10n.txt b/tdeprint/printmgr/CMakeL10n.txt new file mode 100644 index 000000000..e396ce586 --- /dev/null +++ b/tdeprint/printmgr/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kcmprintmgr" ) diff --git a/tdeprint/slave/CMakeL10n.txt b/tdeprint/slave/CMakeL10n.txt new file mode 100644 index 000000000..a96937a24 --- /dev/null +++ b/tdeprint/slave/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeio_print" ) diff --git a/tdeprint/tdeprint_part/CMakeL10n.txt b/tdeprint/tdeprint_part/CMakeL10n.txt new file mode 100644 index 000000000..e7f0ab0c9 --- /dev/null +++ b/tdeprint/tdeprint_part/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeprint_part" ) diff --git a/tdeprint/tdeprintfax/CMakeL10n.txt b/tdeprint/tdeprintfax/CMakeL10n.txt new file mode 100644 index 000000000..23073b13a --- /dev/null +++ b/tdeprint/tdeprintfax/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdeprintfax" ) |