diff options
Diffstat (limited to 'lib/interfaces/tdevelopplugin.desktop')
-rw-r--r-- | lib/interfaces/tdevelopplugin.desktop | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/lib/interfaces/tdevelopplugin.desktop b/lib/interfaces/tdevelopplugin.desktop new file mode 100644 index 00000000..c1a9998c --- /dev/null +++ b/lib/interfaces/tdevelopplugin.desktop @@ -0,0 +1,75 @@ +[Desktop Entry] +Type=ServiceType +X-KDE-ServiceType=KDevelop/Plugin +Name=KDevelop Plugin +Name[br]=Lugent KDevelop +Name[ca]=Connector per a KDevelop +Name[da]=KDevelop plugin +Name[de]=KDevelop-Modul +Name[el]=Πρόσθετο KDevelop +Name[es]=Complemento para KDevelop +Name[et]=KDevelopi plugin +Name[eu]=KDevelop plugin-a +Name[fa]=وصلۀ KDevelop +Name[fr]=Module externe de KDevelop +Name[ga]=Breiseán KDevelop +Name[gl]=Extensión para KDevelop +Name[hi]=के-डेवलप प्लगइन +Name[hu]=KDevelop-bővítőmodul +Name[it]=Plugin di KDevelop +Name[ja]=KDevelop プラグイン +Name[nds]=KDevelop-Moduul +Name[ne]=केडीई विकास प्लगइन +Name[pl]=Wtyczka do KDevelopa +Name[pt]='Plugin' do KDevelop +Name[pt_BR]=Plug-in do KDevelop +Name[ru]=Модуль KDevelop +Name[sk]=KDevelop modul +Name[sl]=Vstavek za KDevelop +Name[sr]=Прикључак за KDevelop +Name[sr@Latn]=Priključak za KDevelop +Name[sv]=KDevelop insticksmodul +Name[ta]=KDevelop சொருகு +Name[tg]=Модули KDevelop +Name[tr]=KDevelop Eklentisi +Name[zh_CN]=KDevelop 插件 +Name[zh_TW]=KDevelop 外掛程式 + +# versioning - prevent DLL hell +[PropertyDef::X-KDevelop-Version] +Type=int + +[PropertyDef::X-KDevelop-Scope] +Type=QString + +[PropertyDef::X-KDevelop-Mode] +Type=QString + +[PropertyDef::X-KDevelop-Plugin-Version] +Type=QString + +[PropertyDef::X-KDevelop-Plugin-Homepage] +Type=QString + +[PropertyDef::X-KDevelop-Plugin-License] +Type=QString + +[PropertyDef::X-KDevelop-Plugin-BugsEmailAddress] +Type=QString + +[PropertyDef::X-KDevelop-Plugin-Copyright] +Type=QString + +# defines a list of properties which the plugin has +# a profile will query all plugins for properties and will load only +# those that have queried properties +[PropertyDef::X-KDevelop-Properties] +Type=QStringList + +# only important for project plugins, you can add a list of programming languages which are supported +# the plugin will be loaded by default, if the project use this language +[PropertyDef::X-KDevelop-ProgrammingLanguages] +Type=QStringList + +[PropertyDef::X-KDevelop-Args] +Type=QString |