Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
blobfish
kdevelop
Commits
701ad673
Commit
701ad673
authored
Oct 28, 2015
by
Script Kiddy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SVN_SILENT made messages (.desktop file)
parent
c2330b2e
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
205 additions
and
0 deletions
+205
-0
debuggers/gdb/kdevgdb.json
debuggers/gdb/kdevgdb.json
+10
-0
documentation/manpage/kdevmanpage.json
documentation/manpage/kdevmanpage.json
+10
-0
documentation/qthelp/kdevqthelp.json
documentation/qthelp/kdevqthelp.json
+10
-0
formatters/astyle/kdevastyle.json
formatters/astyle/kdevastyle.json
+10
-0
formatters/customscript/kdevcustomscript.json
formatters/customscript/kdevcustomscript.json
+10
-0
kdeintegration/executeplasmoid/kdevexecuteplasmoid.json
kdeintegration/executeplasmoid/kdevexecuteplasmoid.json
+10
-0
languages/clang/kdevclangsupport.json
languages/clang/kdevclangsupport.json
+10
-0
languages/cpp/kdevcppsupport.json
languages/cpp/kdevcppsupport.json
+10
-0
languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json
...tom-definesandincludes/kdevdefinesandincludesmanager.json
+10
-0
languages/qmljs/kdevqmljs.json
languages/qmljs/kdevqmljs.json
+5
-0
projectbuilders/cmakebuilder/kdevcmakebuilder.json
projectbuilders/cmakebuilder/kdevcmakebuilder.json
+10
-0
projectbuilders/makebuilder/kdevmakebuilder.json
projectbuilders/makebuilder/kdevmakebuilder.json
+10
-0
projectbuilders/ninjabuilder/kdevninja.json
projectbuilders/ninjabuilder/kdevninja.json
+10
-0
projectbuilders/qmakebuilder/kdevqmakebuilder.json
projectbuilders/qmakebuilder/kdevqmakebuilder.json
+10
-0
projectmanagers/cmake/kdevcmakedocumentation.json
projectmanagers/cmake/kdevcmakedocumentation.json
+10
-0
projectmanagers/cmake/kdevcmakemanager.json
projectmanagers/cmake/kdevcmakemanager.json
+10
-0
projectmanagers/custom-buildsystem/kdevcustombuildsystem.json
...ectmanagers/custom-buildsystem/kdevcustombuildsystem.json
+10
-0
projectmanagers/custommake/kdevcustommakemanager.json
projectmanagers/custommake/kdevcustommakemanager.json
+10
-0
projectmanagers/qmake/kdevqmakemanager.json
projectmanagers/qmake/kdevqmakemanager.json
+10
-0
providers/ghprovider/kdevghprovider.json
providers/ghprovider/kdevghprovider.json
+10
-0
providers/kdeprovider/kdevkdeprovider.json
providers/kdeprovider/kdevkdeprovider.json
+10
-0
No files found.
debuggers/gdb/kdevgdb.json
View file @
701ad673
...
...
@@ -2,10 +2,20 @@
"KPlugin"
:
{
"Category"
:
"Debugging"
,
"Description"
:
"This plugin provides a frontend for GDB, a source-level debugger for C, C++ and more."
,
"Description[de]"
:
"Dieses Modul stellt eine Oberfläche für GDB zur Verfügung. GDB ist ein Debugger für C, C++ und weitere Sprachen."
,
"Description[sk]"
:
"Tento modul poskytuje rozhranie pre GDB, zdrojový debuger pre C, C++ a ďalšie."
,
"Description[sv]"
:
"Insticksprogrammet tillhandahåller ett gränssnitt till GDB, en källkodsavlusare för C, C++ med mera."
,
"Description[uk]"
:
"Цей додаток надає можливість користуватися клієнтським інтерфейсом GDB, зневадника вихідного коду на C, C++ тощо."
,
"Description[x-test]"
:
"xxThis plugin provides a frontend for GDB, a source-level debugger for C, C++ and more.xx"
,
"Icon"
:
"debugger"
,
"Id"
:
"kdevgdb"
,
"License"
:
"GPL"
,
"Name"
:
"GDB Support"
,
"Name[de]"
:
"Unterstützung für GDB"
,
"Name[sk]"
:
"Podpora GDB"
,
"Name[sv]"
:
"GDB-stöd"
,
"Name[uk]"
:
"Підтримка GDB"
,
"Name[x-test]"
:
"xxGDB Supportxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
documentation/manpage/kdevmanpage.json
View file @
701ad673
...
...
@@ -2,11 +2,21 @@
"KPlugin"
:
{
"Category"
:
"Documentation"
,
"Description"
:
"This plugin provides Manual Pages integration"
,
"Description[de]"
:
"Dieses Modul integriert Handbuch-Seiten"
,
"Description[sk]"
:
"Tento modul poskytuje integráciu manuálových stránok"
,
"Description[sv]"
:
"Insticksprogrammet tillhandahåller integrering av manualsidor"
,
"Description[uk]"
:
"За допомогою цього додатка здійснюється інтеграція з системою сторінок підручника (man)"
,
"Description[x-test]"
:
"xxThis plugin provides Manual Pages integrationxx"
,
"EnabledByDefault"
:
false
,
"Icon"
:
"x-office-address-book"
,
"Id"
:
"KDevManPage"
,
"License"
:
"GPL"
,
"Name"
:
"Man Pages"
,
"Name[de]"
:
"Handbuch-Seiten"
,
"Name[sk]"
:
"Manuálové stránky"
,
"Name[sv]"
:
"Manualsidor"
,
"Name[uk]"
:
"Сторінки man"
,
"Name[x-test]"
:
"xxMan Pagesxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
documentation/qthelp/kdevqthelp.json
View file @
701ad673
...
...
@@ -7,10 +7,20 @@
],
"Category"
:
"Documentation"
,
"Description"
:
"This plugin provides QtHelp integration"
,
"Description[de]"
:
"Dieses Modul integriert QtHelp in KDevelop"
,
"Description[sk]"
:
"Tento modul poskytuje integráciu QtHelp"
,
"Description[sv]"
:
"Insticksprogrammet tillhandahåller integrering av QtHelp"
,
"Description[uk]"
:
"За допомогою цього додатка здійснюється інтеграція з QtHelp"
,
"Description[x-test]"
:
"xxThis plugin provides QtHelp integrationxx"
,
"Icon"
:
"qtlogo"
,
"Id"
:
"kdevqthelp"
,
"License"
:
"GPL"
,
"Name"
:
"Qt Documentation"
,
"Name[de]"
:
"Qt-Dokumentation"
,
"Name[sk]"
:
"Dokumentácia Qt"
,
"Name[sv]"
:
"Qt-dokumentation"
,
"Name[uk]"
:
"Документація з Qt"
,
"Name[x-test]"
:
"xxQt Documentationxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
formatters/astyle/kdevastyle.json
View file @
701ad673
...
...
@@ -7,10 +7,20 @@
],
"Category"
:
"Utilities"
,
"Description"
:
"A plugin for formatting of sourcecode according to a specified set of rules"
,
"Description[de]"
:
"Modul zum Formatieren von Quelltext nach bestimmten Vorschriften"
,
"Description[sk]"
:
"Modul pre formátovanie zdrojového kódu podľa špecifických pravidiel"
,
"Description[sv]"
:
"Ett insticksprogram för formatering av källkod enligt en angiven uppsättning regler"
,
"Description[uk]"
:
"Додаток для форматування коду у відповідності до вказаного набору правил"
,
"Description[x-test]"
:
"xxA plugin for formatting of sourcecode according to a specified set of rulesxx"
,
"Icon"
:
"kdevelop"
,
"Id"
:
"kdevastyle"
,
"License"
:
"LGPL"
,
"Name"
:
"AStyle Formatter Backend"
,
"Name[de]"
:
"AStyle-Formatierer"
,
"Name[sk]"
:
"Backend formátovača AStyle"
,
"Name[sv]"
:
"Astyle-formateringsgränssnitt"
,
"Name[uk]"
:
"Сервер форматування AStyle"
,
"Name[x-test]"
:
"xxAStyle Formatter Backendxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
formatters/customscript/kdevcustomscript.json
View file @
701ad673
...
...
@@ -7,10 +7,20 @@
],
"Category"
:
"Utilities"
,
"Description"
:
"A plugin for formatting C files using custom scripts"
,
"Description[de]"
:
"Ein Modul zum Formatieren von C-Dateien mit Hilfe von eigenen Skripten"
,
"Description[sk]"
:
"Modul pre formátovanie súborov C pomocou vlastných skriptov"
,
"Description[sv]"
:
"Ett insticksprogram för att formatera C-filer med egna skript"
,
"Description[uk]"
:
"Додаток для форматування файлів мовою C за допомогою нетипових скриптів"
,
"Description[x-test]"
:
"xxA plugin for formatting C files using custom scriptsxx"
,
"Icon"
:
"kdevelop"
,
"Id"
:
"kdevcustomscript"
,
"License"
:
"LGPL"
,
"Name"
:
"Custom Script Formatter Backend"
,
"Name[de]"
:
"Backend für einen Formatierer für eigene Skripte"
,
"Name[sk]"
:
"Backend formátovača vlastného skriptu"
,
"Name[sv]"
:
"Formateringsgränssnitt för eget skript"
,
"Name[uk]"
:
"Сервер скриптів нетипового форматування"
,
"Name[x-test]"
:
"xxCustom Script Formatter Backendxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
kdeintegration/executeplasmoid/kdevexecuteplasmoid.json
View file @
701ad673
...
...
@@ -6,10 +6,20 @@
}
],
"Description"
:
"Lets you view a plasmoid"
,
"Description[de]"
:
"Zeigt ein Plasmoid an"
,
"Description[sk]"
:
"Umožní vám vidieť plazmoid"
,
"Description[sv]"
:
"Låter dig visa en Plasmoid"
,
"Description[uk]"
:
"Надає вам змогу переглядати роботу плазмоїдів"
,
"Description[x-test]"
:
"xxLets you view a plasmoidxx"
,
"Icon"
:
"system-run"
,
"Id"
:
"kdevexecuteplasmoid"
,
"License"
:
"GPL"
,
"Name"
:
"Plasmoid Launcher"
,
"Name[de]"
:
"Plasmoid-Starter"
,
"Name[sk]"
:
"Spúšťač plazmoidov"
,
"Name[sv]"
:
" Plasmoid-startprogram"
,
"Name[uk]"
:
"Засіб запуску плазмоїдів"
,
"Name[x-test]"
:
"xxPlasmoid Launcherxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
languages/clang/kdevclangsupport.json
View file @
701ad673
{
"KPlugin"
:
{
"Description"
:
"C/C++ Language Support (Clang-based)"
,
"Description[de]"
:
"Sprachunterstützung für C/C++ (Clang-basiert)"
,
"Description[sk]"
:
"Podpora jazyka C/C++ (založená na triedach)"
,
"Description[sv]"
:
"C/C++ språkstöd (Clang-baserat)"
,
"Description[uk]"
:
"Підтримка мови C/C++ на основі Clang"
,
"Description[x-test]"
:
"xxC/C++ Language Support (Clang-based)xx"
,
"Icon"
:
"text-x-c++src"
,
"Id"
:
"kdevclangsupport"
,
"Name"
:
"C++ Support"
,
"Name[de]"
:
"Unterstützung für C++"
,
"Name[sk]"
:
"Podpora C++"
,
"Name[sv]"
:
"C++ stöd"
,
"Name[uk]"
:
"Підтримка C++"
,
"Name[x-test]"
:
"xxC++ Supportxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
languages/cpp/kdevcppsupport.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Language Support"
,
"Description"
:
"C/C++ Language Support"
,
"Description[de]"
:
"Sprachunterstützung für C/C++"
,
"Description[sk]"
:
"Podpora jazyka C/C++"
,
"Description[sv]"
:
"C/C++ språkstöd"
,
"Description[uk]"
:
"Підтримка мови C/C++"
,
"Description[x-test]"
:
"xxC/C++ Language Supportxx"
,
"Icon"
:
"text-x-c++src"
,
"Id"
:
"kdevcppsupport"
,
"Name"
:
"C++ Support"
,
"Name[de]"
:
"Unterstützung für C++"
,
"Name[sk]"
:
"Podpora C++"
,
"Name[sv]"
:
"C++ stöd"
,
"Name[uk]"
:
"Підтримка C++"
,
"Name[x-test]"
:
"xxC++ Supportxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
languages/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"Configure which macros and include directories/files will be added to the parser during project parsing."
,
"Description[de]"
:
"Einstellung der Makros und Include-Ordner/-Dateien, die für den Parser während des Einlesens des Projekts hinzugefügt werden."
,
"Description[sk]"
:
"Nastaviť, ktoré makrá a zahrnuté adresáre/súbory sa pridajú do spracovača počas spracovania projektu."
,
"Description[sv]"
:
"Anpassa vilka makron och filer eller kataloger att inkludera som läggs till i tolken under projekttolkning."
,
"Description[uk]"
:
"Налаштувати макроси і включені каталоги або файли, які буде додано під час обробки проекту."
,
"Description[x-test]"
:
"xxConfigure which macros and include directories/files will be added to the parser during project parsing.xx"
,
"Icon"
:
"kdevelop"
,
"Id"
:
"KDevDefinesAndIncludesManager"
,
"Name"
:
"Custom Defines And Includes Manager"
,
"Name[de]"
:
"Verwaltung benutzerdefinierter Definitionen und Includes"
,
"Name[sk]"
:
"Správca vlastných definícií a zahrnutí"
,
"Name[sv]"
:
"Hantering av egna definitioner och inkluderingar"
,
"Name[uk]"
:
"Керування нетиповими визначеннями і включеннями"
,
"Name[x-test]"
:
"xxCustom Defines And Includes Managerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
languages/qmljs/kdevqmljs.json
View file @
701ad673
...
...
@@ -5,6 +5,11 @@
"Id"
:
"kdevqmljs"
,
"License"
:
"GPL"
,
"Name"
:
"QML Support"
,
"Name[de]"
:
"Unterstützung für QML"
,
"Name[sk]"
:
"Podpora QML"
,
"Name[sv]"
:
"QML-stöd"
,
"Name[uk]"
:
"Підтримка QML"
,
"Name[x-test]"
:
"xxQML Supportxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectbuilders/cmakebuilder/kdevcmakebuilder.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"Builds CMake Projects"
,
"Description[de]"
:
"Erstellt CMake-Projekte"
,
"Description[sk]"
:
"Prekladá projekty CMake"
,
"Description[sv]"
:
"Bygger CMake-projekt"
,
"Description[uk]"
:
"Збирає проекти CMake"
,
"Description[x-test]"
:
"xxBuilds CMake Projectsxx"
,
"Icon"
:
"cmake"
,
"Id"
:
"KDevCMakeBuilder"
,
"Name"
:
"CMake Project Builder"
,
"Name[de]"
:
"Ersteller für CMake-Projekte"
,
"Name[sk]"
:
"Prekladač projektov CMake"
,
"Name[sv]"
:
"CMake-projektbyggverktyg"
,
"Name[uk]"
:
"Інструмент збирання проектів CMake"
,
"Name[x-test]"
:
"xxCMake Project Builderxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectbuilders/makebuilder/kdevmakebuilder.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"KDevelop Make Builder"
,
"Description[de]"
:
"Make-Builder von KDevelop"
,
"Description[sk]"
:
"Prekladač KDevelop Make"
,
"Description[sv]"
:
"KDevelop byggverktyg för Make"
,
"Description[uk]"
:
"Збирач Make для KDevelop"
,
"Description[x-test]"
:
"xxKDevelop Make Builderxx"
,
"Icon"
:
"gear"
,
"Id"
:
"KDevMakeBuilder"
,
"Name"
:
"Make Project Builder"
,
"Name[de]"
:
"Ersteller für Make-Projekte"
,
"Name[sk]"
:
"Prekladač projektov Make"
,
"Name[sv]"
:
"Make-projektbyggverktyg"
,
"Name[uk]"
:
"Інструмент збирання проектів Make"
,
"Name[x-test]"
:
"xxMake Project Builderxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectbuilders/ninjabuilder/kdevninja.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"KDevelop Ninja Builder"
,
"Description[de]"
:
"KDevelop-Ninja-Erstellung"
,
"Description[sk]"
:
"Zostavovač KDevelop Ninja"
,
"Description[sv]"
:
"KDevelop byggverktyg för Ninja"
,
"Description[uk]"
:
"Збирач Ninja для KDevelop"
,
"Description[x-test]"
:
"xxKDevelop Ninja Builderxx"
,
"Icon"
:
"gear"
,
"Id"
:
"KDevNinjaBuilder"
,
"Name"
:
"Ninja Project Builder"
,
"Name[de]"
:
"Ninja-Projekterstellung"
,
"Name[sk]"
:
"Zostavovač projektov Ninja"
,
"Name[sv]"
:
"Ninja projektbyggverktyg"
,
"Name[uk]"
:
"Збирач проектів Ninja"
,
"Name[x-test]"
:
"xxNinja Project Builderxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectbuilders/qmakebuilder/kdevqmakebuilder.json
View file @
701ad673
{
"KPlugin"
:
{
"Description"
:
"Builds QMake Projects"
,
"Description[de]"
:
"Erstellt QMake-Projekte"
,
"Description[sk]"
:
"Prekladá projekty QMake"
,
"Description[sv]"
:
"Bygger QMake-projekt"
,
"Description[uk]"
:
"Збирає проекти QMake"
,
"Description[x-test]"
:
"xxBuilds QMake Projectsxx"
,
"Icon"
:
"gear"
,
"Id"
:
"KDevQMakeBuilder"
,
"Name"
:
"QMake Project Builder"
,
"Name[de]"
:
"Ersteller für QMake-Projekte"
,
"Name[sk]"
:
"Prekladač projektov QMake"
,
"Name[sv]"
:
"QMake-projektbyggverktyg"
,
"Name[uk]"
:
"Засіб збирання проектів QMake"
,
"Name[x-test]"
:
"xxQMake Project Builderxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectmanagers/cmake/kdevcmakedocumentation.json
View file @
701ad673
...
...
@@ -8,10 +8,20 @@
],
"Category"
:
"Documentation"
,
"Description"
:
"Allows KDevelop to provide CMake documentation"
,
"Description[de]"
:
"Ermöglicht das Bereitstellen von Dokumentation für CMake"
,
"Description[sk]"
:
"Povolí KDevelopu poskytnúť dokumentáciu CMake"
,
"Description[sv]"
:
"Låter KDevelop tillhandahålla CMake-dokumentation"
,
"Description[uk]"
:
"Надає змогу KDevelop показувати документацію CMake"
,
"Description[x-test]"
:
"xxAllows KDevelop to provide CMake documentationxx"
,
"Icon"
:
"cmake"
,
"Id"
:
"KDevCMakeDocumentation"
,
"License"
:
"GPL"
,
"Name"
:
"CMake Documentation"
,
"Name[de]"
:
"CMake-Dokumentation"
,
"Name[sk]"
:
"Dokumentácia CMake"
,
"Name[sv]"
:
"CMake-dokumentation"
,
"Name[uk]"
:
"Документація з CMake"
,
"Name[x-test]"
:
"xxCMake Documentationxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectmanagers/cmake/kdevcmakemanager.json
View file @
701ad673
...
...
@@ -8,10 +8,20 @@
],
"Category"
:
"Project Management"
,
"Description"
:
"Allows KDevelop to manage CMake-based projects"
,
"Description[de]"
:
"Erlaubt das Verwalten CMake-basierter Projekte mit KDevelop"
,
"Description[sk]"
:
"Povolí KDevelopu spravovať projekty založené na CMake"
,
"Description[sv]"
:
"Låter KDevelop hantera CMake-baserade projekt"
,
"Description[uk]"
:
"Надає змогу KDevelop керувати заснованими на CMake проектами"
,
"Description[x-test]"
:
"xxAllows KDevelop to manage CMake-based projectsxx"
,
"Icon"
:
"cmake"
,
"Id"
:
"KDevCMakeManager"
,
"License"
:
"GPL"
,
"Name"
:
"CMake Project Manager"
,
"Name[de]"
:
"CMake-Projektverwaltung"
,
"Name[sk]"
:
"Projektový manažér CMake"
,
"Name[sv]"
:
"CMake-projekthantering"
,
"Name[uk]"
:
"Керування проектами CMake"
,
"Name[x-test]"
:
"xxCMake Project Managerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectmanagers/custom-buildsystem/kdevcustombuildsystem.json
View file @
701ad673
{
"KPlugin"
:
{
"Description"
:
"Allows to use custom buildsystems for KDevelop projects"
,
"Description[de]"
:
"Ermöglicht ein benutzerdefiniertes Erstellungssystem für KDevelop-Projekte"
,
"Description[sk]"
:
"Povolí použiť vlastné buildovacie systémy pre projekty KDevelop"
,
"Description[sv]"
:
"Gör det möjligt att använda egna byggsystem för projekt i KDevelop"
,
"Description[uk]"
:
"Надає змогу використовувати нетипові системи збирання у проектах KDevelop"
,
"Description[x-test]"
:
"xxAllows to use custom buildsystems for KDevelop projectsxx"
,
"Icon"
:
"gear"
,
"Id"
:
"KDevCustomBuildSystem"
,
"Name"
:
"Custom BuildSystem"
,
"Name[de]"
:
"Eigenes Build-System"
,
"Name[sk]"
:
"Vlastný buildovací systém"
,
"Name[sv]"
:
"Eget byggsystem"
,
"Name[uk]"
:
"Нетипова система збирання"
,
"Name[x-test]"
:
"xxCustom BuildSystemxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectmanagers/custommake/kdevcustommakemanager.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"Imports and edits custom make projects"
,
"Description[de]"
:
"Import und Bearbeitung benutzerdefinierten Make-Projekten"
,
"Description[sk]"
:
"Importuje a upravuje vlastné projekty make"
,
"Description[sv]"
:
"Importerar och redigerar egna projekt som använder Make"
,
"Description[uk]"
:
"Імпортує і змінює проекти нетипових make"
,
"Description[x-test]"
:
"xxImports and edits custom make projectsxx"
,
"Icon"
:
"gear"
,
"Id"
:
"KDevCustomMakeManager"
,
"Name"
:
"Custom Makefile Project Manager"
,
"Name[de]"
:
"Projektverwaltung mit eigenem Makefile"
,
"Name[sk]"
:
"Správca projektu vlastného makefile"
,
"Name[sv]"
:
"Projekthantering av egna Make-filer"
,
"Name[uk]"
:
"Керування проектами з власним Makefile"
,
"Name[x-test]"
:
"xxCustom Makefile Project Managerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
projectmanagers/qmake/kdevqmakemanager.json
View file @
701ad673
...
...
@@ -2,9 +2,19 @@
"KPlugin"
:
{
"Category"
:
"Project Management"
,
"Description"
:
"Imports and edits QMake projects"
,
"Description[de]"
:
"Import und Bearbeitung von benutzerdefinierten QMake-Projekten"
,
"Description[sk]"
:
"Importuje a upravuje projekty QMake"
,
"Description[sv]"
:
"Importerar och redigerar QMake-projekt"
,
"Description[uk]"
:
"Імпортує і дає змогу редагувати проекти QMake"
,
"Description[x-test]"
:
"xxImports and edits QMake projectsxx"
,
"Icon"
:
"qtlogo"
,
"Id"
:
"KDevQMakeManager"
,
"Name"
:
"QMake Project Manager"
,
"Name[de]"
:
"QMake-Projektverwaltung"
,
"Name[sk]"
:
"Správca projektov QMake"
,
"Name[sv]"
:
"QMake-projekthantering"
,
"Name[uk]"
:
"Керування проектами QMake"
,
"Name[x-test]"
:
"xxQMake Project Managerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
providers/ghprovider/kdevghprovider.json
View file @
701ad673
...
...
@@ -7,10 +7,20 @@
],
"Category"
:
"Utilities"
,
"Description"
:
"This plugin helps to obtain projects from Github"
,
"Description[de]"
:
"Dieses Modul hilft dabei Github-Projekte zu beziehen"
,
"Description[sk]"
:
"Tento modul pomáha získavať projekty z Github"
,
"Description[sv]"
:
"Insticksprogrammet hjälper till att erhålla projekt Github"
,
"Description[uk]"
:
"За допомогою цього додатка можна отримувати проекти з Github"
,
"Description[x-test]"
:
"xxThis plugin helps to obtain projects from Githubxx"
,
"Icon"
:
"kdevgh"
,
"Id"
:
"kdevghprovider"
,
"License"
:
"GPL"
,
"Name"
:
"Github Provider"
,
"Name[de]"
:
"Github-Provider"
,
"Name[sk]"
:
"Poskytovateľ Github"
,
"Name[sv]"
:
"Github-leverantör"
,
"Name[uk]"
:
"Надавач даних Github"
,
"Name[x-test]"
:
"xxGithub Providerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
providers/kdeprovider/kdevkdeprovider.json
View file @
701ad673
...
...
@@ -7,10 +7,20 @@
],
"Category"
:
"Utilities"
,
"Description"
:
"This plugin helps to obtain KDE projects"
,
"Description[de]"
:
"Dieses Modul hilft dabei KDE-Projekte zu beziehen"
,
"Description[sk]"
:
"Tento modul pomáha získavať KDE projekty"
,
"Description[sv]"
:
"Insticksprogrammet hjälper till att erhålla KDE-projekt"
,
"Description[uk]"
:
"За допомогою цього додатка можна отримувати проекти KDE"
,
"Description[x-test]"
:
"xxThis plugin helps to obtain KDE projectsxx"
,
"Icon"
:
"kde"
,
"Id"
:
"kdevkdeprovider"
,
"License"
:
"GPL"
,
"Name"
:
"KDE Provider"
,
"Name[de]"
:
"KDE-Provider"
,
"Name[sk]"
:
"Poskytovateľ KDE"
,
"Name[sv]"
:
"KDE-leverantör"
,
"Name[uk]"
:
"Надавач даних KDE"
,
"Name[x-test]"
:
"xxKDE Providerxx"
,
"ServiceTypes"
:
[
"KDevelop/Plugin"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment