From 865f314dd5ed55508f45a32973b709b79a541e36 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 11 Dec 2009 03:46:01 +0000 Subject: kdelibs update to Trinity v3.5.11 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mimetypes/application/Makefile.am | 20 ++++- mimetypes/application/vnd.ms-access.desktop | 9 +++ .../vnd.ms-excel.addin.macroEnabled.12.desktop | 89 +++++++++++++++++++++ mimetypes/application/vnd.ms-excel.desktop | 1 + ...d.ms-excel.sheet.binary.macroEnabled.12.desktop | 89 +++++++++++++++++++++ .../vnd.ms-excel.sheet.macroEnabled.12.desktop | 89 +++++++++++++++++++++ .../vnd.ms-excel.template.macroEnabled.12.desktop | 89 +++++++++++++++++++++ ...vnd.ms-powerpoint.addin.macroEnabled.12.desktop | 86 ++++++++++++++++++++ mimetypes/application/vnd.ms-powerpoint.desktop | 1 + ...powerpoint.presentation.macroEnabled.12.desktop | 86 ++++++++++++++++++++ ...ms-powerpoint.slideshow.macroEnabled.12.desktop | 86 ++++++++++++++++++++ ....ms-powerpoint.template.macroEnabled.12.desktop | 86 ++++++++++++++++++++ mimetypes/application/vnd.ms-word.desktop | 1 + .../vnd.ms-word.document.macroEnabled.12.desktop | 91 ++++++++++++++++++++++ .../vnd.ms-word.template.macroEnabled.12.desktop | 91 ++++++++++++++++++++++ .../vnd.oasis.opendocument.database.desktop | 9 +++ ...icedocument.presentationml.presentation.desktop | 86 ++++++++++++++++++++ ...officedocument.presentationml.slideshow.desktop | 86 ++++++++++++++++++++ ...-officedocument.presentationml.template.desktop | 86 ++++++++++++++++++++ ...mats-officedocument.spreadsheetml.sheet.desktop | 89 +++++++++++++++++++++ ...s-officedocument.spreadsheetml.template.desktop | 89 +++++++++++++++++++++ ...fficedocument.wordprocessingml.document.desktop | 91 ++++++++++++++++++++++ ...fficedocument.wordprocessingml.template.desktop | 91 ++++++++++++++++++++++ mimetypes/application/x-nzb.desktop | 11 +++ 24 files changed, 1551 insertions(+), 1 deletion(-) create mode 100644 mimetypes/application/vnd.ms-access.desktop create mode 100644 mimetypes/application/vnd.ms-excel.addin.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-excel.sheet.binary.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-excel.sheet.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-excel.template.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-powerpoint.addin.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-powerpoint.presentation.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-powerpoint.template.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-word.document.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.ms-word.template.macroEnabled.12.desktop create mode 100644 mimetypes/application/vnd.oasis.opendocument.database.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.presentationml.presentation.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.presentationml.slideshow.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.presentationml.template.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.template.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.document.desktop create mode 100644 mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.template.desktop create mode 100644 mimetypes/application/x-nzb.desktop (limited to 'mimetypes') diff --git a/mimetypes/application/Makefile.am b/mimetypes/application/Makefile.am index 08e10ed79..543394b01 100644 --- a/mimetypes/application/Makefile.am +++ b/mimetypes/application/Makefile.am @@ -67,7 +67,25 @@ mimetypeapplicationdata_DATA = x-dvi.desktop x-gzdvi.desktop x-bz2dvi.desktop \ x-java-jnlp-file.desktop xml-dtd.desktop fits.desktop \ x-rar-compressed.desktop \ x-sqlite2.desktop x-sqlite3.desktop chm.desktop \ - x-mplayer2.desktop + x-mplayer2.desktop \ + x-nzb.desktop \ + vnd.openxmlformats-officedocument.wordprocessingml.document.desktop \ + vnd.openxmlformats-officedocument.wordprocessingml.template.desktop \ + vnd.ms-word.document.macroEnabled.12.desktop \ + vnd.ms-word.template.macroEnabled.12.desktop \ + vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop \ + vnd.openxmlformats-officedocument.spreadsheetml.template.desktop \ + vnd.ms-excel.sheet.macroEnabled.12.desktop \ + vnd.ms-excel.template.macroEnabled.12.desktop \ + vnd.ms-excel.addin.macroEnabled.12.desktop \ + vnd.ms-excel.sheet.binary.macroEnabled.12.desktop \ + vnd.openxmlformats-officedocument.presentationml.presentation.desktop \ + vnd.openxmlformats-officedocument.presentationml.template.desktop \ + vnd.openxmlformats-officedocument.presentationml.slideshow.desktop \ + vnd.ms-powerpoint.addin.macroEnabled.12.desktop \ + vnd.ms-powerpoint.presentation.macroEnabled.12.desktop \ + vnd.ms-powerpoint.template.macroEnabled.12.desktop \ + vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop mimetypeapplicationdatadir = $(kde_mimedir)/application diff --git a/mimetypes/application/vnd.ms-access.desktop b/mimetypes/application/vnd.ms-access.desktop new file mode 100644 index 000000000..bf0ad78cb --- /dev/null +++ b/mimetypes/application/vnd.ms-access.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-access +Icon=database +Comment=Microsoft Access Database +[Property::X-KDE-NativeExtension] +Type=QString +Value=.mdb + diff --git a/mimetypes/application/vnd.ms-excel.addin.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-excel.addin.macroEnabled.12.desktop new file mode 100644 index 000000000..90b88228b --- /dev/null +++ b/mimetypes/application/vnd.ms-excel.addin.macroEnabled.12.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-excel.addin.macroEnabled.12 +Patterns=*.xlam;*.XLAM +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet Add-In Macro Enabled +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.ms-excel.desktop b/mimetypes/application/vnd.ms-excel.desktop index 572d64d5c..d3ff696d9 100644 --- a/mimetypes/application/vnd.ms-excel.desktop +++ b/mimetypes/application/vnd.ms-excel.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=MimeType MimeType=application/vnd.ms-excel +Patterns=*.xls;*.XLS Icon=spreadsheet Comment=Microsoft Excel Spreadsheet Comment[af]=Microsoft Excel Spreiblad diff --git a/mimetypes/application/vnd.ms-excel.sheet.binary.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-excel.sheet.binary.macroEnabled.12.desktop new file mode 100644 index 000000000..e65650240 --- /dev/null +++ b/mimetypes/application/vnd.ms-excel.sheet.binary.macroEnabled.12.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-excel.sheet.binary.macroEnabled.12 +Patterns=*.xlsb;*.XLSB +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet Macro Enabled +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.ms-excel.sheet.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-excel.sheet.macroEnabled.12.desktop new file mode 100644 index 000000000..8ed830335 --- /dev/null +++ b/mimetypes/application/vnd.ms-excel.sheet.macroEnabled.12.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-excel.sheet.macroEnabled.12 +Patterns=*.xlsm;*.XLSM +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet Macro Enabled +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.ms-excel.template.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-excel.template.macroEnabled.12.desktop new file mode 100644 index 000000000..b53891706 --- /dev/null +++ b/mimetypes/application/vnd.ms-excel.template.macroEnabled.12.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-excel.template.macroEnabled.12 +Patterns=*.xltm;*.XLTM +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet Template Macro Enabled +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.ms-powerpoint.addin.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-powerpoint.addin.macroEnabled.12.desktop new file mode 100644 index 000000000..315de52ab --- /dev/null +++ b/mimetypes/application/vnd.ms-powerpoint.addin.macroEnabled.12.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-powerpoint.addin.macroEnabled.12.desktop +Patterns=*.ppam +Icon=presentation +Comment=Microsoft PowerPoint Presentation Add-In Macro Enabled +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.ms-powerpoint.desktop b/mimetypes/application/vnd.ms-powerpoint.desktop index ef0e1ea81..eeb48632b 100644 --- a/mimetypes/application/vnd.ms-powerpoint.desktop +++ b/mimetypes/application/vnd.ms-powerpoint.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=MimeType MimeType=application/vnd.ms-powerpoint +Patterns=*.ppt;*.PPT Icon=presentation Comment=Microsoft PowerPoint Presentation Comment[af]=Microsoft Powerpoint Voorlegging diff --git a/mimetypes/application/vnd.ms-powerpoint.presentation.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-powerpoint.presentation.macroEnabled.12.desktop new file mode 100644 index 000000000..53c95dcca --- /dev/null +++ b/mimetypes/application/vnd.ms-powerpoint.presentation.macroEnabled.12.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-powerpoint.presentation.macroEnabled.12 +Patterns=*.pptm;*.PPTM +Icon=presentation +Comment=Microsoft PowerPoint Presentation Macro Enabled +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop new file mode 100644 index 000000000..b0482d86e --- /dev/null +++ b/mimetypes/application/vnd.ms-powerpoint.slideshow.macroEnabled.12.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-powerpoint.slideshow.macroEnabled.12 +Patterns=*.ppsm;*.PPSM +Icon=presentation +Comment=Microsoft PowerPoint Presentation SlideShow Macro Enabled +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.ms-powerpoint.template.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-powerpoint.template.macroEnabled.12.desktop new file mode 100644 index 000000000..8f95b4f6f --- /dev/null +++ b/mimetypes/application/vnd.ms-powerpoint.template.macroEnabled.12.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-powerpoint.template.macroEnabled.12 +Patterns=*.potm;*.POTM +Icon=presentation +Comment=Microsoft PowerPoint Presentation Template Macro Enabled +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.ms-word.desktop b/mimetypes/application/vnd.ms-word.desktop index 82660334f..b77b4b58f 100644 --- a/mimetypes/application/vnd.ms-word.desktop +++ b/mimetypes/application/vnd.ms-word.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=MimeType MimeType=application/vnd.ms-word +Patterns=*.doc;*.DOC Icon=wordprocessing Comment=Microsoft Word Document Comment[af]=Microsoft Woord Dokument diff --git a/mimetypes/application/vnd.ms-word.document.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-word.document.macroEnabled.12.desktop new file mode 100644 index 000000000..b80762c3a --- /dev/null +++ b/mimetypes/application/vnd.ms-word.document.macroEnabled.12.desktop @@ -0,0 +1,91 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-word.document.macroEnabled.12 +Patterns=*.docm;*.DOCM +Icon=wordprocessing +Comment=Microsoft Word Document Macro Enabled +Comment[af]=Microsoft Woord Dokument +Comment[ar]=مستند مايكروسوفت وورد +Comment[az]=Microsoft Word Sənədi +Comment[be]=Дакумент Microsoft Word +Comment[bg]=Документ на Microsoft Word +Comment[bn]=মাইক্রোসফট ওয়ার্ড নথী +Comment[br]=Teul Microsoft Word +Comment[bs]=Microsoft Word dokument +Comment[ca]=Document de Microsoft Word +Comment[cs]=Dokument programu Microsoft Word +Comment[csb]=Dokùment Microsoft Worda +Comment[cy]=Dogfen Microsoft Word +Comment[da]=Microsoft Word-dokument +Comment[de]=MS-Word-Dokument +Comment[el]=Έγγραφο Microsoft Word +Comment[eo]=Mikrosoft-Word-dokumento +Comment[es]=Documento de Microsoft Word +Comment[et]=Microsoft Wordi dokument +Comment[eu]=Microsoft Word dokumentua +Comment[fa]=سند میکروسافت ورد +Comment[fi]=Microsoft Word -asiakirja +Comment[fr]=Document Microsoft Word +Comment[fy]=Microsoft Word-dokumint +Comment[ga]=Cáipéis Microsoft Word +Comment[gl]=Documento de Microsoft Word +Comment[he]=מסמך Microsoft Word +Comment[hi]=माइक्रोसॉफ्ट वर्ड दस्तावेज़ +Comment[hr]=Microsoft Word dokument +Comment[hu]=Microsoft Word dokumentum +Comment[id]=Dokumen Microsoft Word +Comment[is]=Microsoft Word skjal +Comment[it]=Documento Microsoft Word +Comment[ja]=Microsoft Word ドキュメント +Comment[ka]=Microsoft Word–ის დოკუმენტი +Comment[kk]=Microsoft Word құжаты +Comment[km]=ឯកសារ Microsoft Word +Comment[ko]=마이크로소프트 글틀 문서 +Comment[lb]=Microsoft-Word-Dokument +Comment[lt]=Microsoft Word dokumentas +Comment[lv]=Microsoft Word dokuments +Comment[mk]=Microsoft Word-документ +Comment[mn]=MS-Word-Баримт +Comment[ms]=Dokumen Microsoft Word +Comment[mt]=Dokument Microsoft Word +Comment[nb]=Microsoft Word-dokument +Comment[nds]="Microsoft Word"-Dokment +Comment[ne]=माइक्रोसफ्ट वर्ड कागजात +Comment[nl]=Microsoft Word-document +Comment[nn]=Microsoft Word-dokument +Comment[nso]=Tokomane ya Lentsu la Microsoft +Comment[pa]=Microsoft Word ਦਸਤਾਵੇਜ਼ +Comment[pl]=Dokument Microsoft Worda +Comment[pt]=Documento do Microsoft Word +Comment[pt_BR]=Documento do Microsoft Word +Comment[ro]=Document Microsoft Word +Comment[ru]=Документ Microsoft Word +Comment[rw]=Microsoft Word Inyandiko +Comment[se]=Microsoft Word-dokumeanta +Comment[sk]=Dokument Microsoft Word +Comment[sl]=Dokument za Microsoft Word +Comment[sq]=Dokument nga Microsoft Word +Comment[sr]=Microsoft Word-ов документ +Comment[sr@Latn]=Microsoft Word-ov dokument +Comment[sv]=Microsoft Word-dokument +Comment[ta]=மைக்ரோசாப்ட் வேர்டு ஆவணம் +Comment[te]=మైక్రొసాఫ్ట్ పదం పత్రం +Comment[tg]=Ҳуҷҷати Microsoft Word +Comment[th]=เอกสารไมโครซอฟต์เวิร์ด +Comment[tr]=Microsoft Word Belgesi +Comment[tt]=Microsoft Word İstälege +Comment[uk]=Документ MS Word +Comment[uz]=Microsoft Word hujjati +Comment[uz@cyrillic]=Microsoft Word ҳужжати +Comment[ven]=Manwalwa a Microsoft Word +Comment[vi]=Tài liệu Word của Microsoft™. +Comment[wa]=Documint Microsoft Word +Comment[xh]=Uxwebhhu LweMicrosoft Word +Comment[zh_CN]=Microsoft Word 文档 +Comment[zh_HK]=微軟 Word 文件 +Comment[zh_TW]=微軟 Word 文件 +Comment[zu]=Uhlu Lwamafayela lwe-Microsoft Word +[Property::X-KDE-NativeExtension] +Type=QString +Value=.doc + diff --git a/mimetypes/application/vnd.ms-word.template.macroEnabled.12.desktop b/mimetypes/application/vnd.ms-word.template.macroEnabled.12.desktop new file mode 100644 index 000000000..cf4422b77 --- /dev/null +++ b/mimetypes/application/vnd.ms-word.template.macroEnabled.12.desktop @@ -0,0 +1,91 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.ms-word.template.macroEnabled.12 +Patterns=*.dotm;*.DOTM +Icon=wordprocessing +Comment=Microsoft Word Document Template Macro Enabled +Comment[af]=Microsoft Woord Dokument +Comment[ar]=مستند مايكروسوفت وورد +Comment[az]=Microsoft Word Sənədi +Comment[be]=Дакумент Microsoft Word +Comment[bg]=Документ на Microsoft Word +Comment[bn]=মাইক্রোসফট ওয়ার্ড নথী +Comment[br]=Teul Microsoft Word +Comment[bs]=Microsoft Word dokument +Comment[ca]=Document de Microsoft Word +Comment[cs]=Dokument programu Microsoft Word +Comment[csb]=Dokùment Microsoft Worda +Comment[cy]=Dogfen Microsoft Word +Comment[da]=Microsoft Word-dokument +Comment[de]=MS-Word-Dokument +Comment[el]=Έγγραφο Microsoft Word +Comment[eo]=Mikrosoft-Word-dokumento +Comment[es]=Documento de Microsoft Word +Comment[et]=Microsoft Wordi dokument +Comment[eu]=Microsoft Word dokumentua +Comment[fa]=سند میکروسافت ورد +Comment[fi]=Microsoft Word -asiakirja +Comment[fr]=Document Microsoft Word +Comment[fy]=Microsoft Word-dokumint +Comment[ga]=Cáipéis Microsoft Word +Comment[gl]=Documento de Microsoft Word +Comment[he]=מסמך Microsoft Word +Comment[hi]=माइक्रोसॉफ्ट वर्ड दस्तावेज़ +Comment[hr]=Microsoft Word dokument +Comment[hu]=Microsoft Word dokumentum +Comment[id]=Dokumen Microsoft Word +Comment[is]=Microsoft Word skjal +Comment[it]=Documento Microsoft Word +Comment[ja]=Microsoft Word ドキュメント +Comment[ka]=Microsoft Word–ის დოკუმენტი +Comment[kk]=Microsoft Word құжаты +Comment[km]=ឯកសារ Microsoft Word +Comment[ko]=마이크로소프트 글틀 문서 +Comment[lb]=Microsoft-Word-Dokument +Comment[lt]=Microsoft Word dokumentas +Comment[lv]=Microsoft Word dokuments +Comment[mk]=Microsoft Word-документ +Comment[mn]=MS-Word-Баримт +Comment[ms]=Dokumen Microsoft Word +Comment[mt]=Dokument Microsoft Word +Comment[nb]=Microsoft Word-dokument +Comment[nds]="Microsoft Word"-Dokment +Comment[ne]=माइक्रोसफ्ट वर्ड कागजात +Comment[nl]=Microsoft Word-document +Comment[nn]=Microsoft Word-dokument +Comment[nso]=Tokomane ya Lentsu la Microsoft +Comment[pa]=Microsoft Word ਦਸਤਾਵੇਜ਼ +Comment[pl]=Dokument Microsoft Worda +Comment[pt]=Documento do Microsoft Word +Comment[pt_BR]=Documento do Microsoft Word +Comment[ro]=Document Microsoft Word +Comment[ru]=Документ Microsoft Word +Comment[rw]=Microsoft Word Inyandiko +Comment[se]=Microsoft Word-dokumeanta +Comment[sk]=Dokument Microsoft Word +Comment[sl]=Dokument za Microsoft Word +Comment[sq]=Dokument nga Microsoft Word +Comment[sr]=Microsoft Word-ов документ +Comment[sr@Latn]=Microsoft Word-ov dokument +Comment[sv]=Microsoft Word-dokument +Comment[ta]=மைக்ரோசாப்ட் வேர்டு ஆவணம் +Comment[te]=మైక్రొసాఫ్ట్ పదం పత్రం +Comment[tg]=Ҳуҷҷати Microsoft Word +Comment[th]=เอกสารไมโครซอฟต์เวิร์ด +Comment[tr]=Microsoft Word Belgesi +Comment[tt]=Microsoft Word İstälege +Comment[uk]=Документ MS Word +Comment[uz]=Microsoft Word hujjati +Comment[uz@cyrillic]=Microsoft Word ҳужжати +Comment[ven]=Manwalwa a Microsoft Word +Comment[vi]=Tài liệu Word của Microsoft™. +Comment[wa]=Documint Microsoft Word +Comment[xh]=Uxwebhhu LweMicrosoft Word +Comment[zh_CN]=Microsoft Word 文档 +Comment[zh_HK]=微軟 Word 文件 +Comment[zh_TW]=微軟 Word 文件 +Comment[zu]=Uhlu Lwamafayela lwe-Microsoft Word +[Property::X-KDE-NativeExtension] +Type=QString +Value=.doc + diff --git a/mimetypes/application/vnd.oasis.opendocument.database.desktop b/mimetypes/application/vnd.oasis.opendocument.database.desktop new file mode 100644 index 000000000..5fc2b214b --- /dev/null +++ b/mimetypes/application/vnd.oasis.opendocument.database.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.oasis.opendocument.database +Patterns=*.odb;*.ODB +Icon=database +Comment=OASIS OpenDocument Database +[Property::X-KDE-NativeExtension] +Type=QString +Value=.odb diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.presentation.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.presentation.desktop new file mode 100644 index 000000000..fb0f8d695 --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.presentation.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.presentationml.presentation +Patterns=*.pptx;*.PPTX +Icon=presentation +Comment=Microsoft PowerPoint Presentation +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.slideshow.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.slideshow.desktop new file mode 100644 index 000000000..37288baca --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.slideshow.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.presentationml.slideshow +Patterns=*.ppsx;*.PPSX +Icon=presentation +Comment=Microsoft PowerPoint Presentation SlideShow +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.template.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.template.desktop new file mode 100644 index 000000000..d2e0cc45b --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.presentationml.template.desktop @@ -0,0 +1,86 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.presentationml.template +Patterns=*.potx;*.POTX +Icon=presentation +Comment=Microsoft PowerPoint Presentation Template +Comment[af]=Microsoft Powerpoint Voorlegging +Comment[ar]=مستند مايكروسوفت باوربوينت +Comment[az]=Microsoft PowerPoint Sənədi +Comment[be]=Прэзентацыя Microsoft PowerPoint +Comment[bg]=Документ на Microsoft PowerPoint +Comment[bn]=মাইক্রোসফট পাওয়ার-পয়েন্ট নথী +Comment[br]=Emginnig Microsoft PowerPoint +Comment[bs]=Microsoft PowerPoint prezentacija +Comment[ca]=Presentació de Microsoft PowerPoint +Comment[cs]=Prezentace Microsoft Powerpoint +Comment[csb]=Prezentacëjô Microsoft PowerPointa +Comment[cy]=Cyflwyniad Microsoft PowerPoint +Comment[da]=Microsoft PowerPoint-præsentation +Comment[de]=MS-PowerPoint-Präsentation +Comment[el]=Παρουσίαση Microsoft PowerPoint +Comment[eo]=Mikrosoft-PowerPoint-dokumento +Comment[es]=Presentación de Microsoft PowerPoint +Comment[et]=Microsoft PowerPointi esitlus +Comment[eu]=Microsoft PowerPoint aurkezpena +Comment[fa]=میکروسافت پاورپوینت +Comment[fi]=Microsoft PowerPoint -esitys +Comment[fr]=Présentation Microsoft PowerPoint +Comment[fy]=Microsoft PowerPoint Presintaasje +Comment[ga]=Cáipéis Microsoft PowerPoint +Comment[gl]=Apresentación de Microsoft PowerPoint +Comment[he]=מצגת Microsoft PowerPoint +Comment[hi]=माइक्रोसाफ्ट पावरपाइंट प्रेजेंटेशन +Comment[hr]=Microsoft PowerPointa prezentacija +Comment[hu]=Microsoft PowerPoint dokumentum +Comment[id]=Presentasi Microsoft PowerPoint +Comment[is]=Microsoft PowerPoint kynning +Comment[it]=Presentazione Microsoft PowerPoint +Comment[ja]=Microsoft PowerPoint プレゼンテーション +Comment[ka]=Microsoft PowerPoint–ის დოკუმენტი +Comment[kk]=Microsoft PowerPoint презентациясы +Comment[km]=ការ​បង្ហាញ Microsoft PowerPoint +Comment[ko]=마이크로소프트 파워포인트 프리젠테이션 +Comment[lb]=Microsoft-PowerPoint-Präsentatioun +Comment[lt]=Microsoft PowerPoint pristatymas +Comment[lv]=Microsoft PowerPoint prezentācija +Comment[mk]=Microsoft PowerPoint-презентација +Comment[mn]=MS-PowerPoint-Үзүүлэн +Comment[ms]=Persembahan Microsoft PowerPoint +Comment[nb]=Microsoft PowerPoint-dokument +Comment[nds]="Microsoft PowerPoint"-Presentatschoon +Comment[ne]=माइक्रोसफ्ट पावरप्वाइन्ट प्रस्तुतिकरण +Comment[nl]=Microsoft PowerPoint-presentatie +Comment[nn]=Microsoft PowerPoint-presentasjon +Comment[pa]=Microsoft PowerPoint ਪੇਸ਼ਕਾਰੀ +Comment[pl]=Prezentacja Microsoft PowerPointa +Comment[pt]=Apresentação do Microsoft PowerPoint +Comment[pt_BR]=Documento do Microsoft PowerPoint +Comment[ro]=Prezentare Microsoft PowerPoint +Comment[ru]=Презентация Microsoft PowerPoint +Comment[rw]=Iyerekana Microsoft PowerPoint +Comment[se]=Microsoft PowerPoint-dokumeanta +Comment[sk]=Prezentácia Microsoft PowerPoint +Comment[sl]=Predstavitev za Microsoft PowerPoint +Comment[sq]=Prezentim nga Microsoft PowerPoint +Comment[sr]=Microsoft PowerPoint-ова презентација +Comment[sr@Latn]=Microsoft PowerPoint-ova prezentacija +Comment[sv]=Microsoft PowerPoint-presentation +Comment[ta]=மைக்ரோசாப்ட் பவர்பாயின்ட் வழங்கல் +Comment[te]=మైక్రొసాఫ్ట్ పవర్ పాయింట్ పత్రం +Comment[tg]=Презинтатсия Microsoft PowerPoint +Comment[th]=เอกสารนำเสนอไมโครซอฟต์เพาเวอร์พอยนต์ +Comment[tr]=Microsoft PowerPoint Sunumu +Comment[tt]=Microsoft PowerPoint Täqbire +Comment[uk]=Презентація MS PowerPoint +Comment[uz]=Microsoft PowerPoint namunasi +Comment[uz@cyrillic]=Microsoft PowerPoint намунаси +Comment[vi]=Trình diễn PowerPoint của Microsoft™. +Comment[wa]=Prezintaedje Microsoft PowerPoint +Comment[zh_CN]=Microsoft PowerPoint 演示文稿 +Comment[zh_HK]=微軟 PowerPoint 文件 +Comment[zh_TW]=微軟 PowerPoint 文件 + +[Property::X-KDE-NativeExtension] +Type=QString +Value=.ppt diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop new file mode 100644 index 000000000..99b483ece --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet +Patterns=*.xlsx;*.XLSX +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.template.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.template.desktop new file mode 100644 index 000000000..4adc151ba --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.spreadsheetml.template.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.spreadsheetml.template +Patterns=*.xltx;*.XLTX +Icon=spreadsheet +Comment=Microsoft Excel Spreadsheet Template +Comment[af]=Microsoft Excel Spreiblad +Comment[ar]=ورقة عمل مايكروسوفت اكسل +Comment[az]=Microsoft Excel Sənədi +Comment[be]=Разліковы аркуш Microsoft Excel +Comment[bg]=Документ на Microsoft Excel +Comment[bn]=মাইক্রোসফট এক্সসেল নথী +Comment[br]=Loger Microsoft Excel +Comment[bs]=Microsoft Excel proračunska tablica +Comment[ca]=Full de càlcul de Microsoft Excel +Comment[cs]=Tabulka programu Microsoft Excel +Comment[csb]=Bòga Microsoft Excela +Comment[cy]=Taenlen Microsoft Excel +Comment[da]=Microsoft Excel-regneark +Comment[de]=MS-Excel-Arbeitsblatt +Comment[el]=Φύλλο εργασίας Microsoft Excel +Comment[eo]=Mikrosoft-Excel-dokumento +Comment[es]=Hoja de cálculo de Microsoft Excel +Comment[et]=Microsoft Exceli tabel +Comment[eu]=Microsoft Excel kalkulu-orria +Comment[fa]=صفحۀ گستردۀ میکروسافت اکسل +Comment[fi]=Microsoft Excel -taulukko +Comment[fr]=Feuille de calcul Microsoft Excel +Comment[fy]=Microsoft Excel-Rekkenboerd +Comment[ga]=Scarbhileog Microsoft Excel +Comment[gl]=Folla de cálculo Microsoft Excel +Comment[he]=גיליון אלקטרוני של Microsoft Excel +Comment[hi]=माइक्रोसॉफ्ट एक्सेल स्प्रेडशीट +Comment[hr]=Microsoft Excel proračunska tablica +Comment[hu]=Microsoft Excel dokumentum +Comment[id]=Lembar Kerja Microsoft Excel +Comment[is]=Microsoft Excel tafla +Comment[it]=Foglio di calcolo Microsoft Excel +Comment[ja]=Microsoft Excel スプレッドシート +Comment[ka]=Microsoft Excel–ის ცხრილი +Comment[kk]=Microsoft Excel эл.кестесі +Comment[km]=សៀវភៅ​បញ្ជី Microsoft Excel +Comment[ko]=마이크로소프트 엑셀 스프레드시트 +Comment[lb]=Microsoft-Excel-Tabellëblat +Comment[lt]=Microsoft Excel elektroninė lentelė +Comment[lv]=Microsoft Excel izklājlapa +Comment[mk]=Microsoft Excel-табеларна пресметка +Comment[mn]=MS-Excel-Хүснэгт +Comment[ms]=Hamparan helaian Microsoft Excel +Comment[mt]=Spreadsheet Microsoft Excel +Comment[nb]=Microsoft Excel-regneark +Comment[nds]="Microsoft Excel"-Arbeitblatt +Comment[ne]=माइक्रोसफ्ट एक्सेल स्प्रेडसिट +Comment[nl]=Microsoft Excel-spreadsheet +Comment[nn]=Microsoft Excel-rekneark +Comment[nso]=Letlakala la Phatlalatso la Bokgoni bja Microsoft +Comment[pa]=Microsoft Excel ਸਾਰਣੀਕਾਰ +Comment[pl]=Arkusz Microsoft Excela +Comment[pt]=Folha de cálculo do Microsoft Excel +Comment[pt_BR]=Planilha do Microsoft Excel +Comment[ro]=Foaie de calcul tabelar Microsoft Excel +Comment[ru]=Таблица Microsoft Excel +Comment[rw]=Urupapurorusesuye Microsoft Excel +Comment[se]=Microsoft Excel-tabealla +Comment[sk]=Dokument Microsoft Excel +Comment[sl]=Preglednica za Microsoft Excel +Comment[sq]=Tabak nga Microsoft Excel +Comment[sr]=Унакрсна табела Microsoft-овог Excel-а +Comment[sr@Latn]=Unakrsna tabela Microsoft-ovog Excel-a +Comment[sv]=Microsoft Excel-kalkylark +Comment[ta]=மைக்ரோசாப்ட் எக்செல் விரிதாள் +Comment[te]=మైక్రొసాఫ్ట్ ఎక్సెల్ స్ప్రెడ్ షీట్ +Comment[tg]=Ҷадвалҳои электронӣ Microsoft Excel +Comment[th]=ตารางคำนวณไมโครซอฟต์เอ็กเซล +Comment[tr]=Microsoft Excel Hesap Çizelgesi +Comment[tt]=Microsoft Excel İsäpcäymäse +Comment[uk]=Таблиця MS Excel +Comment[uz]=Microsoft Excel elektron jadvali +Comment[uz@cyrillic]=Microsoft Excel электрон жадвали +Comment[ven]=Bammbiri lo navhaho la microsoft Excel +Comment[vi]=Bảng tính Excel của Microsoft™. +Comment[wa]=Fitchî tåvleu Microsoft Excel +Comment[zh_CN]=Microsoft Excel 电子表格 +Comment[zh_HK]=微軟 Excel 表格 +Comment[zh_TW]=微軟 Excel 表格 +Comment[zu]= Ipheshana lesitayela le-Microsoft Excel +[Property::X-KDE-NativeExtension] +Type=QString +Value=.xls diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.document.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.document.desktop new file mode 100644 index 000000000..5f45f6dba --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.document.desktop @@ -0,0 +1,91 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document +Patterns=*.docx;*.DOCX +Icon=wordprocessing +Comment=Microsoft Word Document +Comment[af]=Microsoft Woord Dokument +Comment[ar]=مستند مايكروسوفت وورد +Comment[az]=Microsoft Word Sənədi +Comment[be]=Дакумент Microsoft Word +Comment[bg]=Документ на Microsoft Word +Comment[bn]=মাইক্রোসফট ওয়ার্ড নথী +Comment[br]=Teul Microsoft Word +Comment[bs]=Microsoft Word dokument +Comment[ca]=Document de Microsoft Word +Comment[cs]=Dokument programu Microsoft Word +Comment[csb]=Dokùment Microsoft Worda +Comment[cy]=Dogfen Microsoft Word +Comment[da]=Microsoft Word-dokument +Comment[de]=MS-Word-Dokument +Comment[el]=Έγγραφο Microsoft Word +Comment[eo]=Mikrosoft-Word-dokumento +Comment[es]=Documento de Microsoft Word +Comment[et]=Microsoft Wordi dokument +Comment[eu]=Microsoft Word dokumentua +Comment[fa]=سند میکروسافت ورد +Comment[fi]=Microsoft Word -asiakirja +Comment[fr]=Document Microsoft Word +Comment[fy]=Microsoft Word-dokumint +Comment[ga]=Cáipéis Microsoft Word +Comment[gl]=Documento de Microsoft Word +Comment[he]=מסמך Microsoft Word +Comment[hi]=माइक्रोसॉफ्ट वर्ड दस्तावेज़ +Comment[hr]=Microsoft Word dokument +Comment[hu]=Microsoft Word dokumentum +Comment[id]=Dokumen Microsoft Word +Comment[is]=Microsoft Word skjal +Comment[it]=Documento Microsoft Word +Comment[ja]=Microsoft Word ドキュメント +Comment[ka]=Microsoft Word–ის დოკუმენტი +Comment[kk]=Microsoft Word құжаты +Comment[km]=ឯកសារ Microsoft Word +Comment[ko]=마이크로소프트 글틀 문서 +Comment[lb]=Microsoft-Word-Dokument +Comment[lt]=Microsoft Word dokumentas +Comment[lv]=Microsoft Word dokuments +Comment[mk]=Microsoft Word-документ +Comment[mn]=MS-Word-Баримт +Comment[ms]=Dokumen Microsoft Word +Comment[mt]=Dokument Microsoft Word +Comment[nb]=Microsoft Word-dokument +Comment[nds]="Microsoft Word"-Dokment +Comment[ne]=माइक्रोसफ्ट वर्ड कागजात +Comment[nl]=Microsoft Word-document +Comment[nn]=Microsoft Word-dokument +Comment[nso]=Tokomane ya Lentsu la Microsoft +Comment[pa]=Microsoft Word ਦਸਤਾਵੇਜ਼ +Comment[pl]=Dokument Microsoft Worda +Comment[pt]=Documento do Microsoft Word +Comment[pt_BR]=Documento do Microsoft Word +Comment[ro]=Document Microsoft Word +Comment[ru]=Документ Microsoft Word +Comment[rw]=Microsoft Word Inyandiko +Comment[se]=Microsoft Word-dokumeanta +Comment[sk]=Dokument Microsoft Word +Comment[sl]=Dokument za Microsoft Word +Comment[sq]=Dokument nga Microsoft Word +Comment[sr]=Microsoft Word-ов документ +Comment[sr@Latn]=Microsoft Word-ov dokument +Comment[sv]=Microsoft Word-dokument +Comment[ta]=மைக்ரோசாப்ட் வேர்டு ஆவணம் +Comment[te]=మైక్రొసాఫ్ట్ పదం పత్రం +Comment[tg]=Ҳуҷҷати Microsoft Word +Comment[th]=เอกสารไมโครซอฟต์เวิร์ด +Comment[tr]=Microsoft Word Belgesi +Comment[tt]=Microsoft Word İstälege +Comment[uk]=Документ MS Word +Comment[uz]=Microsoft Word hujjati +Comment[uz@cyrillic]=Microsoft Word ҳужжати +Comment[ven]=Manwalwa a Microsoft Word +Comment[vi]=Tài liệu Word của Microsoft™. +Comment[wa]=Documint Microsoft Word +Comment[xh]=Uxwebhhu LweMicrosoft Word +Comment[zh_CN]=Microsoft Word 文档 +Comment[zh_HK]=微軟 Word 文件 +Comment[zh_TW]=微軟 Word 文件 +Comment[zu]=Uhlu Lwamafayela lwe-Microsoft Word +[Property::X-KDE-NativeExtension] +Type=QString +Value=.doc + diff --git a/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.template.desktop b/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.template.desktop new file mode 100644 index 000000000..014cf209c --- /dev/null +++ b/mimetypes/application/vnd.openxmlformats-officedocument.wordprocessingml.template.desktop @@ -0,0 +1,91 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.template +Patterns=*.dotx;*.DOTX +Icon=wordprocessing +Comment=Microsoft Word Document Template +Comment[af]=Microsoft Woord Dokument +Comment[ar]=مستند مايكروسوفت وورد +Comment[az]=Microsoft Word Sənədi +Comment[be]=Дакумент Microsoft Word +Comment[bg]=Документ на Microsoft Word +Comment[bn]=মাইক্রোসফট ওয়ার্ড নথী +Comment[br]=Teul Microsoft Word +Comment[bs]=Microsoft Word dokument +Comment[ca]=Document de Microsoft Word +Comment[cs]=Dokument programu Microsoft Word +Comment[csb]=Dokùment Microsoft Worda +Comment[cy]=Dogfen Microsoft Word +Comment[da]=Microsoft Word-dokument +Comment[de]=MS-Word-Dokument +Comment[el]=Έγγραφο Microsoft Word +Comment[eo]=Mikrosoft-Word-dokumento +Comment[es]=Documento de Microsoft Word +Comment[et]=Microsoft Wordi dokument +Comment[eu]=Microsoft Word dokumentua +Comment[fa]=سند میکروسافت ورد +Comment[fi]=Microsoft Word -asiakirja +Comment[fr]=Document Microsoft Word +Comment[fy]=Microsoft Word-dokumint +Comment[ga]=Cáipéis Microsoft Word +Comment[gl]=Documento de Microsoft Word +Comment[he]=מסמך Microsoft Word +Comment[hi]=माइक्रोसॉफ्ट वर्ड दस्तावेज़ +Comment[hr]=Microsoft Word dokument +Comment[hu]=Microsoft Word dokumentum +Comment[id]=Dokumen Microsoft Word +Comment[is]=Microsoft Word skjal +Comment[it]=Documento Microsoft Word +Comment[ja]=Microsoft Word ドキュメント +Comment[ka]=Microsoft Word–ის დოკუმენტი +Comment[kk]=Microsoft Word құжаты +Comment[km]=ឯកសារ Microsoft Word +Comment[ko]=마이크로소프트 글틀 문서 +Comment[lb]=Microsoft-Word-Dokument +Comment[lt]=Microsoft Word dokumentas +Comment[lv]=Microsoft Word dokuments +Comment[mk]=Microsoft Word-документ +Comment[mn]=MS-Word-Баримт +Comment[ms]=Dokumen Microsoft Word +Comment[mt]=Dokument Microsoft Word +Comment[nb]=Microsoft Word-dokument +Comment[nds]="Microsoft Word"-Dokment +Comment[ne]=माइक्रोसफ्ट वर्ड कागजात +Comment[nl]=Microsoft Word-document +Comment[nn]=Microsoft Word-dokument +Comment[nso]=Tokomane ya Lentsu la Microsoft +Comment[pa]=Microsoft Word ਦਸਤਾਵੇਜ਼ +Comment[pl]=Dokument Microsoft Worda +Comment[pt]=Documento do Microsoft Word +Comment[pt_BR]=Documento do Microsoft Word +Comment[ro]=Document Microsoft Word +Comment[ru]=Документ Microsoft Word +Comment[rw]=Microsoft Word Inyandiko +Comment[se]=Microsoft Word-dokumeanta +Comment[sk]=Dokument Microsoft Word +Comment[sl]=Dokument za Microsoft Word +Comment[sq]=Dokument nga Microsoft Word +Comment[sr]=Microsoft Word-ов документ +Comment[sr@Latn]=Microsoft Word-ov dokument +Comment[sv]=Microsoft Word-dokument +Comment[ta]=மைக்ரோசாப்ட் வேர்டு ஆவணம் +Comment[te]=మైక్రొసాఫ్ట్ పదం పత్రం +Comment[tg]=Ҳуҷҷати Microsoft Word +Comment[th]=เอกสารไมโครซอฟต์เวิร์ด +Comment[tr]=Microsoft Word Belgesi +Comment[tt]=Microsoft Word İstälege +Comment[uk]=Документ MS Word +Comment[uz]=Microsoft Word hujjati +Comment[uz@cyrillic]=Microsoft Word ҳужжати +Comment[ven]=Manwalwa a Microsoft Word +Comment[vi]=Tài liệu Word của Microsoft™. +Comment[wa]=Documint Microsoft Word +Comment[xh]=Uxwebhhu LweMicrosoft Word +Comment[zh_CN]=Microsoft Word 文档 +Comment[zh_HK]=微軟 Word 文件 +Comment[zh_TW]=微軟 Word 文件 +Comment[zu]=Uhlu Lwamafayela lwe-Microsoft Word +[Property::X-KDE-NativeExtension] +Type=QString +Value=.doc + diff --git a/mimetypes/application/x-nzb.desktop b/mimetypes/application/x-nzb.desktop new file mode 100644 index 000000000..4ac9a6d5c --- /dev/null +++ b/mimetypes/application/x-nzb.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Comment=NewzBin Usenet Index +Hidden=false +MimeType=application/x-nzb +Icon=bt +Type=MimeType +Patterns=*.nzb +X-KDE-AutoEmbed=false +X-KDE-isAlso=text/xml + -- cgit v1.2.3