From a00b18e2cc9a73bedae44dff0dd75e2b29429247 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 30 Aug 2020 16:50:03 +0200 Subject: Desktop file translations: + Creation of POT template for desktop files added to CMakeL10n rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9dc69520254e01e0bc39f89b67824302b93d0c98) --- src/CMakeL10n.txt | 5 +++++ src/kima.desktop | 23 +++++++---------------- 2 files changed, 12 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index d64360d..a12f4b7 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kima" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kima.desktop/" + SOURCES kima.desktop +) diff --git a/src/kima.desktop b/src/kima.desktop index 67587b8..86462e7 100644 --- a/src/kima.desktop +++ b/src/kima.desktop @@ -1,23 +1,14 @@ [Desktop Entry] +Name=Kima + +Comment=Kicker applet that monitors various temperature, frequency and fan sources + Encoding=UTF-8 Type=Plugin -X-TDE-Library = libkima -X-TDE-UniqueApplet = true #Exec=kima %i %m -caption "%c" -X-DocPath=kima/index.html #Icon=kima Icon=hwinfo - -Name=Kima -Name[de]=Kima -Name[fr]=Kima -Comment=Kicker applet that monitors various temperature, frequency and fan sources -Comment[de]=Kicker-Applet, dass verschiedene Temperatur-, Frequenz- und Lüftersensoren anzeigt. -Comment[es]=Un applet para el Kicker que monitorea varias fuentes de temperatura y velocidad de los procesadores y del cooler -Comment[fr]=Un applet Kicker qui montre la température du CPU, sa fréquence ainsi que la vitesse du ventilateur(CPU). -Comment[it]=CpuInfo è una semplice Applet per Kicker che visualizza la frequenza e la temperatura della CPU. -Comment[pl]=Aplet Kickera pokazujacy obecna temperature i frekwencje procesora. -Comment[sv]=Kicker-miniprogram som övervakar olika temperatur-, frekvens- och fläktkällor -Comment[tr]=Çeşitli fan, ısı ve frekans kaynaklarını izlemeye yarayan panel programcığı -Comment[id]=Applet Kicker yang memantau berbagai sumber temperatur, frekuensi, dan putaran kipas Terminal=false +X-TDE-Library = libkima +X-TDE-UniqueApplet = true +X-DocPath=kima/index.html -- cgit v1.2.3