kde-extraapps/kdevplatform/interfaces/kdevelopplugin.desktop
2015-07-26 14:23:17 +03:00

107 lines
3.1 KiB
Desktop File

[Desktop Entry]
Type=ServiceType
X-KDE-ServiceType=KDevelop/Plugin
X-KDE-Derived=KPluginInfo
Name=KDevelop Plugin
Name[bg]=KDevelop приставка
Name[bs]=KDevelop dodatak
Name[ca]=Connector KDevelop
Name[ca@valencia]=Connector KDevelop
Name[cs]=Modul KDevelop
Name[da]=KDevelop-plugin
Name[de]=KDevelop-Modul
Name[el]=Πρόσθετο του KDevelop
Name[en_GB]=KDevelop Plugin
Name[es]=Complemento de KDevelop
Name[et]=KDevelopi plugin
Name[fi]=KDevelop-liitännäinen
Name[fr]=Module externe pour KDevelop
Name[ga]=Breiseán KDevelop
Name[gl]=Complemento para KDevelop
Name[hr]=KDevelop priključak
Name[hu]=KDevelop bővítmény
Name[it]=Estensione KDevelop
Name[ja]=KDevelop プラグイン
Name[kk]=KDevelop плагині
Name[lv]=KDevelop spraudnis
Name[nb]=KDevelop programtillegg
Name[nds]=KDevelop-Moduul
Name[nl]=Plugin van KDevelop
Name[pa]=KDevelop ਪਲੱਗਇਨ
Name[pl]=Wtyczka do KDevelopa
Name[pt]='Plugin' do KDevelop
Name[pt_BR]=Extensão do KDevelop
Name[ro]=Modul KDevelop
Name[ru]=Расширение KDevelop
Name[sk]=Plugin KDevelop
Name[sl]=Vstavek za KDevelop
Name[sv]=KDevelop-insticksprogram
Name[tr]=KDevelop Eklentisi
Name[ug]=KDevelop قىستۇرمىسى
Name[uk]=Додаток KDevelop
Name[x-test]=xxKDevelop Pluginxx
Name[zh_CN]=KDevelop 插件
Name[zh_TW]=KDevelop 外掛程式
# mandatory, versioning - prevent DLL hell
[PropertyDef::X-KDevelop-Version]
Type=int
# optional, determines whether a plugin is loaded only after
# a project is opened, or is a global plugin.
# If it is not set, the plugin can only be loaded by the
# user or via requesting one of its dependencies
# allowed values: Global, Project
[PropertyDef::X-KDevelop-Category]
Type=QString
# mandatory, GUI-Operation Mode, determines whether a plugin
# can work without having a mainwindow/partcontroller
# running
# allowed values: GUI, NoGUI
[PropertyDef::X-KDevelop-Mode]
Type=QString
# optional, Arguments to pass to the plugin
[PropertyDef::X-KDevelop-Args]
Type=QString
# optional, Interfaces that a plugin implements
# usually values start with org.kdevelop
[PropertyDef::X-KDevelop-Interfaces]
Type=QStringList
# optional, interfaces that this plugin depends
# on
[PropertyDef::X-KDevelop-IRequired]
Type=QStringList
# optional, interfaces that this plugin can use,
# but the plugin still works if the interfaces are
# not available.
[PropertyDef::X-KDevelop-IOptional]
Type=QStringList
# optional, mimetypes supported by a language plugin
[PropertyDef::X-KDevelop-SupportedMimeTypes]
Type=QStringList
# optional, language supported by a language plugin
[PropertyDef::X-KDevelop-Language]
Type=QString
# optional, defines whether the plugin can be disabled
# by the user. Possible values are "AlwaysOn" and "UserSelectable".
# If the property is missing then UserSelectable is assumed
[PropertyDef::X-KDevelop-LoadMode]
Type=QString
# optional, list of filters for "projectfiles" for the project plugin
# For example: Makefile,Makefile.* for Makefile's
[PropertyDef::X-KDevelop-ProjectFilesFilter]
Type=QStringList
# optional, description for the projectfiles filter
[PropertyDef::X-KDevelop-ProjectFilesFilterDescription]
Type=QString