parent
d8f10636af
commit
d52362de8e
@ -0,0 +1,17 @@
|
||||
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||
|
||||
file(GLOB DESKTOP_FILES_IN *.desktop.in)
|
||||
|
||||
# Translations **********************************
|
||||
lxqt_translate_desktop(DESKTOP_FILES
|
||||
SOURCES
|
||||
${DESKTOP_FILES_IN}
|
||||
)
|
||||
add_custom_target(lxqt_notificationd_autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES})
|
||||
#************************************************
|
||||
|
||||
install(FILES
|
||||
${DESKTOP_FILES}
|
||||
DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
|
||||
COMPONENT Runtime
|
||||
)
|
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Notification Daemon
|
||||
TryExec=lxqt-notificationd
|
||||
Exec=lxqt-notificationd
|
||||
OnlyShowIn=LXQt;
|
||||
X-LXQt-Module=true
|
||||
|
||||
#TRANSLATIONS_DIR=translations
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[ar]=بريمج الإشعارات
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[cs]=Oznamovací démon
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[cs_CZ]=Oznamovací démon
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[da]=Notifikationsbaggrundsprogram
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[de]=Benachrichtigungsdaemon
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[el]=Υπηρεσία ειδοποιήσεων
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[eo]=Demono de atentigoj
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[es]=Demonio de notificaciones
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[es_VE]=Demonio de notificaciones
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[eu]=Jakinarazpen-deabrua
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[fi]=Ilmoituspalvelu
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[fr]=Démon de notification
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[hu]=Értesítő szolgáltatás
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[it_IT]=Demone delle notifiche
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[ja]=通知デーモン
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[lt]=Pranešimų tarnyba
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[nl]=notificatie Daemon
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[pl_PL]=Daemon Powiadomień
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[pt]=Serviço de notificações
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[pt_BR]=Daemon de notificação
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[ro_RO]=Daemon de notificare
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[ru_RU]=Служба уведомлений
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[sl]=Obvestilnik
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[th_TH]=ดีมอนการแจ้งเตือน
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[tr]=Bildirim Artsüreci
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[uk]=Демон сповіщень
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[zh_CN]=通知服务
|
@ -0,0 +1,2 @@
|
||||
# Translations
|
||||
Name[zh_TW]=系統通知程序
|
@ -1,4 +1,4 @@
|
||||
# Translations
|
||||
GenericName[lt]=Qlipper
|
||||
Name[lt]=Energijos naudojimo nustatymai
|
||||
Comment[lt]=Konfigūruoti freedesktop pranešimus LXQt darbalaukyje
|
||||
GenericName[lt]=LXQt pranešimų nustatymai
|
||||
Name[lt]=Darbalaukio pranešimai
|
||||
Comment[lt]=Konfigūruoti darbalaukio pranešimus
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Translations
|
||||
GenericName[pl_PL]=Konfiguracja wyglądu LXQt
|
||||
Name[pl_PL]=Konfiguracja wyglądu LXQt
|
||||
Comment[pl_PL]=Konfiguruj powiadomienia freedesktop w LXQt
|
||||
Name[pl_PL]=Powiadomienia ekranowe
|
||||
GenericName[pl_PL]=Ustawienia powiadomień LXQt
|
||||
Comment[pl_PL]=Konfiguruj powiadomienia ekranowe
|
||||
|
Loading…
Reference in new issue