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 16:45:28 +0100 |
commit | c0bebcf76b3162137d5d5ef1d8bf441802c9e653 (patch) | |
tree | 1d457aa6164d1f6d72be71ebdd58916f047f8888 /kicker/applets | |
parent | 2c7795c2c73cc4dd6cb1d1563e3d00e7119bcbf5 (diff) | |
download | tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.tar.gz tdebase-c0bebcf76b3162137d5d5ef1d8bf441802c9e653.zip |
Add CMakeL10n rules.
Update TIMEZONES list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b95b665c78a047fc540e2bc4a8c19be6db03b825)
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" ) |