summaryrefslogtreecommitdiffstats
path: root/servicetypes
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
commit8362bf63dea22bbf6736609b0f49c152f975eb63 (patch)
tree0eea3928e39e50fae91d4e68b21b1e6cbae25604 /servicetypes
downloadkoffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz
koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'servicetypes')
-rw-r--r--servicetypes/Makefile.am4
-rw-r--r--servicetypes/kochart.desktop4
-rw-r--r--servicetypes/kofficepart.desktop85
-rw-r--r--servicetypes/kofilter.desktop82
-rw-r--r--servicetypes/kofilterwrapper.desktop60
-rw-r--r--servicetypes/koplugin.desktop77
6 files changed, 312 insertions, 0 deletions
diff --git a/servicetypes/Makefile.am b/servicetypes/Makefile.am
new file mode 100644
index 00000000..f5380059
--- /dev/null
+++ b/servicetypes/Makefile.am
@@ -0,0 +1,4 @@
+
+servicetype_DATA = kofilter.desktop koplugin.desktop \
+kofficepart.desktop kochart.desktop kofilterwrapper.desktop
+servicetypedir = $(kde_servicetypesdir)
diff --git a/servicetypes/kochart.desktop b/servicetypes/kochart.desktop
new file mode 100644
index 00000000..e7a89b38
--- /dev/null
+++ b/servicetypes/kochart.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KOfficeChart
+
diff --git a/servicetypes/kofficepart.desktop b/servicetypes/kofficepart.desktop
new file mode 100644
index 00000000..0d670b11
--- /dev/null
+++ b/servicetypes/kofficepart.desktop
@@ -0,0 +1,85 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KOfficePart
+X-KDE-Derived=KParts/ReadWritePart
+Comment=KOffice Component
+Comment[af]=Koffice Komponent
+Comment[ar]=مُكَوِّن KOffice
+Comment[az]=KOffice Komponenti
+Comment[bg]=Компонент на KOffice
+Comment[br]=Parzh KOffice
+Comment[bs]=KOffice komponenta
+Comment[ca]=Component de KOffice
+Comment[cs]=Komponenta KOffice
+Comment[cy]=Cydran KOffice
+Comment[da]=KOffice-komponent
+Comment[de]=KOffice-Komponente
+Comment[el]=Συστατικό του KOffice
+Comment[eo]=KOffice-komponanto
+Comment[es]=Componente de KOffice
+Comment[et]=KOffice'i komponent
+Comment[eu]=KOffice-en osagaia
+Comment[fa]=مؤلفۀ KOffice
+Comment[fi]=KOffice-komponentti
+Comment[fr]=Composant KOffice
+Comment[fy]=KOffice komponint
+Comment[ga]=Comhpháirt KOffice
+Comment[gl]=Componente de KOffice
+Comment[he]=רכיב של KOffice
+Comment[hi]=केऑफ़िस घटक
+Comment[hr]=KOffice komponenta
+Comment[hu]=KOffice-komponens
+Comment[id]=Komponen KOffice
+Comment[is]=KOffice hluti
+Comment[it]=Componente di KOffice
+Comment[ja]=KOffice コンポーネント
+Comment[km]=សមាសភាគ KOffice
+Comment[lo]=ຄອມໂພເນນຕຂອງໂປຣແກມຊຸດສໍານັກງານ K
+Comment[lt]=KOffice Komponentas
+Comment[lv]=KOffice komponente
+Comment[mk]=KOffice компонента
+Comment[ms]=Komponen KOffice
+Comment[mt]=Komponent tal-KOffice
+Comment[nb]=KOffice-komponent
+Comment[nds]=KOffice-Komponent
+Comment[ne]=केडीई कार्यालय अवयव
+Comment[nn]=KOffice-komponent
+Comment[pl]=Komponent KOffice
+Comment[pt]=Componente do KOffice
+Comment[pt_BR]=Componente do KOffice
+Comment[ro]=Componentă KOffice
+Comment[ru]=Компонент KOffice
+Comment[se]=Koffice-oassi
+Comment[sk]=Zložka Koffice
+Comment[sl]=Komponenta za KOffice
+Comment[sr]=KOffice-ова компонента
+Comment[sr@Latn]=KOffice-ova komponenta
+Comment[sv]=Koffice-komponent
+Comment[ta]=KOffice கூறு
+Comment[tg]=Компоненти KOffice
+Comment[th]=คอมโพเน็นต์ของโปรแกรมชุดสำนักงาน K
+Comment[tr]=KOffice Bileşeni
+Comment[uk]=Компонента KOffice
+Comment[uz]=KOffice komponenti
+Comment[uz@cyrillic]=KOffice компоненти
+Comment[ven]=Khomphonente ya ofisi ya K
+Comment[wa]=Componint Koffice
+Comment[xh]=Ingxenye ye KOffice
+Comment[zh_CN]=KOffice 组件
+Comment[zh_TW]=KOffice 元件
+Comment[zu]=Ingxenye ye KOffice
+
+# Name of the native mimetype (mandatory) - currently still the KOffice-1.3 one, e.g. application/x-kword
+[PropertyDef::X-KDE-NativeMimeType]
+Type=QString
+
+# Name of the OASIS native mimetype (temporary, and optional)
+[PropertyDef::X-KDE-NativeOasisMimeType]
+Type=QString
+
+# Name of the additional mimetypes that the application can load/save natively
+[PropertyDef::X-KDE-ExtraNativeMimeTypes]
+Type=QStringList
+
+[PropertyDef::X-KDE-NOTKoDocumentEmbeddable]
+Type=bool
diff --git a/servicetypes/kofilter.desktop b/servicetypes/kofilter.desktop
new file mode 100644
index 00000000..055933ef
--- /dev/null
+++ b/servicetypes/kofilter.desktop
@@ -0,0 +1,82 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KOfficeFilter
+Comment=KOffice Filter
+Comment[af]=Koffice Filter
+Comment[ar]=مِرْشَح KOffice
+Comment[az]=KOffice Süzgəci
+Comment[bg]=Филтър на KOffice
+Comment[br]=Sil KOffice
+Comment[bs]=KOffice filter
+Comment[ca]=Filtre de KOffice
+Comment[cs]=Filtr KOffice
+Comment[cy]=Hidlen KOffice
+Comment[da]=KOffice-filter
+Comment[de]=KOffice-Filter
+Comment[el]=Φίλτρο του KOffice
+Comment[eo]=KOffice-filtrilo
+Comment[es]=Filtro de KOffice
+Comment[et]=KOffice'i filter
+Comment[eu]=KOffice iragazkia
+Comment[fa]=پالایۀ KOffice
+Comment[fi]=KOffice-suodin
+Comment[fo]=KSkrivstovu-filtur
+Comment[fr]=Filtre KOffice
+Comment[fy]=KOffice filter
+Comment[ga]=Scagaire KOffice
+Comment[gl]=Filtro de KOffice
+Comment[he]=מסנן של KOffice
+Comment[hi]=केऑफ़िस फ़िल्टर
+Comment[hr]=KOffice filtar
+Comment[hu]=KOffice-szűrő
+Comment[id]=Filter KOffice
+Comment[is]=KOffice sía
+Comment[it]=Filtro di KOffice
+Comment[ja]=KOffice フィルタ
+Comment[km]=តម្រង KOffice
+Comment[lo]=ຕົວກອງຂອງໂປຣແກມຊຸດສໍານັກງານ K
+Comment[lt]=KOffice Filtras
+Comment[lv]=KOffice filtrs
+Comment[mk]=KOffice филтер
+Comment[ms]=Penapis KOffice
+Comment[mt]=Filtru KOffice
+Comment[nb]=KOffice-filter
+Comment[nds]=KOffice-Filter
+Comment[ne]=केडीई कार्यालय फिल्टर
+Comment[nn]=KOffice-filter
+Comment[pl]=Filtr KOffice
+Comment[pt]=Filtro do KOffice
+Comment[pt_BR]=Filtro do KOffice
+Comment[ro]=Filtru KOffice
+Comment[ru]=Фильтр KOffice
+Comment[se]=KOffice-silli
+Comment[sk]=Filter Koffice
+Comment[sl]=Filter za KOffice
+Comment[sr]=KOffice-ов филтер
+Comment[sr@Latn]=KOffice-ov filter
+Comment[sv]=Koffice-filter
+Comment[ta]=KOffice வடிகட்டி
+Comment[tg]=Филтри KOffice
+Comment[th]=ตัวกรองของโปรแกรมชุดสำนักงาน K
+Comment[tr]=KOffice Filtresi
+Comment[uk]=Фільтр KOffice
+Comment[uz]=KOffice filteri
+Comment[uz@cyrillic]=KOffice филтери
+Comment[ven]=Filithara ya ofisi ya K
+Comment[wa]=Passete po KOffice
+Comment[xh]=Isihluzi se KOffice
+Comment[zh_CN]=KOffice 过滤器
+Comment[zh_TW]=KOffice 過濾程式
+Comment[zu]=Icebo lokuhlaziya ifayela yenimininigwane i KOffice
+
+[PropertyDef::X-KDE-Import]
+Type=QStringList
+
+[PropertyDef::X-KDE-Export]
+Type=QStringList
+
+[PropertyDef::X-KDE-Weight]
+Type=int
+
+[PropertyDef::X-KDE-Available]
+Type=QString
diff --git a/servicetypes/kofilterwrapper.desktop b/servicetypes/kofilterwrapper.desktop
new file mode 100644
index 00000000..3256d80a
--- /dev/null
+++ b/servicetypes/kofilterwrapper.desktop
@@ -0,0 +1,60 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KOfficeGenericFilter
+Comment=KOffice Filter Wrapper
+Comment[ar]=مُغَلِّف مِرْشَح KOffice
+Comment[bg]=Обвивка за филтър на KOffice
+Comment[ca]=Filtre de l'embolcall de KOffice
+Comment[cs]=Obecný filtr KOffice
+Comment[cy]=Lapiad Hidlen KOffice
+Comment[da]=KOffice-filteromslag
+Comment[de]=KOffice-Filter-Wrapper
+Comment[el]=Περίβλημα φίλτρου του KOffice
+Comment[eo]=KOffice-filtrilfasado
+Comment[es]=Filtro de interfaz (wrapper) de KOffice
+Comment[et]=KOffice'i filtrirakendus
+Comment[eu]=KOffice iragazkiaren zorroa
+Comment[fa]=سطربند پالایۀ KOffice
+Comment[fi]=KOfficen suotimien välitysohjelma
+Comment[fr]=Conteneur de filtre KOffice
+Comment[fy]=KOffice filterwrapper
+Comment[gl]=Interface para un Filtro de KOffice
+Comment[he]=עטיפת מסנן של KOffice
+Comment[hi]=के-ऑफ़िस फ़िल्टर रैपर
+Comment[hr]=KOffice omatanje filtra
+Comment[hu]=KOffice-szűrőprogram
+Comment[is]=KOffice síuhluti
+Comment[it]=Adattatore per filtri di KOffice
+Comment[ja]=KOffice フィルタラッパー
+Comment[km]=ឧបករណ័​រុំ​តម្រង KOffice
+Comment[lo]=ຕົວກອງຂອງໂປຣແກມຊຸດສໍານັກງານ K
+Comment[lv]=KOffice filtra apstrādātājs
+Comment[ms]=Pembalut Penapis KOffice
+Comment[nb]=KOffice-filterinnpakning
+Comment[nds]=Filter-Koppelsteed för KOffice
+Comment[ne]=केडीई कार्यालय फिल्टर र्यापर
+Comment[nl]=KOffice Filterwrapper
+Comment[nn]=KOffice-filteromslag
+Comment[pl]=Pojemnik grupujący filtry dla KOffice
+Comment[pt]=Interface para um Filtro do KOffice
+Comment[pt_BR]=Filtro Wrapper do KOffice
+Comment[ru]=Обработчик фильтра KOffice
+Comment[se]=KOffice-silleskuvdu
+Comment[sk]=Obálka filtrov KOffice
+Comment[sl]=Skupek filtrov za KOffice
+Comment[sr]=KOffice-ов омотач филтера
+Comment[sr@Latn]=KOffice-ov omotač filtera
+Comment[sv]=Koffice-filteromgivning
+Comment[ta]=Kஅலுவலக வடிகட்டி முடி
+Comment[tg]=Рӯмуқоваи Филтри KOffice
+Comment[tr]=KOffice Filtre Kaydırması
+Comment[uk]=Обгортка фільтрів KOffice
+Comment[xh]=Isisongeli Sesihluzi se KOffice
+Comment[zh_CN]=KOffice 过滤器包装
+Comment[zh_TW]=KOffice 過濾器包裝
+
+[PropertyDef::X-KDE-Wrapper-Import]
+Type=QString
+
+[PropertyDef::X-KDE-Wrapper-Export]
+Type=QString
diff --git a/servicetypes/koplugin.desktop b/servicetypes/koplugin.desktop
new file mode 100644
index 00000000..ee1d3570
--- /dev/null
+++ b/servicetypes/koplugin.desktop
@@ -0,0 +1,77 @@
+[Desktop Entry]
+Type=ServiceType
+X-KDE-ServiceType=KOfficePlugin
+Comment=KOffice Plugin
+Comment[af]=Koffice Inplak
+Comment[ar]=مُلْحَق KOffice
+Comment[az]=KOffice Əlavəsi
+Comment[bg]=Приставка за KOffice
+Comment[br]=Lugant KOffice
+Comment[bs]=KOffice dodatak
+Comment[ca]=Connector per a KOffice
+Comment[cs]=KOffice plugin
+Comment[cy]=Ategyn KOffice
+Comment[da]=KOffice-plugin
+Comment[de]=KOffice-Modul
+Comment[el]=Πρόσθετο του KOffice
+Comment[eo]=Kromprogramo por KOffice
+Comment[es]=Complemento de KOffice
+Comment[et]=KOffice'i plugin
+Comment[eu]=KOffice-en plugina
+Comment[fa]=وصلۀ KOffice
+Comment[fi]=KOffice-laajennus
+Comment[fo]=KSkrivstovu-ístingur
+Comment[fr]=Module externe de KOffice
+Comment[fy]=KOffice plugin
+Comment[ga]=Breiseán KOffice
+Comment[gl]=Plugin para KOffice
+Comment[he]=תוסף של KOffice
+Comment[hi]=केऑफ़िस प्लगइन
+Comment[hr]=KOffice dodatak
+Comment[hu]=KOffice-bővítőmodul
+Comment[id]=Plugin KOffice
+Comment[is]=KOffice íforrit
+Comment[it]=Plugin di KOffice
+Comment[ja]=KOffice プラグイン
+Comment[km]=កម្មវិធី​ជំនួយ​KOffice
+Comment[lo]=ປັກອິນຂອງໂປຣແກມຊຸດສໍານັກງານ K
+Comment[lt]=KOffice Priedas
+Comment[lv]=KOffice spraudnis
+Comment[mk]=KOffice плагин
+Comment[ms]=Plugin KOffice
+Comment[mt]=Plagin KOffice
+Comment[nb]=KOffice-modul
+Comment[nds]=KOffice-Moduul
+Comment[ne]=केडीई कार्यालय प्लगइन
+Comment[nn]=KOffice-modul
+Comment[pl]=Wtyczka KOffice
+Comment[pt]=Módulo para o KOffice
+Comment[pt_BR]=Plug-n do KOffice
+Comment[ro]=Modul KOffice
+Comment[ru]=Модуль KOffice
+Comment[se]=KOffice-moduvla
+Comment[sk]=Zásuvný modul Koffice
+Comment[sl]=Vstavek za KOffice
+Comment[sr]=KOffice-ов прикључак
+Comment[sr@Latn]=KOffice-ov priključak
+Comment[sv]=Insticksprogram till Koffice
+Comment[ta]=KOffice சொருகல்
+Comment[tg]=Дарҷ кардани KOffice
+Comment[th]=ปลั๊กอินของโปรแกรมชุดสำนักงาน K
+Comment[tr]=KOffice Eklentisi
+Comment[uk]=Втулок KOffice
+Comment[uz]=KOffice plagini
+Comment[uz@cyrillic]=KOffice плагини
+Comment[ven]=Plugin ya ofisi ya K
+Comment[wa]=Tchôke-divins po KOffice
+Comment[xh]=Iplagi efakiweyo ye KOffice
+Comment[zh_CN]=KOffice 插件
+Comment[zh_TW]=KOffice 外掛程式
+Comment[zu]=Iplagi efakiweyo ye KOffice
+
+[PropertyDef::MenuEntries]
+Type=QStringList
+
+[PropertyDef::ToolBarEntries]
+Type=QStringList
+