diff --git a/kdevplatform/shell/tests/kdevnonguiinterfaceplugin.json b/kdevplatform/shell/tests/kdevnonguiinterfaceplugin.json index e5c60e11bb..deedff0c44 100644 --- a/kdevplatform/shell/tests/kdevnonguiinterfaceplugin.json +++ b/kdevplatform/shell/tests/kdevnonguiinterfaceplugin.json @@ -1,37 +1,36 @@ { "KPlugin": { "Description": "This plugin is purely for unit-test", "Description[ca@valencia]": "Este connector és exclusivament per a unitats de proves", "Description[ca]": "Aquest connector és exclusivament per a unitats de proves", "Description[de]": "Die ist eine Modul nur für Unit-Tests", "Description[es]": "Este complemento es exclusivamente para pruebas unitarias", "Description[fi]": "Tämä liitännäinen on puhtaasti yksikkötestausta varten", "Description[gl]": "Este complemento é soamente para probas unitarias.", "Description[nl]": "Deze plugin is alleen voor eenheid-testen", "Description[pl]": "Ta wtyczka służy tylko do testów jednostek", "Description[pt]": "Este 'plugin' serve apenas para testes unitários", "Description[pt_BR]": "Este plugin é apenas para testes unitários", "Description[sk]": "Tento plugin je čisto na unit testy", "Description[sl]": "Ta vstavek je samo za preizkušanje enot", "Description[sv]": "Insticksprogrammet är enbart avsett för enhetstest", "Description[tr]": "Bu eklenti tamamen birim-testleri içindir", "Description[uk]": "Цей додаток призначено лише для тестування модулів", "Description[x-test]": "xxThis plugin is purely for unit-testxx", "Description[zh_CN]": "此插件只用于 unit 测试", "Id": "kdevnonguiinterface", "License": "LGPL", "Name": "KDevNonGuiInterface", "Name[bs]": "KDevNonGUI sučelje", "Name[nds]": "KDevKeenBöversiet", "Name[sv]": "KDevelop icke grafiskt användargränssnitt", "Name[x-test]": "xxKDevNonGuiInterfacexx", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.ITestNonGuiInterface" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI" } diff --git a/plugins/astyle/kdevastyle.json b/plugins/astyle/kdevastyle.json index 0404edc7f5..0a54e35f11 100644 --- a/plugins/astyle/kdevastyle.json +++ b/plugins/astyle/kdevastyle.json @@ -1,65 +1,64 @@ { "KPlugin": { "Authors": [ { "Name": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[x-test]": "xxCedric Pasteur, Matthias Hölzer-Klüpfelxx" } ], "Category": "Utilities", "Description": "A plugin for formatting of sourcecode according to a specified set of rules", "Description[ca@valencia]": "Un connector per a formatar el codi font d'acord a un conjunt especificat de regles", "Description[ca]": "Un connector per a formatar el codi font d'acord a un conjunt especificat de regles", "Description[de]": "Modul zum Formatieren von Quelltext nach bestimmten Vorschriften", "Description[es]": "Un complemento para formatear código fuente según el conjunto de reglas indicado", "Description[et]": "Plugin lähtekoodi vormindamiseks vastavalt konkreetsetele reeglitele.", "Description[fi]": "Liitännäinen lähdekoodin muotoilemiseen määritellyn sääntöjoukon mukaan", "Description[fr]": "Un module pour mettre en forme le code source d'après un ensemble de règles spécifié", "Description[gl]": "Complemento para formatar código fonte segundo un conxunto de regras indicado.", "Description[it]": "Un'estensione per la formattazione del codice sorgente secondo uno specifico insieme di regole", "Description[nl]": "Een plugin om broncode te formatteren volgens een speciale set regels", "Description[pl]": "Wtyczka do formatowania kodu źródłowego zgodnie z podanymi regułami", "Description[pt]": "Um 'plugin' para formatar código-fonte de acordo com um dado conjunto de regras", "Description[pt_BR]": "Um plugin para formatar código-fonte de acordo com um conjunto de regras", "Description[sk]": "Modul pre formátovanie zdrojového kódu podľa špecifických pravidiel", "Description[sl]": "Vstavek za oblikovanje izvorne kode po določenih pravilih", "Description[sv]": "Ett insticksprogram för formatering av källkod enligt en angiven uppsättning regler", "Description[tr]": "Belli kurallara göre kaynak kodları biçimlendirmeye yarayan bir eklenti", "Description[uk]": "Додаток для форматування коду у відповідності до вказаного набору правил", "Description[x-test]": "xxA plugin for formatting of sourcecode according to a specified set of rulesxx", "Description[zh_CN]": "一个根据指定规则设定格式化源代码的插件", "Icon": "kdevelop", "Id": "kdevastyle", "License": "LGPL", "Name": "AStyle Formatter Backend", "Name[ca@valencia]": "Dorsal del formatador AStyle", "Name[ca]": "Dorsal del formatador AStyle", "Name[de]": "AStyle-Formatierer", "Name[es]": "Motor de formateo AStyle", "Name[et]": "AStyle'i vormindamise taustaprogramm", "Name[fi]": "AStyle-muotoilijataustaohjelma", "Name[fr]": "Moteur de mise en forme AStyle", "Name[gl]": "Infraestrutura de formatación de AStyle", "Name[it]": "Backend formattatore AStyle", "Name[nl]": "Backend voor AStyle formatteerprogramma", "Name[pl]": "Silnik formatowania AStyle", "Name[pt]": "Infra-Estrutura de Formatação do AStyle", "Name[pt_BR]": "Formatador AStyle", "Name[sk]": "Backend formátovača AStyle", "Name[sl]": "Zaledje oblikovalnika AStyle", "Name[sv]": "Astyle-formateringsgränssnitt", "Name[tr]": "Astyle Biçimlendirici Arka Ucu", "Name[uk]": "Сервер форматування AStyle", "Name[x-test]": "xxAStyle Formatter Backendxx", "Name[zh_CN]": "AStyle 格式化器后端", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.ISourceFormatter" ], "X-KDevelop-LoadMode": "AlwaysOn", - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI" } diff --git a/plugins/bazaar/kdevbazaar.json b/plugins/bazaar/kdevbazaar.json index 0a12ea73f3..5ad1699f02 100644 --- a/plugins/bazaar/kdevbazaar.json +++ b/plugins/bazaar/kdevbazaar.json @@ -1,58 +1,57 @@ { "Encoding": "UTF-8", "KPlugin": { "Authors": [ { "Email": "d82ks8djf82msd83hf8sc02lqb5gh5@gmail.com", "Name": "Maciej Poleski", "Name[x-test]": "xxMaciej Poleskixx" } ], "Category": "Version Control", "Description": "This plugin integrates Bazaar to KDevelop", "Description[ca@valencia]": "Este connector integra el Bazaar al KDevelop", "Description[ca]": "Aquest connector integra el Bazaar al KDevelop", "Description[cs]": "Tento modul integruje podporu pro Bazaar v KDevelop", "Description[es]": "Este complemento integra Bazaar en KDevelop", "Description[fr]": "Ce module intègre Bazaar dans KDevelop", "Description[it]": "Questa estensione integra Bazaar in KDevelop", "Description[nl]": "Deze plugin integreert Bazaar in KDevelop", "Description[pl]": "Ta wtyczka udostępnia Bazaar w KDevelopie", "Description[pt]": "Este 'plugin' integra o Bazaar no KDevelop", "Description[sk]": "Tento plugin integruje Bazaar do KDevelop.", "Description[sv]": "Insticksprogrammet integrerar Bazaar i KDevelop", "Description[uk]": "За допомогою цього додатка можна інтегрувати Bazaar до KDevelop", "Description[x-test]": "xxThis plugin integrates Bazaar to KDevelopxx", "Description[zh_CN]": "此插件将 Bazaar 整合到 KDevelop", "Icon": "bazaar", "Id": "kdevbazaar", "License": "GPL", "Name": "Bazaar Support", "Name[ca@valencia]": "Implementació de Bazaar", "Name[ca]": "Implementació de Bazaar", "Name[cs]": "Podpora Bazaar", "Name[de]": "Bazaar-Unterstützung", "Name[es]": "Implementación de Bazaar", "Name[fr]": "Prise en charge de Bazaar", "Name[it]": "Supporto per Bazaar", "Name[nb]": "Bazaar-støtte", "Name[nl]": "Ondersteuning van Bazaar", "Name[pl]": "Obsługa Bazaar", "Name[pt]": "Suporte para o Bazaar", "Name[sk]": "Podpora Bazaar", "Name[sv]": "Bazaar-stöd", "Name[uk]": "Підтримка Bazaar", "Name[x-test]": "xxBazaar Supportxx", "Name[zh_CN]": "Bazaar 支持", "ServiceTypes": [ "KDevelop/Plugin" ], "Version": "1.0" }, "X-KDevelop-Interfaces": [ "org.kdevelop.IBasicVersionControl", "org.kdevelop.IDistributedVersionControl" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" } diff --git a/plugins/clang/kdevclangsupport.json b/plugins/clang/kdevclangsupport.json index a32bfcf616..a1183d3c84 100644 --- a/plugins/clang/kdevclangsupport.json +++ b/plugins/clang/kdevclangsupport.json @@ -1,76 +1,75 @@ { "KPlugin": { "Description": "C/C++ Language Support (Clang-based)", "Description[ca@valencia]": "Implementació del llenguatge C/C++ (basat en Clang)", "Description[ca]": "Implementació del llenguatge C/C++ (basat en Clang)", "Description[cs]": "Podpora jazyka C/C++ (založeno na Clang)", "Description[de]": "Sprachunterstützung für C/C++ (Clang-basiert)", "Description[es]": "Implementación del lenguaje C/C++ (basado en Clang)", "Description[et]": "C/C++ keele toetus (Clangi baasil)", "Description[fi]": "C/C++-kielituki (Clang-pohjainen)", "Description[fr]": "Prise en charge du langage C/C++ (utilisant Clang)", "Description[gl]": "Compatibilidade con C e C++ (baseada en Clang)", "Description[it]": "Supporto al linguaggio C/C++ (basato su Clang)", "Description[nl]": "Ondersteuning voor de talen C/C++ (Clang-based)", "Description[pl]": "Obsługa języków C/C++ (na podstawie Clang)", "Description[pt]": "Suporte para a Linguagem C/C++ (baseado no Clang)", "Description[pt_BR]": "Suporte à linguagem C/C++ (baseado no Clang)", "Description[sk]": "Podpora jazyka C/C++ (založená na triedach)", "Description[sl]": "Podpora jeziku C/C++ (temelječa na Clang)", "Description[sv]": "C/C++ språkstöd (Clang-baserat)", "Description[tr]": "C/C++ Dil Desteği (Clang-tabanlı)", "Description[uk]": "Підтримка мови C/C++ на основі Clang", "Description[x-test]": "xxC/C++ Language Support (Clang-based)xx", "Description[zh_CN]": "C/C++ 语言支持 (基于 Clang)", "Icon": "text-x-c++src", "Id": "kdevclangsupport", "Name": "C++ Support", "Name[ca@valencia]": "Implementació del C++", "Name[ca]": "Implementació del C++", "Name[cs]": "Podpora C++", "Name[de]": "Unterstützung für C++", "Name[es]": "Implementación de C++", "Name[et]": "C++ toetus", "Name[fi]": "C++-tuki", "Name[fr]": "Prise en charge du C++", "Name[gl]": "Compatibilidade con C++", "Name[it]": "Supporto per C++", "Name[nl]": "Ondersteuning voor C++", "Name[pl]": "Obsługa C++", "Name[pt]": "Suporte para o C++", "Name[pt_BR]": "Suporte à C++", "Name[ru]": "Поддержка C++", "Name[sk]": "Podpora C++", "Name[sl]": "Podpora za C++", "Name[sv]": "C++ stöd", "Name[tr]": "C++ Desteği", "Name[uk]": "Підтримка C++", "Name[x-test]": "xxC++ Supportxx", "Name[zh_CN]": "C++ 支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "ILanguageSupport" ], "X-KDevelop-Languages": [ "C", "C++", "OpenCL C", "CUDA C", "Objective-C" ], "X-KDevelop-LoadMode": "AlwaysOn", - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI", "X-KDevelop-SupportedMimeTypes": [ "text/x-chdr", "text/x-c++hdr", "text/x-csrc", "text/x-c++src", "text/x-opencl-src", "text/vnd.nvidia.cuda.csrc", "text/x-objcsrc" ] } diff --git a/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json b/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json index 7075b9d372..739a7b6192 100644 --- a/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json +++ b/plugins/custom-definesandincludes/kdevdefinesandincludesmanager.json @@ -1,58 +1,57 @@ { "KPlugin": { "Category": "Project Management", "Description": "Configure which macros and include directories/files will be added to the parser during project parsing.", "Description[ca@valencia]": "Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte.", "Description[ca]": "Configura quines macros i directoris/fitxers s'afegiran a l'analitzador durant l'anàlisi del projecte.", "Description[de]": "Einstellung der Makros und Include-Ordner/-Dateien, die für den Parser während des Einlesens des Projekts hinzugefügt werden.", "Description[es]": "Configurar las macros y los directorios/archivos a incluir que se añadirán al analizador sintáctico durante el análisis de los proyectos.", "Description[et]": "Aitab seadistada, millised makrod ja päistekataloogid või -failid lisada parserile projekti parsimiseks.", "Description[fi]": "Määritä, mitkä makrot ja include-hakemistot/tiedostot lisätään jäsentimelle projektin jäsentämisen aikana.", "Description[fr]": "Configurer quelles macros et dossiers / fichiers à inclure seront ajoutés pour l'analyseur pendant l'analyse du projet.", "Description[gl]": "Configure que macros e ficheiros ou directorios de inclusión se engaden ao analizador do proxecto.", "Description[it]": "Configura quali macro e cartelle/file di inclusione saranno aggiunti all'analizzatore durante l'analisi del progetto.", "Description[nl]": "Stel in welke macro's en ingevoegde mappen/bestanden toegevoegd zullen worden aan de parser bij het ontleden van het project.", "Description[pl]": "Ustawia jakie makra oraz katalogi/pliki dołączane zostaną dodane do programu przetwarzającego przy przetwarzaniu projektu.", "Description[pt]": "Configura as macros e ficheiros/pastas de inclusão a adicionar ao processador, durante o processamento do projecto.", "Description[pt_BR]": "Configura quais macros e arquivos/pastas incluídos serão adicionados ao processador durante o processamento do projeto.", "Description[sk]": "Nastaviť, ktoré makrá a zahrnuté adresáre/súbory sa pridajú do spracovača počas spracovania projektu.", "Description[sl]": "Nastavi, kateri makri in mape/datoteke z vključitvami bodo dodane razčlenjevalniku med razčlenjevanjem projekta.", "Description[sv]": "Anpassa vilka makron och filer eller kataloger att inkludera som läggs till i tolken under projekttolkning.", "Description[tr]": "Hangi makroların ve dahil etme dizinlerinin/dosyaların ayrıştırma sürecinde ayrıştırıcıya ekleneceğini yapılandırın.", "Description[uk]": "Налаштувати макроси і включені каталоги або файли, які буде додано під час обробки проекту.", "Description[x-test]": "xxConfigure which macros and include directories/files will be added to the parser during project parsing.xx", "Description[zh_CN]": "配置在解析项目时将添加哪些宏和包含目录/文件", "Icon": "kdevelop", "Id": "KDevDefinesAndIncludesManager", "Name": "Custom Defines And Includes Manager", "Name[ca@valencia]": "Gestor per personalitzar les definicions i inclusions", "Name[ca]": "Gestor per personalitzar les definicions i inclusions", "Name[de]": "Verwaltung benutzerdefinierter Definitionen und Includes", "Name[es]": "Gestor de definiciones e inclusiones personalizadas", "Name[et]": "Kohandatud definitsioonide ja päiste haldur", "Name[fi]": "Mukautettujen definejen ja includejen hallinta", "Name[fr]": "Gestionnaire de définitions et inclusions personnalisées", "Name[gl]": "Xestor de definicións e inclusións personalizadas", "Name[it]": "Gestore delle definizioni e inclusioni personalizzate", "Name[nl]": "Beheerder van zelf gedefinieerd en invoegingen", "Name[pl]": "Zarządzanie własnymi definicjami i plikami dołączanymi", "Name[pt]": "Gestor de Definições e Inclusões Personalizadas", "Name[pt_BR]": "Gerenciador de definições e inclusões personalizadas", "Name[sk]": "Správca vlastných definícií a zahrnutí", "Name[sl]": "Upravljalnik določitev in vključitev po meri", "Name[sv]": "Hantering av egna definitioner och inkluderingar", "Name[tr]": "Özel Tanımlama ve İçerme Yöneticisi", "Name[uk]": "Керування нетиповими визначеннями і включеннями", "Name[x-test]": "xxCustom Defines And Includes Managerxx", "Name[zh_CN]": "自定义定义和包含管理器", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.IDefinesAndIncludesManager" ], "X-KDevelop-LoadMode": "AlwaysOn", - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI" } diff --git a/plugins/custommake/kdevcustommakemanager.json b/plugins/custommake/kdevcustommakemanager.json index 1b3f648fed..2f6574f738 100644 --- a/plugins/custommake/kdevcustommakemanager.json +++ b/plugins/custommake/kdevcustommakemanager.json @@ -1,73 +1,72 @@ { "KPlugin": { "Category": "Project Management", "Description": "Imports and edits custom make projects", "Description[ca@valencia]": "Importa i edita projectes personalitzats de Make", "Description[ca]": "Importa i edita projectes personalitzats de Make", "Description[cs]": "Importuje a upravuje vlastní projekty make", "Description[de]": "Import und Bearbeitung benutzerdefinierten Make-Projekten", "Description[es]": "Importa y edita proyectos Make personalizados", "Description[et]": "Kohandatud make'i projektide import ja muutmine", "Description[fi]": "Tuo ja muokkaa räätälöityjä make-projekteja", "Description[fr]": "Importe et édite des projet make personnalisés", "Description[gl]": "Importa e edita proxectos que usen un sistema make personalizado.", "Description[it]": "Importa e modifica i progetti personalizzati di Make", "Description[nl]": "Importeert en bewerkt eigen make-projecten", "Description[pl]": "Import i modyfikacja projektów używających własnych skryptów wykorzystujących make", "Description[pt]": "Importa e edita projectos do 'make' personalizados", "Description[pt_BR]": "Importa e edita projetos make personalizados", "Description[sk]": "Importuje a upravuje vlastné projekty make", "Description[sl]": "Uvozi in ureja projekte po meri temelječe na Make", "Description[sv]": "Importerar och redigerar egna projekt som använder Make", "Description[tr]": "Özel make projelerini içeriye aktarır ve düzenler", "Description[uk]": "Імпортує і змінює проекти нетипових make", "Description[x-test]": "xxImports and edits custom make projectsxx", "Description[zh_CN]": "导入并编辑定制 make 工程", "Icon": "kdevelop", "Id": "KDevCustomMakeManager", "Name": "Custom Makefile Project Manager", "Name[ca@valencia]": "Gestor de projecte personalitzat Makefile", "Name[ca]": "Gestor de projecte personalitzat Makefile", "Name[de]": "Projektverwaltung mit eigenem Makefile", "Name[es]": "Gestor de proyectos Makefile personalizados", "Name[et]": "Kohandatud Makefile'i projektihaldur", "Name[fi]": "Räätälöity Makefile-projektinhallinta", "Name[fr]": "Gestionnaire de projet à Makefile personnalisé", "Name[gl]": "Xestor de proxectos con Makefile personalizado", "Name[it]": "Gestore progetto Makefile personalizzato", "Name[nl]": "Aangepaste projectbeheerder voor makefile", "Name[pl]": "Zarządzanie własnym systemem budowania", "Name[pt]": "Gestor de Projectos com Makefile Personalizado", "Name[pt_BR]": "Gerenciador de Projeto personalizado do Makefile", "Name[sk]": "Správca projektu vlastného makefile", "Name[sl]": "Upravljalnik projektov z datoteko Makefile po meri", "Name[sv]": "Projekthantering av egna Make-filer", "Name[tr]": "Özel Makefile Proje Yöneticisi", "Name[uk]": "Керування проектами з власним Makefile", "Name[x-test]": "xxCustom Makefile Project Managerxx", "Name[zh_CN]": "自定义 Makefile 工程管理器", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-FileManager": "CustomMake", "X-KDevelop-IRequired": [ "org.kdevelop.IMakeBuilder", "org.kdevelop.IDefinesAndIncludesManager" ], "X-KDevelop-Interfaces": [ "org.kdevelop.IBuildSystemManager", "org.kdevelop.IProjectFileManager" ], - "X-KDevelop-Category": "Project", "X-KDevelop-Mode": "NoGUI", "X-KDevelop-ProjectFilesFilter": [ "GNUmakefile", "Makefile", "makefile", "GNUmakefile.*", "Makefile.*", "makefile.*" ], "X-KDevelop-ProjectFilesFilterDescription": "Makefiles" } diff --git a/plugins/customscript/kdevcustomscript.json b/plugins/customscript/kdevcustomscript.json index ee16fc3619..f92aca4f46 100644 --- a/plugins/customscript/kdevcustomscript.json +++ b/plugins/customscript/kdevcustomscript.json @@ -1,65 +1,64 @@ { "KPlugin": { "Authors": [ { "Name": "David Nolden", "Name[x-test]": "xxDavid Noldenxx" } ], "Category": "Utilities", "Description": "A plugin for formatting C files using custom scripts", "Description[ca@valencia]": "Un connector per a formatar fitxers C emprant scripts personalitzats", "Description[ca]": "Un connector per a formatar fitxers C emprant scripts personalitzats", "Description[de]": "Ein Modul zum Formatieren von C-Dateien mit Hilfe von eigenen Skripten", "Description[es]": "Un complemento para formatear archivos de C usando scripts personalizados", "Description[et]": "Plugin C-failide vormindamiseks kohandatud skriptidega", "Description[fi]": "Liitännäinen C-tiedostojen muotoiluun käyttäen mukautettuja skriptejä", "Description[fr]": "Un module pour mettre en forme des fichiers C d'après des scripts personnalisés", "Description[gl]": "Complemento para formatar os ficheiros en C empregando scripts personalizados.", "Description[it]": "Un'estensione per la formattazione di file in C che usa script personalizzati", "Description[nl]": "Een plugin voor het formatteren van C-bestanden met eigen scripts", "Description[pl]": "Wtyczka do formatowania plików C wykorzystująca własne skrypty", "Description[pt]": "Um 'plugin' para formatar ficheiros em C com programas personalizados", "Description[pt_BR]": "Um plugin para formatar arquivos em C usando scripts personalizados", "Description[sk]": "Modul pre formátovanie súborov C pomocou vlastných skriptov", "Description[sl]": "Vstavek za oblikovanje izvorne kode C s pomočjo skript po meri", "Description[sv]": "Ett insticksprogram för att formatera C-filer med egna skript", "Description[tr]": "C dosyalarını özel betikler kullanarak biçimlendirmek için bir eklenti", "Description[uk]": "Додаток для форматування файлів мовою C за допомогою нетипових скриптів", "Description[x-test]": "xxA plugin for formatting C files using custom scriptsxx", "Description[zh_CN]": "使用自定义脚本格式化 C 文件的插件", "Icon": "kdevelop", "Id": "kdevcustomscript", "License": "LGPL", "Name": "Custom Script Formatter Backend", "Name[ca@valencia]": "Dorsal de l'script formatador personalitzat", "Name[ca]": "Dorsal de l'script formatador personalitzat", "Name[de]": "Backend für einen Formatierer für eigene Skripte", "Name[es]": "Motor de formateo de scripts personalizados", "Name[et]": "Kohandatud skriptiga vormindaja taustaprogramm", "Name[fi]": "Mukautetun skriptin muotoilijataustaohjelma", "Name[fr]": "Moteur de mise en forme de script personnalisé", "Name[gl]": "Infraestrutura de formatación de scripts personalizados", "Name[it]": "Backend formattatore script personalizzato", "Name[nl]": "Backend voor formatteerprogramma met eigen scripts", "Name[pl]": "Silnik formatowania przy użyciu własnych skryptów", "Name[pt]": "Infra-Estrutura de Formatação com Programas Personalizados", "Name[pt_BR]": "Infraestrutura de formatação de scripts personalizados", "Name[sk]": "Backend formátovača vlastného skriptu", "Name[sl]": "Zaledje oblikovalnika skript po meri", "Name[sv]": "Formateringsgränssnitt för eget skript", "Name[tr]": "Özel Betik Biçimlendirici Arka Ucu", "Name[uk]": "Сервер скриптів нетипового форматування", "Name[x-test]": "xxCustom Script Formatter Backendxx", "Name[zh_CN]": "自定义脚本格式化器后端", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.ISourceFormatter" ], "X-KDevelop-LoadMode": "AlwaysOn", - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI" } diff --git a/plugins/git/kdevgit.json b/plugins/git/kdevgit.json index 8eb23597ec..b9348e22c3 100644 --- a/plugins/git/kdevgit.json +++ b/plugins/git/kdevgit.json @@ -1,56 +1,55 @@ { "KPlugin": { "Authors": [ { "Email": "powerfox@kde.ru", "Name": "Evgeniy Ivanov", "Name[x-test]": "xxEvgeniy Ivanovxx" } ], "Category": "Version Control", "Description": "This plugin integrates Git to KDevelop", "Description[ca@valencia]": "Este connector integra el Git al KDevelop", "Description[ca]": "Aquest connector integra el Git al KDevelop", "Description[cs]": "Tento modul integruje podporu pro Git v KDevelop", "Description[es]": "Este complemento integra Git en KDevelop", "Description[fr]": "Ce module externe intègre la gestion de Git dans KDevelop", "Description[it]": "Questa estensione integra Git in KDevelop", "Description[nl]": "Deze plug-in integreert Git in KDevelop", "Description[pl]": "Wtyczka ta integruje Git z KDevelop", "Description[pt]": "Este 'plugin' integra o Git no KDevelop", "Description[sk]": "Tento plugin integruje GIT do KDevelop.", "Description[sv]": "Insticksprogrammet integrerar Git i KDevelop", "Description[uk]": "Цей додаток інтегрує Git із KDevelop", "Description[x-test]": "xxThis plugin integrates Git to KDevelopxx", "Description[zh_CN]": "此插件对 KDevelop 整合 Git", "Icon": "git", "Id": "kdevgit", "License": "GPL", "Name": "Git Support", "Name[ca@valencia]": "Implementació de Git", "Name[ca]": "Implementació de Git", "Name[cs]": "Podpora Git", "Name[de]": "Git-Unterstützung", "Name[es]": "Implementación de Git", "Name[fr]": "Prise en charge de Git", "Name[it]": "Supporto per Git", "Name[nl]": "Git-ondersteuning", "Name[pl]": "Obsługa Git", "Name[pt]": "Suporte para o Git", "Name[sk]": "Podpora GIT", "Name[sv]": "Git-stöd", "Name[uk]": "Підтримка Git", "Name[x-test]": "xxGit Supportxx", "Name[zh_CN]": "Git 支持", "ServiceTypes": [ "KDevelop/Plugin" ], "Version": "0.9" }, "X-KDevelop-Interfaces": [ "org.kdevelop.IBasicVersionControl", "org.kdevelop.IDistributedVersionControl" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" } diff --git a/plugins/patchreview/kdevpatchreview.json b/plugins/patchreview/kdevpatchreview.json index 192df285f7..23d31a9476 100644 --- a/plugins/patchreview/kdevpatchreview.json +++ b/plugins/patchreview/kdevpatchreview.json @@ -1,59 +1,58 @@ { "KPlugin": { "Authors": [ { "Name": "David Nolden", "Name[x-test]": "xxDavid Noldenxx" } ], "Category": "Utilities", "Description": "This plugin allows reviewing patches directly in the editor.", "Description[ca@valencia]": "Este connector permet revisar pedaços directament en l'editor.", "Description[ca]": "Aquest connector permet revisar pedaços directament en l'editor.", "Description[es]": "Este complemento permite la revisión de parches directamente en el editor.", "Description[fr]": "Ce module permet de passer en revue des correctifs directement dans l'éditeur.", "Description[it]": "Questa estensione permette di rivedere le patch direttamente nell'editor.", "Description[nl]": "Deze plugin laat patches herzien direct in de editor.", "Description[pl]": "Ta wtyczka pozwala na przeglądanie poprawek bezpośrednio w edytorze.", "Description[pt]": "Este 'plugin' permite a revisão das modificações directamente no editor.", "Description[sk]": "Tento plugin umožňuje zhodnotenie záplat priamo v editore.", "Description[sv]": "Insticksprogrammet gör det möjligt att direkt granska programfixar i editorn.", "Description[uk]": "За допомогою цього додатка ви зможете рецензувати латки безпосередньо у редакторі.", "Description[x-test]": "xxThis plugin allows reviewing patches directly in the editor.xx", "Description[zh_CN]": "此插件允许在编辑器中直接审阅补丁。", "Icon": "applications-engineering", "Id": "kdevpatchreview", "License": "GPL", "Name": "Patch Review", "Name[ca@valencia]": "Revisió del pedaç", "Name[ca]": "Revisió del pedaç", "Name[es]": "Revisión de parches", "Name[fr]": "Révision de correctifs", "Name[it]": "Revisione patch", "Name[nb]": "Lappegjennomgang", "Name[nl]": "Patchoverzicht", "Name[pl]": "Ocena łatki", "Name[pt]": "Revisão da Modificação", "Name[sk]": "Zhodnotenie záplaty", "Name[sv]": "Granska programfixar", "Name[uk]": "Рецензування латки", "Name[x-test]": "xxPatch Reviewxx", "Name[zh_CN]": "补丁审阅", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.IPatchReview", "ILanguageSupport" ], "X-KDevelop-Languages": [ "Diff" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI", "X-KDevelop-SupportedMimeTypes": [ "text/x-diff", "text/x-patch" ] } diff --git a/plugins/qmakemanager/kdevqmakemanager.json b/plugins/qmakemanager/kdevqmakemanager.json index 6b6bbf42df..585d00be23 100644 --- a/plugins/qmakemanager/kdevqmakemanager.json +++ b/plugins/qmakemanager/kdevqmakemanager.json @@ -1,68 +1,67 @@ { "KPlugin": { "Category": "Project Management", "Description": "Imports and edits QMake projects", "Description[ca@valencia]": "Importa i edita projectes del QMake", "Description[ca]": "Importa i edita projectes del QMake", "Description[cs]": "Importuje a upravuje vlastní projekty QMake", "Description[de]": "Import und Bearbeitung von benutzerdefinierten QMake-Projekten", "Description[es]": "Importa y edita proyectos QMake", "Description[et]": "QMake'i projektide import ja muutmine", "Description[fi]": "Tuo ja muokkaa QMake-projekteja", "Description[fr]": "Importe et édite des projet QMake", "Description[gl]": "Importa e edita proxectos QMake.", "Description[it]": "Importa e modifica i progetti QMake", "Description[nl]": "Importeert en bewerkt QMake-projecten", "Description[pl]": "Importuje i edytuje projekty QMake", "Description[pt]": "Importa e edita os projectos do QMake", "Description[pt_BR]": "Importa e edita os projetos do QMake", "Description[sk]": "Importuje a upravuje projekty QMake", "Description[sl]": "Uvozi in ureja projekte po meri temelječe na QMake", "Description[sv]": "Importerar och redigerar QMake-projekt", "Description[tr]": "QMake projelerini içeriye aktarır ve düzenler", "Description[uk]": "Імпортує і дає змогу редагувати проекти QMake", "Description[x-test]": "xxImports and edits QMake projectsxx", "Description[zh_CN]": "导入并编辑 QMake 工程", "Icon": "qtlogo", "Id": "KDevQMakeManager", "Name": "QMake Project Manager", "Name[ca@valencia]": "Gestor de projectes QMake", "Name[ca]": "Gestor de projectes QMake", "Name[cs]": "Správce projektů QMake", "Name[de]": "QMake-Projektverwaltung", "Name[es]": "Gestor de proyectos QMake", "Name[et]": "QMake'i projektihaldur", "Name[fi]": "QMake-projektinhallinta", "Name[fr]": "Gestionnaire de projet QMake", "Name[gl]": "Xestor de proxectos QMake", "Name[it]": "Gestore progetto QMake", "Name[nl]": "QMake-projectbeheerder", "Name[pl]": "Zarządzanie projektem QMake", "Name[pt]": "Gestor de Projectos QMake", "Name[pt_BR]": "Gerenciador de projetos do QMake", "Name[sk]": "Správca projektov QMake", "Name[sl]": "Upravljalnik projektov QMake", "Name[sv]": "QMake-projekthantering", "Name[tr]": "QMake Proje Yöneticisi", "Name[uk]": "Керування проектами QMake", "Name[x-test]": "xxQMake Project Managerxx", "Name[zh_CN]": "QMake 工程管理器", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-FileManager": "QMake", "X-KDevelop-IRequired": [ "org.kdevelop.IQMakeBuilder" ], "X-KDevelop-Interfaces": [ "org.kdevelop.IBuildSystemManager", "org.kdevelop.IProjectFileManager" ], - "X-KDevelop-Category": "Project", "X-KDevelop-Mode": "NoGUI", "X-KDevelop-ProjectFilesFilter": [ "*.pro" ], "X-KDevelop-ProjectFilesFilterDescription": "QMake Project Files" } diff --git a/plugins/qmljs/kdevqmljs.json b/plugins/qmljs/kdevqmljs.json index b3835a2d6f..89005bcd8a 100644 --- a/plugins/qmljs/kdevqmljs.json +++ b/plugins/qmljs/kdevqmljs.json @@ -1,47 +1,46 @@ { "KPlugin": { "Category": "Language Support", "Icon": "text-x-qml", "Id": "kdevqmljs", "License": "GPL", "Name": "QML Support", "Name[ca@valencia]": "Implementació del QML", "Name[ca]": "Implementació del QML", "Name[cs]": "Podpora QML", "Name[de]": "Unterstützung für QML", "Name[es]": "Implementación de QML", "Name[et]": "QML toetus", "Name[fi]": "QML-tuki", "Name[fr]": "Prise en charge de QML", "Name[gl]": "Compatibilidade con QML", "Name[it]": "Supporto per QML", "Name[nl]": "Ondersteuning voor QML", "Name[pl]": "Obsługa QML", "Name[pt]": "Suporte para o QML", "Name[pt_BR]": "Suporte à QML", "Name[ru]": "Поддержка QML", "Name[sk]": "Podpora QML", "Name[sl]": "Podpora za QML", "Name[sv]": "QML-stöd", "Name[tr]": "QML Desteği", "Name[uk]": "Підтримка QML", "Name[x-test]": "xxQML Supportxx", "Name[zh_CN]": "QML 支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "ILanguageSupport" ], "X-KDevelop-Languages": [ "QML/JS", "JavaScript" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "NoGUI", "X-KDevelop-SupportedMimeTypes": [ "text/x-qml", "application/javascript" ] } diff --git a/plugins/standardoutputview/kdevstandardoutputview.json b/plugins/standardoutputview/kdevstandardoutputview.json index a962b44d06..93da9cd560 100644 --- a/plugins/standardoutputview/kdevstandardoutputview.json +++ b/plugins/standardoutputview/kdevstandardoutputview.json @@ -1,45 +1,44 @@ { "KPlugin": { "Category": "Core", "Description": "Provides a text output toolview for other plugins to use, to show things like compiler messages.", "Description[ca@valencia]": "Proporciona una vista d'eina d'eixida de text per a utilitzar en altres connectors, per a visualitzar missatges del compilador, per exemple.", "Description[ca]": "Proporciona una vista d'eina de sortida de text per a utilitzar en altres connectors, per a visualitzar missatges del compilador, per exemple.", "Description[es]": "Proporciona un visor de salida de texto para que otros complementos muestren cosas como mensajes del compilador, por ejemplo.", "Description[fr]": "Fournit un outil d'affichage de la sortie texte pour utilisation par d'autres modules, pour afficher des choses comme des messages de compilateur.", "Description[it]": "Fornisce una vista strumenti testuale che può essere usata dalla estensioni per mostrare cose come i messaggi del compilatore.", "Description[nl]": "Levert tekstuitvoer van hulpmiddelen voor andere te gebruiken plugins, om zaken te tonen zoals berichten van compilers.", "Description[pl]": "Zapewnia widok narzędzia wyjścia tekstu dla wykorzystania w innych wtyczkach, aby pokazać rzeczy takie jak komunikaty kompilatora.", "Description[pt]": "Oferece uma área de texto para os outros 'plugins' usarem, para apresentar algumas coisas, como as mensagens do compilador.", "Description[sk]": "Poskytuje textový výstup pohľadu nástrojov pre iné pluginy na použitie, na zobrazenie napríklad správy prekladača.", "Description[sv]": "Tillhandahåller en verktygsvy för textutmatning som andra insticksprogram kan använda för att visa saker som kompilatormeddelanden.", "Description[uk]": "Забезпечує роботу панелі показу текстових даних інших додатків, зокрема попереджень компілятора.", "Description[x-test]": "xxProvides a text output toolview for other plugins to use, to show things like compiler messages.xx", "Description[zh_CN]": "提供让其它插件使用的文本输出工具视图,以便显示诸如编译器消息的信息。", "Icon": "kdevelop", "Id": "KDevStandardOutputView", "Name": "Output View", "Name[ca@valencia]": "Vista de l'eixida", "Name[ca]": "Vista de la sortida", "Name[cs]": "Pohled na výstup", "Name[es]": "Vista de la salida", "Name[fr]": "Vue de la sortie", "Name[it]": "Vista output", "Name[nb]": "Utdata-visning", "Name[nl]": "Uitvoerweergave", "Name[pl]": "Widok wyjścia", "Name[pt]": "Área de Resultados", "Name[sk]": "Pohľad na výstup", "Name[sv]": "Utmatningsvisning", "Name[uk]": "Перегляд виводу", "Name[x-test]": "xxOutput Viewxx", "Name[zh_CN]": "输出视图", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.IOutputView" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" } diff --git a/plugins/subversion/kdevsubversion.json b/plugins/subversion/kdevsubversion.json index b1e3e9459a..7aa0320a4d 100644 --- a/plugins/subversion/kdevsubversion.json +++ b/plugins/subversion/kdevsubversion.json @@ -1,55 +1,54 @@ { "KPlugin": { "Authors": [ { "Name": "Dukju Ahn", "Name[x-test]": "xxDukju Ahnxx" } ], "Category": "Version Control", "Description": "This plugin integrates Subversion to KDevelop.", "Description[ca@valencia]": "Este connector integra el Subversion en el KDevelop.", "Description[ca]": "Aquest connector integra el Subversion en el KDevelop.", "Description[cs]": "Tento modul integruje podporu pro subversion v KDevelop", "Description[es]": "Este complemento integra Subversion en KDevelop.", "Description[fr]": "Ce module intègre Subversion dans KDevelop.", "Description[it]": "Questa estensione integra Subversion in KDevelop.", "Description[nl]": "Deze plugin integreert Subversion in KDevelop.", "Description[pl]": "Ta wtyczka integruje Subversion z KDevelop.", "Description[pt]": "Este 'plugin' integra o Subversion no KDevelop.", "Description[sk]": "Tento plugin integruje subversion do KDevelop.", "Description[sv]": "Insticksprogrammet integrerar Subversion i KDevelop.", "Description[uk]": "Цей додаток інтегрує Subversion із KDevelop.", "Description[x-test]": "xxThis plugin integrates Subversion to KDevelop.xx", "Icon": "subversion", "Id": "kdevsubversion", "License": "GPL", "Name": "Subversion Support", "Name[ca@valencia]": "Implementació del Subversion", "Name[ca]": "Implementació del Subversion", "Name[cs]": "Podpora subversion", "Name[es]": "Implementación de Subversion", "Name[fr]": "Prise en charge de Subversion", "Name[it]": "Supporto per Subversion", "Name[nb]": "Støtte for subversion", "Name[nl]": "Ondersteuning van subversion", "Name[pl]": "Obsługa Subversion", "Name[pt]": "Suporte para o Subversion", "Name[sk]": "Podpora subversion", "Name[sv]": "Subversion-stöd", "Name[uk]": "Підтримка Subversion", "Name[x-test]": "xxSubversion Supportxx", "Name[zh_CN]": "Subversion 支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-IRequired": [ "org.kdevelop.IOutputView" ], "X-KDevelop-Interfaces": [ "org.kdevelop.IBasicVersionControl" ], - "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" }