Update XDG information in support of bug report 892.

pull/1/head
Darrell Anderson 12 years ago
parent 6eb61da8c1
commit 1e748bbb22

@ -67,8 +67,8 @@ Name[pa]=ਸਰਵੀਸੀਆ
Name[ta]= செர்வியா Name[ta]= செர்வியா
Name[th]=เซอร์วิเซีย Name[th]=เซอร์วิเซีย
ServiceTypes=KParts/ReadOnlyPart,Browser/View ServiceTypes=KParts/ReadOnlyPart,Browser/View
X-KDE-Library=libcervisiapart X-TDE-Library=libcervisiapart
X-KDE-BrowserView-Args=DetailedList X-TDE-BrowserView-Args=DetailedList
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;

@ -26,7 +26,7 @@ Name[tg]=ҲизматиCvs
Name[zh_TW]=CVS 服務 Name[zh_TW]=CVS 服務
Exec=cvsservice Exec=cvsservice
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
X-KDE-StartupNotify=false X-TDE-StartupNotify=false
Comment=A DCOP service that provides an interface to cvs Comment=A DCOP service that provides an interface to cvs
Comment[bg]=Услуга на DCOP, която предлага интерфейс към CVS Comment[bg]=Услуга на DCOP, която предлага интерфейс към CVS
Comment[bs]=DCOP servis koji pruža interfejs na CVS Comment[bs]=DCOP servis koji pruža interfejs na CVS

@ -5,5 +5,5 @@ Encoding=UTF-8
Name=${APP_NAME}Part Name=${APP_NAME}Part
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-tqmoc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-tqmoc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart
X-KDE-Library=lib${APP_NAME_LC}part X-TDE-Library=lib${APP_NAME_LC}part
Type=Service Type=Service

@ -55,7 +55,7 @@ Name[xh]=Ulwazi Lwencwadi yemifanekiso
Name[zh_CN]=目录信息 Name[zh_CN]=目录信息
Name[zh_TW]=類別資訊 Name[zh_TW]=類別資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-KDE-Library=kfile_po X-TDE-Library=kfile_po
MimeType=application/x-gettext MimeType=application/x-gettext
PreferredGroups=CatalogInfo PreferredGroups=CatalogInfo
PreferredItems=Total,Fuzzy,Untranslated,LastTranslator,LanguageTeam,Revision PreferredItems=Total,Fuzzy,Untranslated,LastTranslator,LanguageTeam,Revision

@ -64,5 +64,5 @@ Name[zh_TW]=訊息類別
Name[zu]=Umyalezo Wemifanekiso esencwadini Name[zu]=Umyalezo Wemifanekiso esencwadini
ServiceTypes=ThumbCreator ServiceTypes=ThumbCreator
MimeTypes=application/x-gettext MimeTypes=application/x-gettext
X-KDE-Library=pothumbnail X-TDE-Library=pothumbnail
CacheThumbnail=false CacheThumbnail=false

@ -93,6 +93,6 @@ Icon=catalogmanager
Type=Application Type=Application
DocPath=kbabel/index.html DocPath=kbabel/index.html
Terminal=false Terminal=false
X-KDE-StartupNotify=true X-TDE-StartupNotify=true
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Development;Translation; Categories=Qt;TDE;Development;Translation;

@ -900,14 +900,14 @@ ConversionStatus Catalog::openURL(const KURL& url, const TQString& package)
// gimme plugin for this MIME type // gimme plugin for this MIME type
KMimeType::Ptr mime = KMimeType::findByURL( url, 0, true ); KMimeType::Ptr mime = KMimeType::findByURL( url, 0, true );
kdDebug() << "Found mimetype: " << mime->name() << endl; kdDebug() << "Found mimetype: " << mime->name() << endl;
KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-KDE-Import])"); KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-TDE-Import])");
KService::Ptr ptr = offers.first(); KService::Ptr ptr = offers.first();
// we have no offer for this MIME type // we have no offer for this MIME type
if( !ptr ) if( !ptr )
{ {
kdDebug(KBABEL) << "No plugin for this type, will try PO" << endl; kdDebug(KBABEL) << "No plugin for this type, will try PO" << endl;
offers = KTrader::self()->query("KBabelFilter", "('application/x-gettext' in [X-KDE-Import])"); offers = KTrader::self()->query("KBabelFilter", "('application/x-gettext' in [X-TDE-Import])");
ptr = offers.first(); ptr = offers.first();
if( !ptr ) if( !ptr )
{ {
@ -1003,7 +1003,7 @@ ConversionStatus Catalog::openURL(const KURL& openUrl, const KURL& saveURL, cons
// gimme plugin for this MIME type // gimme plugin for this MIME type
KMimeType::Ptr mime = KMimeType::findByURL( openUrl, 0, true ); KMimeType::Ptr mime = KMimeType::findByURL( openUrl, 0, true );
KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-KDE-Import])"); KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-TDE-Import])");
KService::Ptr ptr = offers.first(); KService::Ptr ptr = offers.first();
// we have no offer for this MIME type // we have no offer for this MIME type
@ -2071,7 +2071,7 @@ ConversionStatus Catalog::writeFile(TQString localFile , bool overwrite)
// gimme plugin for this MIME type // gimme plugin for this MIME type
KMimeType::Ptr mime = KMimeType::findByURL( KURL::fromPathOrURL( localFile ) ); KMimeType::Ptr mime = KMimeType::findByURL( KURL::fromPathOrURL( localFile ) );
KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-KDE-Export])"); KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "('"+mime->name()+"' in [X-TDE-Export])");
KService::Ptr ptr = offers.first(); KService::Ptr ptr = offers.first();
// we have no offer for this MIME type // we have no offer for this MIME type

@ -60,11 +60,11 @@ TQStringList CatalogExportPlugin::availableExportMimeTypes()
{ {
TQStringList result; TQStringList result;
KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "exist [X-KDE-Export]"); KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "exist [X-TDE-Export]");
for( KTrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr ) for( KTrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr )
{ {
result += (*ptr)->property("X-KDE-Export").toStringList(); result += (*ptr)->property("X-TDE-Export").toStringList();
} }
return result; return result;

@ -171,11 +171,11 @@ TQStringList CatalogImportPlugin::availableImportMimeTypes()
{ {
TQStringList result; TQStringList result;
KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "exist [X-KDE-Import]"); KTrader::OfferList offers = KTrader::self()->query("KBabelFilter", "exist [X-TDE-Import]");
for( KTrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr ) for( KTrader::OfferListIterator ptr = offers.begin(); ptr!=offers.end() ; ++ptr )
{ {
result += (*ptr)->property("X-KDE-Import").toStringList(); result += (*ptr)->property("X-TDE-Import").toStringList();
} }
return result; return result;

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=KBabelFilter X-TDE-ServiceType=KBabelFilter
Comment=KBabel filter Comment=KBabel filter
Comment[bg]=Филтър - KBabel Comment[bg]=Филтър - KBabel
Comment[br]=Sil KBabel Comment[br]=Sil KBabel
@ -50,11 +50,11 @@ Comment[uk]=Фільтр KBabel
Comment[zh_CN]=KBabel 过滤器 Comment[zh_CN]=KBabel 过滤器
Comment[zh_TW]=KBabel 過濾器 Comment[zh_TW]=KBabel 過濾器
[PropertyDef::X-KDE-Import] [PropertyDef::X-TDE-Import]
Type=TQStringList Type=TQStringList
[PropertyDef::X-KDE-Export] [PropertyDef::X-TDE-Export]
Type=TQStringList Type=TQStringList
[PropertyDef::X-KDE-Available] [PropertyDef::X-TDE-Available]
Type=TQString Type=TQString

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=KBabelTool X-TDE-ServiceType=KBabelTool
[PropertyDef::Shortcuts] [PropertyDef::Shortcuts]
Type=TQStringList Type=TQStringList

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=KBabelValidator X-TDE-ServiceType=KBabelValidator
Comment=TDE Data Tool for KBabel Comment=TDE Data Tool for KBabel
Comment[bg]=Инструмент за данни на TDE - KBabel Comment[bg]=Инструмент за данни на TDE - KBabel
Comment[br]=Ostilh roadoù TDE evit KBabel Comment[br]=Ostilh roadoù TDE evit KBabel

@ -47,7 +47,7 @@ Name[uk]=Перевірка акселератора для KBabel
Name[zh_CN]=KBabel 的快捷键检查器 Name[zh_CN]=KBabel 的快捷键检查器
Name[zh_TW]=KBabel 的快速鍵檢查器 Name[zh_TW]=KBabel 的快速鍵檢查器
ValidationString=accelerator ValidationString=accelerator
X-KDE-Library=kbabel_accelstool X-TDE-Library=kbabel_accelstool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Accelerators Comment=Check Accelerators

@ -46,7 +46,7 @@ Name[tr]=KBabel için Hızlandırma Argümanı
Name[uk]=Перевірка аргументів для KBabel Name[uk]=Перевірка аргументів для KBabel
Name[zh_CN]=KBabel 的参数检查器 Name[zh_CN]=KBabel 的参数检查器
Name[zh_TW]=KBabel 的參數檢查器 Name[zh_TW]=KBabel 的參數檢查器
X-KDE-Library=kbabel_argstool X-TDE-Library=kbabel_argstool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Arguments Comment=Check Arguments

@ -45,7 +45,7 @@ Name[uk]=Перевірка інформації контексту перекл
Name[zh_CN]=KBabel 的上下文信息翻译检查器 Name[zh_CN]=KBabel 的上下文信息翻译检查器
Name[zh_TW]=KBabel 的已翻譯內容資訊確認 Name[zh_TW]=KBabel 的已翻譯內容資訊確認
ValidationString=context information ValidationString=context information
X-KDE-Library=kbabel_contexttool X-TDE-Library=kbabel_contexttool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Look for Translated Context Info Comment=Look for Translated Context Info

@ -45,7 +45,7 @@ Name[tr]=KBabel için Denklem Denetimi
Name[uk]=Перевірка рівнянь для KBabel Name[uk]=Перевірка рівнянь для KBabel
Name[zh_CN]=KBabel 的等式检查器 Name[zh_CN]=KBabel 的等式检查器
Name[zh_TW]=KBabel 的等式檢查器 Name[zh_TW]=KBabel 的等式檢查器
X-KDE-Library=kbabel_equationstool X-TDE-Library=kbabel_equationstool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Equations Comment=Check Equations

@ -44,7 +44,7 @@ Name[uk]=Перевірка довжини перекладених фраз д
Name[zh_CN]=KBabel 已翻译消息的长度检查器 Name[zh_CN]=KBabel 已翻译消息的长度检查器
Name[zh_TW]=KBabel 的已翻譯訊息長度檢查器 Name[zh_TW]=KBabel 的已翻譯訊息長度檢查器
ValidationString=length checking ValidationString=length checking
X-KDE-Library=kbabel_lengthtool X-TDE-Library=kbabel_lengthtool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Translated Message Length Comment=Check Translated Message Length

@ -43,7 +43,7 @@ Name[uk]=Перевірка перекладених фраз на вміст а
Name[zh_CN]=KBabel 检查已翻译字符串包含英语的工具 Name[zh_CN]=KBabel 检查已翻译字符串包含英语的工具
Name[zh_TW]=KBabel 的檢查包含英文的已翻譯字串 Name[zh_TW]=KBabel 的檢查包含英文的已翻譯字串
ValidationString=whitespace checking ValidationString=whitespace checking
X-KDE-Library=kbabel_nottranslatedtool X-TDE-Library=kbabel_nottranslatedtool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Translations Containing English Comment=Translations Containing English

@ -45,7 +45,7 @@ Name[uk]=Перевірка форм множини для KBabel
Name[zh_CN]=KBabel 的复数形式检查器 Name[zh_CN]=KBabel 的复数形式检查器
Name[zh_TW]=KBabel 的單複數型檢查器 Name[zh_TW]=KBabel 的單複數型檢查器
ValidationString=plural forms ValidationString=plural forms
X-KDE-Library=kbabel_pluraltool X-TDE-Library=kbabel_pluraltool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Plural Forms Comment=Check Plural Forms

@ -45,7 +45,7 @@ Name[uk]=Перевірка пунктуації для KBabel
Name[zh_CN]=KBabel 的标点检查器 Name[zh_CN]=KBabel 的标点检查器
Name[zh_TW]=KBabel 的標點檢查器 Name[zh_TW]=KBabel 的標點檢查器
ValidationString=accelerator ValidationString=accelerator
X-KDE-Library=kbabel_punctuationtool X-TDE-Library=kbabel_punctuationtool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Punctuation Comment=Check Punctuation

@ -43,7 +43,7 @@ Name[uk]=Каталонська граматика
Name[zh_CN]=Catalan 语法 Name[zh_CN]=Catalan 语法
Name[zh_TW]=Catalan 文法 Name[zh_TW]=Catalan 文法
ValidationString=external script checking ValidationString=external script checking
X-KDE-Library=kbabel_regexptool X-TDE-Library=kbabel_regexptool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Translated Messages with a set of Regular Expressions Comment=Check Translated Messages with a set of Regular Expressions

@ -43,7 +43,7 @@ Name[tr]=KBabel için Geçiş Bulanık Aracı
Name[uk]=Засіб перемикання неточних фраз для KBabel Name[uk]=Засіб перемикання неточних фраз для KBabel
Name[zh_CN]=KBabel 切换模糊工具 Name[zh_CN]=KBabel 切换模糊工具
Name[zh_TW]=KBabel 切換模糊狀態工具 Name[zh_TW]=KBabel 切換模糊狀態工具
X-KDE-Library=kbabel_setfuzzytool X-TDE-Library=kbabel_setfuzzytool
Type=Service Type=Service
Commands=allfuzzy Commands=allfuzzy
Comment=Set All Fuzzy Comment=Set All Fuzzy

@ -43,7 +43,7 @@ Name[uk]=Перевірка фраз, перекладених як пропус
Name[zh_CN]=KBabel 的字符串译为空格的检查器 Name[zh_CN]=KBabel 的字符串译为空格的检查器
Name[zh_TW]=KBabel 翻譯為空白字串檢查器 Name[zh_TW]=KBabel 翻譯為空白字串檢查器
ValidationString=whitespace checking ValidationString=whitespace checking
X-KDE-Library=kbabel_whitespacetool X-TDE-Library=kbabel_whitespacetool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Whitespace Translations Comment=Whitespace Translations

@ -47,7 +47,7 @@ Name[uk]=Перевірка XML для KBabel
Name[zh_CN]=KBabel 的 XML 检查器 Name[zh_CN]=KBabel 的 XML 检查器
Name[zh_TW]=KBabel XML 檢查器 Name[zh_TW]=KBabel XML 檢查器
ValidationString=XML tags ValidationString=XML tags
X-KDE-Library=kbabel_xmltool X-TDE-Library=kbabel_xmltool
Type=Service Type=Service
Commands=validate Commands=validate
Comment=Check Tags Comment=Check Tags

@ -48,6 +48,6 @@ Name[tr]=KBabel GNU Gettext Dışa Aktarma Süzgeci
Name[uk]=Фільтр експорту GNU Gettext для KBabel Name[uk]=Фільтр експорту GNU Gettext для KBabel
Name[zh_CN]=KBabel GNU Gettext 导出过滤器 Name[zh_CN]=KBabel GNU Gettext 导出过滤器
Name[zh_TW]=KBabel GNU Gettext 匯出過濾器 Name[zh_TW]=KBabel GNU Gettext 匯出過濾器
X-KDE-Library=kbabel_gettextexport X-TDE-Library=kbabel_gettextexport
X-KDE-Export=application/x-gettext X-TDE-Export=application/x-gettext
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -48,6 +48,6 @@ Name[tr]=KBabel GNU Gettext İçe Aktarma Süzgeci
Name[uk]=Фільтр імпорту GNU Gettext для KBabel Name[uk]=Фільтр імпорту GNU Gettext для KBabel
Name[zh_CN]=KBabel GNU Gettext 导入过滤器 Name[zh_CN]=KBabel GNU Gettext 导入过滤器
Name[zh_TW]=KBabel GNU Gettext 匯入過濾器 Name[zh_TW]=KBabel GNU Gettext 匯入過濾器
X-KDE-Library=kbabel_gettextimport X-TDE-Library=kbabel_gettextimport
X-KDE-Import=application/x-gettext X-TDE-Import=application/x-gettext
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -48,6 +48,6 @@ Name[tr]=KBabel Linguist Dışa Aktarma Süzgeci
Name[uk]=Фільтр експорту Linguist для KBabel Name[uk]=Фільтр експорту Linguist для KBabel
Name[zh_CN]=KBabel Linguist 导出过滤器 Name[zh_CN]=KBabel Linguist 导出过滤器
Name[zh_TW]=KBabel 語言匯出過濾器 Name[zh_TW]=KBabel 語言匯出過濾器
X-KDE-Library=kbabel_linguistexport X-TDE-Library=kbabel_linguistexport
X-KDE-Export=application/x-linguist X-TDE-Export=application/x-linguist
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -48,6 +48,6 @@ Name[tr]=KBabel Linguist İçe Aktarma Süzgeci
Name[uk]=Фільтр імпорту Linguist для KBabel Name[uk]=Фільтр імпорту Linguist для KBabel
Name[zh_CN]=KBabel Linguist 导入过滤器 Name[zh_CN]=KBabel Linguist 导入过滤器
Name[zh_TW]=KBabel 語言匯入過濾器 Name[zh_TW]=KBabel 語言匯入過濾器
X-KDE-Library=kbabel_linguistimport X-TDE-Library=kbabel_linguistimport
X-KDE-Import=application/x-linguist X-TDE-Import=application/x-linguist
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -42,6 +42,6 @@ Name[tr]=KBabel XLIFF Dışa Aktarma Süzgeci
Name[uk]=Фільтр експорту XLIFF для KBabel Name[uk]=Фільтр експорту XLIFF для KBabel
Name[zh_CN]=KBabel XLIFF 导出过滤器 Name[zh_CN]=KBabel XLIFF 导出过滤器
Name[zh_TW]=KBabel XLIFF 匯出過濾器 Name[zh_TW]=KBabel XLIFF 匯出過濾器
X-KDE-Library=kbabel_xliffexport X-TDE-Library=kbabel_xliffexport
X-KDE-Export=application/x-xliff X-TDE-Export=application/x-xliff
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -42,6 +42,6 @@ Name[tr]=KBabel XLIFF İçe Aktarma Süzgeci
Name[uk]=Фільтр імпорту XLIFF для KBabel Name[uk]=Фільтр імпорту XLIFF для KBabel
Name[zh_CN]=KBabel XLIFF 导入过滤器 Name[zh_CN]=KBabel XLIFF 导入过滤器
Name[zh_TW]=KBabel XLIFF 匯入過濾器 Name[zh_TW]=KBabel XLIFF 匯入過濾器
X-KDE-Library=kbabel_xliffimport X-TDE-Library=kbabel_xliffimport
X-KDE-Import=application/x-xliff X-TDE-Import=application/x-xliff
ServiceTypes=KBabelFilter ServiceTypes=KBabelFilter

@ -78,6 +78,6 @@ GenericName[zh_CN]=翻译工具
GenericName[zh_TW]=翻譯工具 GenericName[zh_TW]=翻譯工具
GenericName[zu]=Ithuluzi Lokuguqulela GenericName[zu]=Ithuluzi Lokuguqulela
Terminal=false Terminal=false
X-KDE-StartupNotify=true X-TDE-StartupNotify=true
X-DCOP-ServiceType=Unique X-DCOP-ServiceType=Unique
Categories=Qt;KDE;Development;Translation; Categories=Qt;TDE;Development;Translation;

@ -22,7 +22,7 @@ modules for previous versions should work. Here is how to install
the dictionary: You should define a standard KDE service desktop file. the dictionary: You should define a standard KDE service desktop file.
The most important entry is The most important entry is
X-KDE-Library=<libname> X-TDE-Library=<libname>
where <libname> is the name of the shared library, that contains your where <libname> is the name of the shared library, that contains your
SearchEngine, for example "kbabeldict_pocompendium". SearchEngine, for example "kbabeldict_pocompendium".

@ -91,6 +91,6 @@ Exec=kbabeldict %i %m -caption "%c"
Icon=kbabeldict Icon=kbabeldict
Type=Application Type=Application
Terminal=false Terminal=false
X-KDE-StartupNotify=true X-TDE-StartupNotify=true
X-DCOP-ServiceType=Unique X-DCOP-ServiceType=Unique
Categories=Qt;KDE;Development;Translation; Categories=Qt;TDE;Development;Translation;

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=KBabelDictModule X-TDE-ServiceType=KBabelDictModule
Comment=Dictionary module for KBabelDict Comment=Dictionary module for KBabelDict
Comment[bg]=Речников модул за KBabelDict Comment[bg]=Речников модул за KBabelDict
Comment[br]=Mollad geriaoueg evit KBabelDict Comment[br]=Mollad geriaoueg evit KBabelDict

@ -48,5 +48,5 @@ Name[tr]=KBabelDict için Çeviri Veritabanı
Name[uk]=База даних перекладів для KBabelDict Name[uk]=База даних перекладів для KBabelDict
Name[zh_CN]=KBabelDict 的翻译数据库 Name[zh_CN]=KBabelDict 的翻译数据库
Name[zh_TW]=KBabelDict 翻譯資料庫 Name[zh_TW]=KBabelDict 翻譯資料庫
X-KDE-Library=kbabeldict_dbsearchengine X-TDE-Library=kbabeldict_dbsearchengine
ServiceTypes=KBabelDictModule ServiceTypes=KBabelDictModule

@ -48,5 +48,5 @@ Name[tr]=KBabelDict için Çeviri Veritabanı v2
Name[uk]=Версія 2 бази даних перекладів для KBabelDict Name[uk]=Версія 2 бази даних перекладів для KBabelDict
Name[zh_CN]=KBabelDict 的翻译数据库 v2 Name[zh_CN]=KBabelDict 的翻译数据库 v2
Name[zh_TW]=KBabelDict 翻譯資料庫 v2 Name[zh_TW]=KBabelDict 翻譯資料庫 v2
X-KDE-Library=kbabeldict_dbsearchengine2 X-TDE-Library=kbabeldict_dbsearchengine2
ServiceTypes=KBabelDictModule ServiceTypes=KBabelDictModule

@ -46,6 +46,6 @@ Name[tr]=KBabelDict için Yardımcı PO Modülü
Name[uk]=Модуль допоміжного словника PO для KBabelDict Name[uk]=Модуль допоміжного словника PO для KBabelDict
Name[zh_CN]=KBabelDict 的 PO 辅助词典模块 Name[zh_CN]=KBabelDict 的 PO 辅助词典模块
Name[zh_TW]=KBabelDict 輔助 PO 模組 Name[zh_TW]=KBabelDict 輔助 PO 模組
X-KDE-Library=kbabeldict_poauxiliary X-TDE-Library=kbabeldict_poauxiliary
ServiceTypes=KBabelDictModule ServiceTypes=KBabelDictModule
Applications=kbabel Applications=kbabel

@ -46,5 +46,5 @@ Name[tr]=KBabelDict için PO Özet Modülü
Name[uk]=Модуль збірки перекладів PO для KBabelDict Name[uk]=Модуль збірки перекладів PO для KBabelDict
Name[zh_CN]=KBabelDict 的 PO 概要词典模块 Name[zh_CN]=KBabelDict 的 PO 概要词典模块
Name[zh_TW]=KBabelDict PO 摘要模組 Name[zh_TW]=KBabelDict PO 摘要模組
X-KDE-Library=kbabeldict_pocompendium X-TDE-Library=kbabeldict_pocompendium
ServiceTypes=KBabelDictModule ServiceTypes=KBabelDictModule

@ -46,5 +46,5 @@ Name[tr]=KBabelDict için TMX Özet Modülü
Name[uk]=Модуль збірки перекладів TMX для KBabelDict Name[uk]=Модуль збірки перекладів TMX для KBabelDict
Name[zh_CN]=KBabelDict 的 TMX 概要词典模块 Name[zh_CN]=KBabelDict 的 TMX 概要词典模块
Name[zh_TW]=KBabelDict TMX 摘要模組 Name[zh_TW]=KBabelDict TMX 摘要模組
X-KDE-Library=kbabeldict_tmxcompendium X-TDE-Library=kbabeldict_tmxcompendium
ServiceTypes=KBabelDictModule ServiceTypes=KBabelDictModule

@ -74,4 +74,4 @@ Name[sv]=Kbugbuster
Name[ta]= Kபக்பஸ்டர் Name[ta]= Kபக்பஸ்டர்
Name[th]=บักบัสเตอร์ Name[th]=บักบัสเตอร์
Name[ven]=Mupandeli wa Baga wa K Name[ven]=Mupandeli wa Baga wa K
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;

@ -41,8 +41,8 @@ Name[tr]=Bugzilla To-do Listesi
Name[uk]=Список завдань Bugzilla Name[uk]=Список завдань Bugzilla
Name[zh_CN]=Bugzilla 待办列表 Name[zh_CN]=Bugzilla 待办列表
Name[zh_TW]=Bugzilla 待辦清單 Name[zh_TW]=Bugzilla 待辦清單
X-KDE-Library=kcal_bugzilla X-TDE-Library=kcal_bugzilla
Type=Service Type=Service
ServiceTypes=KResources/Plugin ServiceTypes=KResources/Plugin
X-KDE-ResourceFamily=calendar X-TDE-ResourceFamily=calendar
X-KDE-ResourceType=bugzilla X-TDE-ResourceType=bugzilla

@ -41,4 +41,4 @@ Name[zh_TW]=TDE 主目錄帳號
[Plugin] [Plugin]
Type=text Type=text
X-KDE-Library=kabcformat_kdeaccounts X-TDE-Library=kabcformat_kdeaccounts

@ -54,7 +54,7 @@ Name[xh]=C++ Ulwazi
Name[zh_CN]=C++ 信息 Name[zh_CN]=C++ 信息
Name[zh_TW]=C++ 資訊 Name[zh_TW]=C++ 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-KDE-Library=kfile_cpp X-TDE-Library=kfile_cpp
MimeType=text/x-c++src;text/x-chdr MimeType=text/x-c++src;text/x-chdr
PreferredGroups=General PreferredGroups=General
PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files

@ -53,6 +53,6 @@ Name[xh]=C/C++ Ulwazi lokubhaliweyo okuphezulu
Name[zh_CN]=C/C++ 头文件信息 Name[zh_CN]=C/C++ 头文件信息
Name[zh_TW]=C/C++ 檔頭資訊 Name[zh_TW]=C/C++ 檔頭資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-KDE-Library=kfile_cpp X-TDE-Library=kfile_cpp
MimeType=text/x-chdr MimeType=text/x-chdr
PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files

@ -52,6 +52,6 @@ Name[uk]=Статистика відмінностей
Name[zh_CN]=Diff 统计 Name[zh_CN]=Diff 统计
Name[zh_TW]=Diff 狀態 Name[zh_TW]=Diff 狀態
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-KDE-Library=kfile_diff X-TDE-Library=kfile_diff
MimeType=text/x-diff MimeType=text/x-diff
PreferredItems=Files,First,Format,Hunks,Insert,Modify,Delete PreferredItems=Files,First,Format,Hunks,Insert,Modify,Delete

@ -48,7 +48,7 @@ Name[uk]=інформація про файл формату Qt Linguist
Name[zh_CN]=Qt 语言大师文件信息 Name[zh_CN]=Qt 语言大师文件信息
Name[zh_TW]=Qt 語言檔資訊 Name[zh_TW]=Qt 語言檔資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-KDE-Library=kfile_ts X-TDE-Library=kfile_ts
MimeType=application/x-linguist MimeType=application/x-linguist
PreferredGroups=General PreferredGroups=General
PreferredItems=Messages,Translated,Untranslated,Fuzzi PreferredItems=Messages,Translated,Untranslated,Fuzzi

@ -43,8 +43,8 @@ Name[uk]=Модуль KDED Subversion
Name[zh_CN]=KDED Subversion 模块 Name[zh_CN]=KDED Subversion 模块
Name[zh_TW]=KDED Subversion 模組 Name[zh_TW]=KDED Subversion 模組
ServiceTypes=KDEDModule ServiceTypes=KDEDModule
X-KDE-ModuleType=Library X-TDE-ModuleType=Library
X-KDE-Library=ksvnd X-TDE-Library=ksvnd
X-KDE-FactoryName=ksvnd X-TDE-FactoryName=ksvnd
X-KDE-Kded-autoload=true X-TDE-Kded-autoload=true
X-KDE-Kded-load-on-demand=true X-TDE-Kded-load-on-demand=true

@ -2,7 +2,7 @@
ServiceTypes=text/x-diff ServiceTypes=text/x-diff
#uncomment when Exec is implemented #uncomment when Exec is implemented
#Actions=Apply #Actions=Apply
X-KDE-Priority=TopLevel X-TDE-Priority=TopLevel
[Desktop Action Apply] [Desktop Action Apply]
Name=Apply Patch... Name=Apply Patch...

@ -1,14 +1,14 @@
[Desktop Entry] [Desktop Entry]
ServiceTypes=inode/directory,all/all ServiceTypes=inode/directory,all/all
X-KDE-Submenu=Subversion X-TDE-Submenu=Subversion
X-KDE-Submenu[fa]=زیرنسخه X-TDE-Submenu[fa]=زیرنسخه
X-KDE-Submenu[ne]=उप संस्करण X-TDE-Submenu[ne]=उप संस्करण
X-KDE-Submenu[pa]=ਸਬ-ਵਰਜਨ X-TDE-Submenu[pa]=ਸਬ-ਵਰਜਨ
X-KDE-Submenu[pt_BR]=Subversão X-TDE-Submenu[pt_BR]=Subversão
#X-KDE-ShowIfDcopCall=kded ksvnd anyValidWorkingCopy(KURL::List) #X-TDE-ShowIfDcopCall=kded ksvnd anyValidWorkingCopy(KURL::List)
#Return type of below is a QStringList with a list of Actions which is appended to the Actions above #Return type of below is a QStringList with a list of Actions which is appended to the Actions above
X-KDE-GetActionMenu=kded ksvnd getActionMenu(KURL::List) X-TDE-GetActionMenu=kded ksvnd getActionMenu(KURL::List)
[Desktop Action Add] [Desktop Action Add]
Name=Add to Repository Name=Add to Repository

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
ServiceTypes=inode/directory,all/all ServiceTypes=inode/directory,all/all
X-KDE-Priority=TopLevel X-TDE-Priority=TopLevel
X-KDE-GetActionMenu=kded ksvnd getTopLevelActionMenu(KURL::List) X-TDE-GetActionMenu=kded ksvnd getTopLevelActionMenu(KURL::List)
[Desktop Action Update] [Desktop Action Update]
Name=SVN Update Name=SVN Update

@ -69,5 +69,5 @@ Icon=kompare
DocPath=kompare/index.html DocPath=kompare/index.html
Terminal=false Terminal=false
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;
InitialPreference=10 InitialPreference=10

@ -1,4 +1,4 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=Kompare/NavigationPart X-TDE-ServiceType=Kompare/NavigationPart
X-KDE-Derived=KParts/ReadOnlyPart X-TDE-Derived=KParts/ReadOnlyPart

@ -6,6 +6,6 @@ Name[sv]=Kompare-navigeringsträdsdel
Name[ta]=கோம்பெர் மரம் பாகம் Name[ta]=கோம்பெர் மரம் பாகம்
MimeType=text/x-diff MimeType=text/x-diff
ServiceTypes=Kompare/NavigationPart ServiceTypes=Kompare/NavigationPart
X-KDE-Library=libkomparenavtreepart X-TDE-Library=libkomparenavtreepart
Type=Service Type=Service
Icon=kompare Icon=kompare

@ -18,7 +18,7 @@ Name[th]=ส่วนเปรียบเทียบ
Name[zu]=Ingxenye yeKompare Name[zu]=Ingxenye yeKompare
MimeType=text/x-diff MimeType=text/x-diff
ServiceTypes=Kompare/ViewPart,KParts/ReadWritePart,KParts/ReadOnlyPart ServiceTypes=Kompare/ViewPart,KParts/ReadWritePart,KParts/ReadOnlyPart
X-KDE-Library=libkomparepart X-TDE-Library=libkomparepart
Type=Service Type=Service
Icon=kompare Icon=kompare
InitialPreference=10 InitialPreference=10

@ -1,4 +1,4 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=Kompare/ViewPart X-TDE-ServiceType=Kompare/ViewPart
X-KDE-Derived=KParts/ReadOnlyPart X-TDE-Derived=KParts/ReadOnlyPart

@ -49,5 +49,5 @@ Name[zh_CN]=Qt 设计师文件
Name[zh_TW]=Qt Designer 檔案 Name[zh_TW]=Qt Designer 檔案
ServiceTypes=ThumbCreator ServiceTypes=ThumbCreator
MimeTypes=application/x-designer MimeTypes=application/x-designer
X-KDE-Library=quithumbnail X-TDE-Library=quithumbnail
CacheThumbnail=true CacheThumbnail=true

@ -54,5 +54,5 @@ GenericName[zh_TW]=Qt Designer UI 檔案檢視器
MimeType=application/x-designer; MimeType=application/x-designer;
Terminal=false Terminal=false
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;
InitialPreference=10 InitialPreference=10

@ -5,5 +5,5 @@ Name[sv]=KUIviewer-del
Name[ta]=KUIவியூவர் உறுப்பு Name[ta]=KUIவியூவர் உறுப்பு
MimeType=application/x-designer; MimeType=application/x-designer;
ServiceTypes=KParts/ReadOnlyPart ServiceTypes=KParts/ReadOnlyPart
X-KDE-Library=libkuiviewerpart X-TDE-Library=libkuiviewerpart
Type=Service Type=Service

@ -99,4 +99,4 @@ Comment[uk]=Візуалізація даних профілювання шви
Comment[zh_CN]=性能个性数据的可视化表现 Comment[zh_CN]=性能个性数据的可视化表现
Comment[zh_TW]=效能分析資料視覺化 Comment[zh_TW]=效能分析資料視覺化
X-DCOP-ServiceType=Multi X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;

@ -53,4 +53,4 @@ GenericName[tr]=UML Modelleyici
GenericName[uk]=Засіб моделювання UML GenericName[uk]=Засіб моделювання UML
GenericName[zh_CN]=UML 建模工具 GenericName[zh_CN]=UML 建模工具
MimeType=application/x-uml; MimeType=application/x-uml;
Categories=Qt;KDE;Development; Categories=Qt;TDE;Development;

Loading…
Cancel
Save