diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 04:00:36 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 04:00:36 +0100 |
commit | b95b665c78a047fc540e2bc4a8c19be6db03b825 (patch) | |
tree | d458400982a64cea4f679de3419f3ae344ec34a1 /kicker/applets | |
parent | 4fd188ff945d25bc049301e3f033d939bca87565 (diff) | |
download | tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.tar.gz tdebase-b95b665c78a047fc540e2bc4a8c19be6db03b825.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/clock/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/launcher/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/lockout/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/media/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/menu/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/minipager/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/naughty/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/run/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/systemtray/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/taskbar/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | kicker/applets/trash/CMakeL10n.txt | 3 |
12 files changed, 36 insertions, 0 deletions
diff --git a/kicker/applets/CMakeL10n.txt b/kicker/applets/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/kicker/applets/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/kicker/applets/clock/CMakeL10n.txt b/kicker/applets/clock/CMakeL10n.txt new file mode 100644 index 000000000..415d2354d --- /dev/null +++ b/kicker/applets/clock/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "clockapplet" ) diff --git a/kicker/applets/launcher/CMakeL10n.txt b/kicker/applets/launcher/CMakeL10n.txt new file mode 100644 index 000000000..d4c2ef565 --- /dev/null +++ b/kicker/applets/launcher/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "quicklauncher" ) diff --git a/kicker/applets/lockout/CMakeL10n.txt b/kicker/applets/lockout/CMakeL10n.txt new file mode 100644 index 000000000..449541c69 --- /dev/null +++ b/kicker/applets/lockout/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "lockout" ) diff --git a/kicker/applets/media/CMakeL10n.txt b/kicker/applets/media/CMakeL10n.txt new file mode 100644 index 000000000..525497545 --- /dev/null +++ b/kicker/applets/media/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "mediaapplet" ) diff --git a/kicker/applets/menu/CMakeL10n.txt b/kicker/applets/menu/CMakeL10n.txt new file mode 100644 index 000000000..11a60647a --- /dev/null +++ b/kicker/applets/menu/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kmenuapplet" ) diff --git a/kicker/applets/minipager/CMakeL10n.txt b/kicker/applets/minipager/CMakeL10n.txt new file mode 100644 index 000000000..43eccc46c --- /dev/null +++ b/kicker/applets/minipager/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kminipagerapplet" ) diff --git a/kicker/applets/naughty/CMakeL10n.txt b/kicker/applets/naughty/CMakeL10n.txt new file mode 100644 index 000000000..17223fece --- /dev/null +++ b/kicker/applets/naughty/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "naughtyapplet" ) diff --git a/kicker/applets/run/CMakeL10n.txt b/kicker/applets/run/CMakeL10n.txt new file mode 100644 index 000000000..2836b91be --- /dev/null +++ b/kicker/applets/run/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "krunapplet" ) diff --git a/kicker/applets/systemtray/CMakeL10n.txt b/kicker/applets/systemtray/CMakeL10n.txt new file mode 100644 index 000000000..6ebb7f826 --- /dev/null +++ b/kicker/applets/systemtray/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ksystemtrayapplet" ) diff --git a/kicker/applets/taskbar/CMakeL10n.txt b/kicker/applets/taskbar/CMakeL10n.txt new file mode 100644 index 000000000..04041396a --- /dev/null +++ b/kicker/applets/taskbar/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "ktaskbarapplet" ) diff --git a/kicker/applets/trash/CMakeL10n.txt b/kicker/applets/trash/CMakeL10n.txt new file mode 100644 index 000000000..565bcddb7 --- /dev/null +++ b/kicker/applets/trash/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "trashapplet" ) |