From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krfb/kinetd/kinetdmodule.desktop | 148 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 krfb/kinetd/kinetdmodule.desktop (limited to 'krfb/kinetd/kinetdmodule.desktop') diff --git a/krfb/kinetd/kinetdmodule.desktop b/krfb/kinetd/kinetdmodule.desktop new file mode 100644 index 00000000..865fecf3 --- /dev/null +++ b/krfb/kinetd/kinetdmodule.desktop @@ -0,0 +1,148 @@ +# describes the servicetype that you need to implement in order to use +# kinetd. +[Desktop Entry] +Type=ServiceType +X-KDE-ServiceType=KInetDModule +Name=KInetD Module Type +Name[ar]=KInetD نوع وحدة +Name[be]=Тып модуля KInetD +Name[bg]=Модул на KInetD +Name[bn]=কে-আইনেট-ডি মডিউল ধরন +Name[br]=Seurt ar mollad KInetD +Name[bs]=KInetD tip modula +Name[ca]=Tipus de mòdul del KInetD +Name[cs]=Typ modulu KInetD +Name[cy]=Math Modiwl KInetD +Name[da]=KInetD-modultype +Name[de]=KInetD Modultyp +Name[el]=Τύπος αρθρώματος KInetD +Name[eo]=KInetD-modulotipo +Name[es]=Tipo de módulo KInetD +Name[et]=KInetD mooduli tüüp +Name[eu]=KInetD modulu mota +Name[fa]=نوع پیمانۀ KInetD +Name[fi]=KInetD-moduulityyppi +Name[fr]=Type de module de KInetD +Name[ga]=Cineál Modúil KInetD +Name[gl]=Tipo de módulo KInetD +Name[he]=סוג מודול של KInetD +Name[hi]=के-इनिट-डी मॉड्यूल प्रकार +Name[hr]=Tip KInetD Modula +Name[hu]=KInetD modultípus +Name[is]=KInetD Module tegund +Name[it]=Tipo modulo KInetD +Name[ja]=KInetD モジュールタイプ +Name[ka]=KInetD მოდულის ტიპი +Name[kk]=KInetD модулі +Name[km]=ប្រភេទ​ម៉ូលឌុល KInetD +Name[lt]=KInetD modulio tipas +Name[mk]=Тип на модул за KInetD +Name[mn]=Модуль KInetD +Name[ms]=Jenis Modul KInetD +Name[mt]=Tip ta' modulu KInetD +Name[nb]=KInetd-programtillegstype +Name[nds]=KInetD-Moduultyp +Name[ne]=KInetD मोड्युल प्रकार +Name[nl]=KInetD-moduletype +Name[nn]=KInetD-programtilleggstype +Name[nso]=Mohuta wa Seripa sa KInetD +Name[pa]=KInetD ਮੋਡੀਊਲ ਕਿਸਮ +Name[pl]=Typ modułu KInetD +Name[pt]=Tipo de Módulo do KInetD +Name[pt_BR]=Módulo KInetD +Name[ro]=Tip modul KInetD +Name[ru]=Модуль KInetD +Name[se]=KInetD-moduvlašládja +Name[sk]=Typ modulu KInetD +Name[sl]=Vrsta modula KInetD +Name[sr]=KInetD врста модула +Name[sr@Latn]=KInetD vrsta modula +Name[sv]=Kinetd-modultyp +Name[ta]=KInetD கூறு வகை +Name[tg]=Навъи Модули KInetD +Name[tr]=KDED Modül Türü +Name[uk]=Тип модулю KinetD +Name[ven]=Lushaka lwa Modulu ya KInetD +Name[xh]=Udidi Lomqongo womlinganiselo we KInetD +Name[zh_CN]=KInetD 模块类型 +Name[zh_HK]=KInetD 模組類型 +Name[zh_TW]=KInetD 模組類型 +Name[zu]=KInetD Uhlobo Lokwenza + +# id to manipulate the service +[PropertyDef::X-KDE-KINETD-id] +Type=QString + +# describes the TCP port kinetd should listen to +[PropertyDef::X-KDE-KINETD-port] +Type=int + +# if set and >0, the number of ports kinetd should probe if the port is in use +[PropertyDef::X-KDE-KINETD-autoPortRange] +Type=int + +# if enabled, kinetd will listen on the port. Can be overridden using the +# dcop interface. +[PropertyDef::X-KDE-KINETD-enabled] +Type=bool + +# if set, this argument is given to the app to start, followed by the number +# of the socket's fd +[PropertyDef::X-KDE-KINETD-argument] +Type=QString + +# if true, kinetd can accepts several connections at the same time. Otherwise +# it will block the port when a connection has been established. +[PropertyDef::X-KDE-KINETD-multiInstance] +Type=bool + +# if set, kinetd will register the given URL at the local SLP SA while +# the port is open. It will register one URL for each IP address of the +# host. +# The following strings will be substituted: +# %h with the local IP address +# %p with the port number +# %u with the user's login name +# %f with the user's full name +# %i with a UUID thats identical in all URLs of this service +[PropertyDef::X-KDE-KINETD-serviceURL] +Type=QString + +# if kinetd registers a service URL, this string will be used for its attributes. +# The following strings will be substituted: +# %h with the local IP address +# %p with the port number +# %u with the user's login name +# %f with the user's full name +# %i with a UUID thats identical in all URLs of this service +[PropertyDef::X-KDE-KINETD-serviceAttributes] +Type=QString + +# the lifetime of a service in seconds. kinets will renew the service +# automatically. Max 65535, never use anything under 2 min. Something like +# 5-20 minutes is a sane value for most desktop applications. +[PropertyDef::X-KDE-KINETD-serviceLifetime] +Type=int + +# if set, kinetd will announce service with given name on local network while +# the port is open. +# The following strings will be substituted: +# %h with the local IP address +# %f with the user's full name +# %p with the port number + +[PropertyDef::X-KDE-KINETD-DNSSD-Name] +Type=QString + +# if kinetd announces service on network using DNS-SD, this string will be used as service +# type. It must be in form _yourservice._udp or _yourservice._tcp +# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name + +[PropertyDef::X-KDE-KINETD-DNSSD-Type] +Type=QString + +# defines list of text properties for service announced via DNS-SD +# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name +[PropertyDef::X-KDE-KINETD-DNSSD-Properties] +Type=QStringList + -- cgit v1.2.1