diff --git a/interfaces/kdevelopplugin.desktop b/interfaces/kdevelopplugin.desktop index c944055e3f..58d3e454b8 100644 --- a/interfaces/kdevelopplugin.desktop +++ b/interfaces/kdevelopplugin.desktop @@ -1,91 +1,92 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=KDevelop/Plugin X-KDE-Derived=KPluginInfo Name=KDevelop Plugin Name[bg]=KDevelop приставка Name[ca]=Connector KDevelop Name[cs]=Modul KDevelop Name[de]=KDevelop-Modul Name[el]=Πρόσθετο του KDevelop +Name[en_GB]=KDevelop Plugin Name[es]=Complemento de KDevelop Name[fr]=Module externe pour KDevelop Name[ga]=Breiseán KDevelop Name[gl]=Engadido para KDevelop Name[ja]=KDevelop プラグイン Name[lv]=KDevelop spraudnis Name[nds]=KDevelop-Moduul 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[sv]=KDevelop-insticksprogram Name[tr]=KDevelop Eklentisi 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, Plugin type, might be set to Kross # to indicate a Kross plugin [PropertyDef::X-KDevelop-PluginType] 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, 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 diff --git a/plugins/appwizard/kdevappwizard.desktop b/plugins/appwizard/kdevappwizard.desktop index 6e86b53c61..bb4f062cfe 100644 --- a/plugins/appwizard/kdevappwizard.desktop +++ b/plugins/appwizard/kdevappwizard.desktop @@ -1,68 +1,71 @@ [Desktop Entry] Type=Service Exec=blubb Comment=Application Wizard Comment[bg]=Съветник на приложение Comment[ca]=Assistent d'aplicació Comment[de]=Anwendungsassistent +Comment[en_GB]=Application Wizard Comment[es]=Asistente de aplicaciones Comment[fr]=Assistant d'applications Comment[ga]=Treoraí Feidhmchláir Comment[gl]=Asistente para aplicacións Comment[ja]=アプリケーションウィザード Comment[nds]=Programm-Hölper Comment[pt]=Assistente de Aplicações Comment[pt_BR]=Assistente de aplicativo Comment[ru]=Мастер создания приложений Comment[sv]=Programguide Comment[tr]=Uygulama Sihirbazı Comment[uk]=Майстер створення програм Comment[x-test]=xxApplication Wizardxx Comment[zh_CN]=应用程序向导 Comment[zh_TW]=應用程式精靈 Name=New Project Wizard Name[bg]=Съветник за нов проект Name[ca]=Assistent de nou projecte Name[de]=Projekt-Assistent +Name[en_GB]=New Project Wizard Name[es]=Asistente de nuevo proyecto Name[fr]=Assistant de création de nouveau projet Name[gl]=Asistente para proxectos novos Name[ja]=新規プロジェクト作成ウィザード Name[nds]=Nieg-Projekt-Hölper Name[pt]=Assistente de Novos Projectos Name[pt_BR]=Assistente de novo projeto Name[ru]=Мастер создания проекта Name[sv]=Ny projektguide Name[tr]=Yeni Proje Sihirbazı Name[uk]=Майстер створення проекту Name[x-test]=xxNew Project Wizardxx Name[zh_CN]=新工程向导 Name[zh_TW]=新增專案精靈 GenericName=Application Wizard GenericName[bg]=Съветник на приложение GenericName[ca]=Assistent d'aplicació GenericName[de]=Anwendungsassistent +GenericName[en_GB]=Application Wizard GenericName[es]=Asistente de aplicaciones GenericName[fr]=Assistant d'applications GenericName[ga]=Treoraí Feidhmchláir GenericName[gl]=Asistente para aplicacións GenericName[ja]=アプリケーションウィザード GenericName[nds]=Programm-Hölper GenericName[pt]=Assistente de Aplicações GenericName[pt_BR]=Assistente de aplicativo GenericName[ru]=Мастер создания приложений GenericName[sv]=Programguide GenericName[tr]=Uygulama Sihirbazı GenericName[uk]=Майстер створення програм GenericName[x-test]=xxApplication Wizardxx GenericName[zh_CN]=应用程序向导 GenericName[zh_TW]=應用程式精靈 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevappwizard X-KDE-PluginInfo-Name=kdevappwizard X-KDE-PluginInfo-Author=Alexander Dymo X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=GPL X-KDevelop-Category=Global X-KDevelop-Version=7 X-KDevelop-Mode=NoGUI diff --git a/plugins/classbrowser/kdevclassbrowser.desktop b/plugins/classbrowser/kdevclassbrowser.desktop index 2c443bf238..91e353d349 100644 --- a/plugins/classbrowser/kdevclassbrowser.desktop +++ b/plugins/classbrowser/kdevclassbrowser.desktop @@ -1,52 +1,68 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin provides a browsable model of the currently parsed classes and other items. Comment[bg]=Тази приставка дава модел за разглеждане на вече синтактично изгладени класове и други параграфи. Comment[ca]=Aquest connector proporciona un model navegable de les classes analitzades actualment i altres ítems. Comment[de]=Dieses Modul bietet eine Liste der aktuell eingelesenen Klassen und anderer Elemente. Comment[el]=Αυτό το πρόσθετο προσφέρει ένα μοντέλο περιήγησης των αναλυμένων κλάσεων και άλλων αντικειμένων. +Comment[en_GB]=This plugin provides a browsable model of the currently parsed classes and other items. Comment[es]=Este complemento proporciona un modelo navegable de las clases analizadas actualmente y otros elementos. Comment[fr]=Ce module externe fournit un modèle navigable des classes et autres éléments dont l'analyse syntaxique est en cours. Comment[gl]=Este engadido fornece un modelo navegábel das clases e outros elementos que estexan procesados. Comment[nds]=Dit Moduul stellt en dörkiekbor Modell vun de opstunns inleesten Klassen un anner Objekten praat. Comment[pt]=Este 'plugin' oferece um modelo navegável pelas classes e outros itens processados neste momento. Comment[pt_BR]=Esta extensão provê um modelo navegável das classes atualmente analisadas e outros itens. Comment[sv]=Insticksprogrammet tillhandahåller en bläddringsbar modell av klasser och andra objekt som för närvarande har tolkats. Comment[uk]=За допомогою цього додатка можна створити придатну для перегляду модель класів та інших елементів, над якими ви працюєте. Comment[x-test]=xxThis plugin provides a browsable model of the currently parsed classes and other items.xx Comment[zh_CN]=此插件提供了一个当前已分析类和其它项目的可浏览化视窗模型。 Comment[zh_TW]=此外掛程式提供一個可瀏覽目前已分析的類別與其他項目的模組。 Name=KDevClassBrowser +Name[bg]=KDevClassBrowser +Name[ca]=KDevClassBrowser +Name[de]=KDevClassBrowser +Name[el]=KDevClassBrowser +Name[en_GB]=KDevClassBrowser +Name[es]=KDevClassBrowser +Name[fr]=KDevClassBrowser +Name[gl]=KDevClassBrowser Name[nds]=KDev-Klassenkieker +Name[pt]=KDevClassBrowser +Name[pt_BR]=KDevClassBrowser Name[sv]=KDevelop-klassbläddrare +Name[tr]=KDevClassBrowser +Name[uk]=KDevClassBrowser Name[x-test]=xxKDevClassBrowserxx +Name[zh_CN]=KDevClassBrowser +Name[zh_TW]=KDevClassBrowser GenericName=Class Browser GenericName[bg]=Браузър за класове GenericName[ca]=Navegador de classes GenericName[de]=Klassen-Browser GenericName[el]=Περιηγητής κλάσεων +GenericName[en_GB]=Class Browser GenericName[es]=Navegador de clases GenericName[fr]=Navigateur de classes GenericName[gl]=Navegador de clases GenericName[lv]=Klašu pārlūks GenericName[nds]=Klassenkieker GenericName[nl]=Klassenbrowser GenericName[pa]=ਕਲਾਸ ਬਰਾਊਜ਼ਰ GenericName[pt]=Navegador de Classes GenericName[pt_BR]=Navegador de Classes GenericName[ro]=Navigator de clase GenericName[sv]=Klassbläddrare GenericName[tr]=Sınıf Tarayıcı GenericName[uk]=Переглядач класів GenericName[x-test]=xxClass Browserxx GenericName[zh_CN]=类浏览器 GenericName[zh_TW]=類別瀏覽器 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevclassbrowser X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevclassbrowser X-KDE-PluginInfo-Author=Hamish Rodda X-KDE-PluginInfo-License=GPL X-KDevelop-Mode=GUI diff --git a/plugins/contextbrowser/kdevcontextbrowser.desktop b/plugins/contextbrowser/kdevcontextbrowser.desktop index 2dc69558f4..825e5ec0da 100644 --- a/plugins/contextbrowser/kdevcontextbrowser.desktop +++ b/plugins/contextbrowser/kdevcontextbrowser.desktop @@ -1,65 +1,68 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin shows information about the current language context in a side view, and highlights relevant declarations and uses. Comment[bg]=Този приставка показва информация за текущата езикова настройка погледната отвън и маркира съответните декларации и употреби. Comment[ca]=Aquest connector mostra informació quant al context del llenguatge actual en una vista lateral i ressalta les declaracions i els usos rellevants. Comment[de]=Dieses Modul zeigt Informationen über den aktuellen Sprachkontext an und hebt die wichtigen Deklarationen und Vorkommen hervor. Comment[el]=Αυτό το πρόσθετο εμφανίζει πληροφορίες σχετικά με την τρέχουσα γλώσσα σε μια πλευρική προβολή, και τονίζει τις σχετικές δηλώσεις και χρήσεις. +Comment[en_GB]=This plugin shows information about the current language context in a side view, and highlights relevant declarations and uses. Comment[es]=Este complemento muestra información sobre el contexto del lenguaje actual en una vista lateral, resaltando declaraciones relevantes y usos. Comment[fr]=Ce module externe affiche des informations sur le contexte du langage actuel dans une vue latérale, et met en surbrillance les déclarations et utilisations pertinentes. Comment[gl]=Este engadido mostra información acerca do contexto da linguaxe actual nunha vista lateral, e realza as declaracións e utilizacións relevantes. Comment[nds]=Dit Moduul wiest binnen en Sietpaneel Informatschonen över den aktuellen Spraakkontext un heevt wichtig Deklaratschonen un Bruken rut. Comment[pt]=Este 'plugin' mostra informações sobre o contexto actual da linguagem numa visão lateral, realçando as declarações e utilizações relevantes. Comment[pt_BR]=Esta extensão mostra infomações sobre a linguagem utilizada no momento, numa visão lateral, e destaca declarações relevantes e seus usos. Comment[sv]=Insticksprogrammet visar information om nuvarande språksammanhang i en sidovy, och markerar relevanta deklarationer och användningar. Comment[uk]=За допомогою цього додатка можна переглянути у перегляді на бічній панелі відомості про поточний контекст мови, а також підсвітити пов’язані оголошення і випадки використання. Comment[x-test]=xxThis plugin shows information about the current language context in a side view, and highlights relevant declarations and uses.xx Comment[zh_CN]=此插件在侧边视图中显示关于当前语言上下文的信息,并加亮突出相关的声明和调用。 Comment[zh_TW]=此外掛程式顯示關於目前語言的資訊,並將相關的宣告與使用突顯出來。 Name=Code Browser Name[bg]=Браузър за низове Name[ca]=Navegador de codi Name[de]=Quelltext-Browser Name[el]=Περιηγητής κώδικα +Name[en_GB]=Code Browser Name[es]=Navegador de código Name[fr]=Navigateur de code Name[gl]=Navegador do código Name[ja]=コードブラウザ Name[nds]=Kodekieker Name[pa]=ਕੋਡ ਬਰਾਊਜ਼ਰ Name[pt]=Navegador do Código Name[pt_BR]=Navegador de código Name[ru]=Просмотр кода Name[sv]=Kodbläddrare Name[tr]=Kod Tarayıcı Name[uk]=Переглядач коду Name[x-test]=xxCode Browserxx Name[zh_CN]=代码浏览器 Name[zh_TW]=源碼瀏覽器 GenericName=Code Navigation Tool GenericName[bg]=Инструмент за управление на низове GenericName[ca]=Eina de navegació de codi GenericName[de]=Werkzeug zur Quelltextnavigation +GenericName[en_GB]=Code Navigation Tool GenericName[es]=Herramienta de navegación por el código GenericName[fr]=Outil de navigation de code GenericName[gl]=Ferramenta de navegación polo código GenericName[nds]=Kode-Navigatschoon GenericName[pt]=Ferramenta de Navegação do Código GenericName[pt_BR]=Ferramenta de navegação de código GenericName[ru]=Инструмент навигации по коду GenericName[sv]=Kodnavigeringsverktyg GenericName[tr]=Kod Tarama Eklentisi GenericName[uk]=Інструмент навігації кодом GenericName[x-test]=xxCode Navigation Toolxx GenericName[zh_CN]=代码导航工具 GenericName[zh_TW]=源碼導覽工具 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevcontextbrowser X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevcontextbrowser X-KDE-PluginInfo-Author=David Nolden X-KDE-PluginInfo-License=GPL X-KDevelop-IRequired=org.kdevelop.IQuickOpen X-KDevelop-Mode=GUI diff --git a/plugins/cvs/kdevcvs.desktop b/plugins/cvs/kdevcvs.desktop index a956ca1e1a..c9571b0761 100644 --- a/plugins/cvs/kdevcvs.desktop +++ b/plugins/cvs/kdevcvs.desktop @@ -1,74 +1,77 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates CVS to KDevelop Comment[bg]=Тaзи приставка вгражда CVS в KDevelop Comment[ca]=Aquest connector integra CVS en KDevelop Comment[de]=Dieses Modul integriert CVS in KDevelop. Comment[el]=Το πρόσθετο αυτό ενσωματώνει το CVS στο KDevelop +Comment[en_GB]=This plugin integrates CVS to KDevelop Comment[es]=Este complemento integra CVS en KDevelop Comment[fr]=Ce module externe intègre CVS à KDevelop Comment[gl]=Este engadido integra CVS en KDevelop Comment[ja]=このプラグインは CVS を KDevelop に統合します Comment[lv]=Šis spraudnis integrē CVS iekš KDevelop Comment[nds]=Dit Moduul bett CVS na KDevelop in. Comment[pt]=Este 'plugin' integra o CVS no KDevelop Comment[pt_BR]=Esta extensão integra o CVS ao KDevelop Comment[ro]=Acest modul integrează CVS în KDevelop Comment[ru]=Этот модуль добавляет поддержку работы с CVS в KDevelop Comment[sv]=Insticksprogrammet integrerar CVS i KDevelop Comment[tr]=Bu eklenti CVS uygulamasını KDevelop ile bütünleştirir Comment[uk]=За допомогою цього додатка можна інтегрувати CVS до KDevelop Comment[x-test]=xxThis plugin integrates CVS to KDevelopxx Comment[zh_CN]=此插件对 KDevelop 整合 CVS Comment[zh_TW]=此外掛程式將 CVS 整合進 KDevelop 內。 Name=CVS Support Name[bg]=Поддръжка на CVS Name[ca]=Implementació de CVS Name[cs]=Podpora CVS Name[de]=CVS-Unterstützung Name[el]=Υποστήριξη CVS +Name[en_GB]=CVS Support Name[es]=Implementación de CVS Name[fr]=Prise en charge de CVS Name[ga]=Tacaíocht CVS Name[gl]=Soporte de CVS Name[ja]=CVS サポート Name[nds]=CVS-Ünnerstütten Name[pa]=CVS ਸਹਿਯੋਗ Name[pt]=Suporte para CVS Name[pt_BR]=Suporte a CSV Name[ru]=Поддержка CVS Name[sv]=Stöd för CVS Name[tr]=CVS Desteği Name[uk]=Підтримка CVS Name[x-test]=xxCVS Supportxx Name[zh_CN]=CVS 支持 Name[zh_TW]=CVS 支援 GenericName=Version Control Support GenericName[bg]=Поддръжка на управление на версиите GenericName[ca]=Implementació del control de versions GenericName[de]=Unterstützung für Versionskontrollsysteme +GenericName[en_GB]=Version Control Support GenericName[es]=Implementación de Control de Versiones GenericName[fr]=Prise en charge du contrôle de versions GenericName[gl]=Soporte de sistemas de versións GenericName[ja]=バージョン管理のサポート GenericName[nds]=Verschoonkuntrull-Ünnerstütten GenericName[pt]=Suporte ao Controlo de Versões GenericName[pt_BR]=Suporte a controle de versão GenericName[ru]=Поддержка систем контроля версий GenericName[sv]=Stöd för versionskontroll GenericName[tr]=Sürüm Kontrol Desteği GenericName[uk]=Підтримка керування версіями GenericName[x-test]=xxVersion Control Supportxx GenericName[zh_CN]=版本控制支持 GenericName[zh_TW]=版本控制支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevcvs X-KDE-PluginInfo-Name=kdevcvs X-KDE-PluginInfo-Author=Robert Gruber X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl X-KDevelop-Mode=GUI diff --git a/plugins/documentswitcher/kdevdocumentswitcher.desktop b/plugins/documentswitcher/kdevdocumentswitcher.desktop index 44d4d4faa6..4472646e9c 100644 --- a/plugins/documentswitcher/kdevdocumentswitcher.desktop +++ b/plugins/documentswitcher/kdevdocumentswitcher.desktop @@ -1,61 +1,61 @@ [Desktop Entry] Type=Service Exec=blubb Comment=A most-recently-used document switcher for KDevPlatform. Comment[bg]=Последен използван превключвател на документи за KDevPlatform. Comment[ca]=Un commutador del document usat més recentment per KDevPlatform. Comment[de]=Ein Umschalter zwischen zuletzt geöffneten Dokumenten. +Comment[en_GB]=A most-recently-used document switcher for KDevPlatform. Comment[es]=Un cambiador del documento usado más recientemente para KDevPlatform. Comment[fr]=Un commutateur de documents parmi les plus récemment utilisés pour KDevPlatform. Comment[gl]=Un alternador entre documentos empregados recentemente para KDevPlatform. Comment[nds]=En Togrieper op de tolest bruukten Dokmenten för KDevPlatform Comment[pt]=Um selector dos documentos mais recentes para o KDevPlatform. -Comment[pt_BR]=Um selector dos documentos mais recentes para o KDevPlatform. Comment[ru]=Переключение между наиболее часто используемыми документами в приложенияхKDevPlatform. Comment[sv]=Byte till senast använda dokument för KDevelop-plattformen. Comment[uk]=Перемикач останніх використаних документів для KDevPlatform. Comment[x-test]=xxA most-recently-used document switcher for KDevPlatform.xx Comment[zh_CN]=KDevPlatform 的最近经常使用文档的切换器。 Comment[zh_TW]=KDevPlatform 上切換最近使用的文件的切換器 Name=Most-Recently-Used Document Switcher Name[bg]=Последният използван превключвател на документи Name[ca]=Commutador del document usat més recentment Name[de]=Zuletzt-Verwendet-Dokumentumschalter +Name[en_GB]=Most-Recently-Used Document Switcher Name[es]=Cambiador del documento usado más recientemente Name[fr]=Commutateur de documents parmi les plus récemment utilisés Name[gl]=Alternador entre documentos empregados recentemente Name[nds]=Togrieper för de tolest bruukten Dokmenten Name[pt]=Selector dos Documentos Usados Mais Recentemente -Name[pt_BR]=Selector dos Documentos Usados Mais Recentemente Name[ru]=Переключатель между наиболее часто используемыми документами Name[sv]=Byte till senast använda dokument Name[uk]=Перемикач нещодавно використаних документів Name[x-test]=xxMost-Recently-Used Document Switcherxx Name[zh_CN]=最近经常使用文档切换器 Name[zh_TW]=最近使用的文件切換器 GenericName=Document Switcher GenericName[bg]=Превключвател на документи GenericName[ca]=Commutador de documents GenericName[de]=Dokumentumschalter +GenericName[en_GB]=Document Switcher GenericName[es]=Cambiador de documento GenericName[fr]=Commutateur de documents GenericName[gl]=Alternador entre documentos GenericName[nds]=Dokment-Togriep GenericName[pt]=Selector de Documentos -GenericName[pt_BR]=Selector de Documentos GenericName[ru]=Переключатель документов GenericName[sv]=Dokumentbyte GenericName[tr]=Belge Seçici GenericName[uk]=Інструмент перемикання документів GenericName[x-test]=xxDocument Switcherxx GenericName[zh_CN]=文档切换器 GenericName[zh_TW]=文件切換器 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevdocumentswitcher X-KDE-PluginInfo-Name=kdevdocumentswitcher X-KDE-PluginInfo-Author=Andreas Pakulat X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Mode=GUI diff --git a/plugins/execute/kdevexecute.desktop b/plugins/execute/kdevexecute.desktop index a18f8814f4..12dd2eed99 100644 --- a/plugins/execute/kdevexecute.desktop +++ b/plugins/execute/kdevexecute.desktop @@ -1,65 +1,68 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows running of programs with no instrumentor, ie. natively by the current host. Comment[bg]=Тaзи приставка позволява изпълнение на програмата без основния модул, т.е. локално на текущата машина. Comment[ca]=Aquest connector permet executar programes sense «instrumentor», es a dir, nativament per l'amfitrió actual. Comment[de]=Dieses Modul erlaubt das Ausführen von Programmen im Kontext des Betriebssystems. Comment[el]=Αυτό το πρόσθετο επιτρέπει την εκτέλεση προγραμμάτων χωρίς οργανωτή, πχ. εγγενώς από τον τρέχων υπολογιστή. +Comment[en_GB]=This plugin allows running of programs with no instrumentor, ie. natively by the current host. Comment[es]=Este complemento permite ejecutar programas sin instrumentor (es decir, de forma nativa por la máquina actual). Comment[fr]=Ce module externe permet le lancement de programmes sans instrumenteur, c'est-à-dire nativement par l'hôte actuel. Comment[gl]=Este engadido permite executar programas sen instrumentador, i.e. de xeito nativo na máquina actual. Comment[nds]=Dit Moduul föhrt Programmen ahn Utstatter ut, d.h. bloots mit den aktuellen Reekner. Comment[pt]=Este 'plugin' permite a execução dos programas não-instrumentalizados, i.e. nativamente pela máquina actual. Comment[pt_BR]=Esta extensão permite rodar programas sem orquestrador, ou seja, nativamente pelo computador hospedeiro. Comment[sv]=Insticksprogrammet tillåter att program utan instrumentering körs, dvs. direkt av nuvarande värddator. Comment[uk]=За допомогою цього додатка можна запускати програми безпосередньо на поточному вузлі. Comment[x-test]=xxThis plugin allows running of programs with no instrumentor, ie. natively by the current host.xx Comment[zh_CN]=此插件允许以无操作者方式运行程序,例如,当前主机的原生方式。 Comment[zh_TW]=此外掛程式允許在目前主機上執行程式。 Name=Execute Programs Name[bg]=Изпълняване на програми Name[ca]=Executa programes Name[de]=Programme ausführen +Name[en_GB]=Execute Programs Name[es]=Ejecutar programas Name[fr]=Exécuter des programmes Name[ga]=Rith Ríomhchláir Name[gl]=Executar programas Name[ja]=プログラムを実行 Name[nds]=Programmen utföhren Name[pt]=Execução de Programas Name[pt_BR]=Executar programa Name[ru]=Выполнение команд оболочки Name[sv]=Kör program Name[tr]=Uygulamaları Çalıştır Name[uk]=Виконання програм Name[x-test]=xxExecute Programsxx Name[zh_CN]=执行程序 Name[zh_TW]=執行程式 GenericName=Program Execution Support GenericName[bg]=Поддръжка за изпълнение на програми GenericName[ca]=Implementació d'execució de programes GenericName[de]=Unterstützung zur Ausführung von Programmen +GenericName[en_GB]=Program Execution Support GenericName[es]=Implementación de la ejecución de programas GenericName[fr]=Prise en charge de l'exécution des programmes GenericName[gl]=Soporte de execución de programas GenericName[ja]=プログラム実行のサポート GenericName[nds]=Programmutföhr-Ünnerstütten GenericName[pt]=Suporte à Execução de Programas GenericName[pt_BR]=Suporte a execução de programa GenericName[ru]=Поддержка запуска программ GenericName[sv]=Stöd för körning av program GenericName[tr]=Uygulama Çalıştırma Desteği GenericName[uk]=Підтримка виконання програм GenericName[x-test]=xxProgram Execution Supportxx GenericName[zh_CN]=程序执行支持 GenericName[zh_TW]=執行程式支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevexecute X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevexecute X-KDE-PluginInfo-Author=Hamish Rodda X-KDE-PluginInfo-License=GPL X-KDevelop-Interfaces=org.kdevelop.IExecutePlugin X-KDevelop-Mode=NoGUI diff --git a/plugins/filemanager/kdevfilemanager.desktop b/plugins/filemanager/kdevfilemanager.desktop index ced73debe6..0eb03c708c 100644 --- a/plugins/filemanager/kdevfilemanager.desktop +++ b/plugins/filemanager/kdevfilemanager.desktop @@ -1,74 +1,77 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin brings a filemanager to KDevelop. Comment[bg]=Тaзи приставка вгражда файловия манипулатор към KDevelop. Comment[ca]=Aquest connector proporciona un gestor de fitxers a KDevelop. Comment[de]=Dieses Modul integriert einen Datei-Browser in KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει ένα διαχειριστή αρχείων στο KDevelop +Comment[en_GB]=This plugin brings a filemanager to KDevelop. Comment[es]=Este complemento proporciona un gestor de archivos a KDevelop. Comment[fr]=Ce module externe offre un gestionnaire de fichiers pour KDevelop. Comment[gl]=Este engadido incorpora un xestor de ficheiros no KDevelop. Comment[ja]=このプラグインはファイルマネージャを KDevelop に統合します Comment[lv]=Šis spraudnis nodrošina failu pārvaldnieka funkcionalitāti iekš KDevelop. Comment[nds]=Dit Moduul stellt en Dateipleger för KDevelop praat. Comment[pt]=Este 'plugin' oferece um gestor de ficheiros para o KDevelop. Comment[pt_BR]=Esta extensão provê um gerenciador de arquivos ao KDevelop Comment[ru]=Этот модуль добавляет диспетчер файлов в KDevelop Comment[sv]=Insticksprogrammet ger KDevelop en filhanterare. Comment[tr]=Bu eklenti KDevelop için bir dosya yönetici sağlar. Comment[uk]=За допомогою цього додатка можна отримати доступ до менеджера файлів у KDevelop. Comment[x-test]=xxThis plugin brings a filemanager to KDevelop.xx Comment[zh_CN]=此插件对 KDevelop 整合一个文件管理器。 Comment[zh_TW]=此外掛程式讓 KDevelop 可使用檔案管理員。 Name=KDE File Manager Integration Name[bg]=Интегриране на файлов манипулатор на KDE Name[ca]=Integració del gestor de fitxers del KDE Name[de]=KDE-Dateimanager-Integration +Name[en_GB]=KDE File Manager Integration Name[es]=Integración del gestor de archivos de KDE Name[fr]=Intégration du gestionnaire de fichiers de KDE Name[gl]=Integración co xestor de ficheiros do KDE Name[ja]=KDE のファイルマネージャの統合 Name[nds]=KDE-Dateiplegerünnerstütten Name[pt]=Integração com o Gestor de Ficheiros do KDE Name[pt_BR]=Integração com o gerenciador de arquivos do KDE Name[ru]=Интеграция файлового менеджера KDE Name[sv]=Integrering med KDE:s filhanterare Name[tr]=KDE Dosya Yöneticisi Bütünleşmesi Name[uk]=Інтеграція засобу керування файлами KDE Name[x-test]=xxKDE File Manager Integrationxx Name[zh_CN]=KDE 文件管理器整合 Name[zh_TW]=KDE 檔案管理員整合 GenericName=File Manager GenericName[bg]=Файлов манипулатор GenericName[ca]=Gestor de fitxers GenericName[de]=Dateimanager GenericName[el]=Διαχειριστής αρχείων +GenericName[en_GB]=File Manager GenericName[es]=Gestor de archivos GenericName[fr]=Gestionnaire de fichiers GenericName[ga]=Bainisteoir Comhad GenericName[gl]=Xestor de ficheiros GenericName[ja]=ファイルマネージャ GenericName[lv]=Failu pārvaldnieks GenericName[ms]=Pengurus Fail GenericName[nds]=Dateipleger GenericName[pa]=ਫਾਇਲ ਮੈਨੇਜਰ GenericName[pt]=Gestor de Ficheiros GenericName[pt_BR]=Gerenciador de arquivos GenericName[ro]=Gestionar de fișiere GenericName[ru]=Файловый менеджер GenericName[sv]=Filhanterare GenericName[tr]=Dosya Yönetici GenericName[uk]=Менеджер файлів GenericName[x-test]=xxFile Managerxx GenericName[zh_CN]=文件管理器 GenericName[zh_TW]=檔案管理員 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevfilemanager X-KDE-PluginInfo-Name=kdevfilemanager X-KDE-PluginInfo-Author=Alexander Dymo X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Mode=GUI diff --git a/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop b/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop index c9bb03a58e..31a5a004eb 100644 --- a/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop +++ b/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop @@ -1,56 +1,58 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_genericprojectmanagersettings X-KDE-FactoryName=kcm_kdev_genericprojectmanagersettings X-KDE-ParentApp=kdevplatformproject X-KDE-ParentComponents=KDevGenericManager X-KDE-CfgDlgHierarchy=GENERAL Name=Project Settings Name[bg]=Настройки на проекта Name[ca]=Arranjaments del projecte Name[de]=Projekteinstellungen Name[el]=Ρυθμίσεις έργου +Name[en_GB]=Project Settings Name[es]=Preferencias del proyecto Name[fr]=Paramètres du projet Name[gl]=Configuración do proxecto Name[ja]=プロジェクトの設定 Name[lv]=Projekta iestatījumi Name[nds]=Projektinstellen Name[pa]=ਪਰੋਜੈਕਟ ਸੈਟਿੰਗ Name[pt]=Configuração do Projecto Name[pt_BR]=Configurações do projeto Name[ro]=Configurări proiect Name[ru]=Параметры проекта Name[sv]=Projektinställningar Name[tr]=Proje Ayarları Name[uk]=Параметри проекту Name[x-test]=xxProject Settingsxx Name[zh_CN]=工程设置 Name[zh_TW]=專案設定 Comment=Configure Project Comment[bg]=Конфигуриране на проект Comment[ca]=Configura el projecte Comment[de]=Projekt einrichten Comment[el]=Ρύθμιση έργου +Comment[en_GB]=Configure Project Comment[es]=Configurar proyecto Comment[fr]=Configurer le projet Comment[gl]=Configurar o proxecto Comment[ja]=プロジェクトを設定します Comment[lv]=Konfigurēt projektu Comment[nds]=Projekt instellen Comment[pa]=ਪਰੋਜੈੱਕਟ ਸੰਰਚਨਾ Comment[pt]=Configurar o Projecto Comment[pt_BR]=Configurar projeto Comment[ro]=Configurează proiectul Comment[ru]=Настроить проект Comment[sv]=Anpassa projekt Comment[tr]=Projeyi Yapılandır Comment[uk]=Налаштування проекту Comment[x-test]=xxConfigure Projectxx Comment[zh_CN]=配置工程 Comment[zh_TW]=設定專案 diff --git a/plugins/genericprojectmanager/kdevgenericmanager.desktop b/plugins/genericprojectmanager/kdevgenericmanager.desktop index 026f1caa83..0bc5dc2c68 100644 --- a/plugins/genericprojectmanager/kdevgenericmanager.desktop +++ b/plugins/genericprojectmanager/kdevgenericmanager.desktop @@ -1,49 +1,51 @@ [Desktop Entry] Type=Service Name=Generic Project Manager Name[bg]=Най-общ манипулатор на проект Name[ca]=Gestor de projectes genèric Name[de]=Allgemeine Projektverwaltung Name[el]=Γενικευμένος διαχειριστής έργου +Name[en_GB]=Generic Project Manager Name[es]=Gestor de proyectos genérico Name[fr]=Gestionnaire de projets générique Name[gl]=Xestor de proxectos xenérico Name[ja]=一般プロジェクトマネージャ Name[nds]=Allmeen Projektpleger Name[pa]=ਆਮ ਪਰੋਜੈਕਟ ਮੈਨੇਜਰ Name[pt]=Gestor de Projectos Genérico Name[pt_BR]=Gerenciador de projeto genérico Name[sv]=Generell projekthantering Name[tr]=Genel Proje Yönetici Name[uk]=Звичайний засіб керування проектом Name[x-test]=xxGeneric Project Managerxx Name[zh_CN]=常规工程管理器 Name[zh_TW]=一般專案管理員 Comment=Allow KDevelop to manage generic projects Comment[bg]=Рарешаване на KDevelop обобщено манипулиране на проекти Comment[ca]=Permet a KDevelop gestionar projectes genèrics Comment[de]=Zum Verwalten allgemeiner Projekte in KDevelop Comment[el]=Επιτρέπει στο KDevelop τη διαχείριση γενικευμένων έργων +Comment[en_GB]=Allow KDevelop to manage generic projects Comment[es]=Permite que KDevelop gestione proyectos genéricos Comment[fr]=Permet à KDevelop de gérer des projets génériques Comment[gl]=Permítelle a KDevelop xestionar proxectos xenéricos Comment[ja]=KDevelop で一般的なプロジェクトを管理できるようにします Comment[nds]=Lett KDevelop allmeen Projekten plegen Comment[pt]=Permite ao KDevelop gerir projectos genéricos Comment[pt_BR]=Permite que o KDevelop gerencie projetos genéricos Comment[ro]=Permite KDevelop să gestioneze proiecte generice Comment[sv]=Tillåter att KDevelop hanterar generella projekt Comment[tr]=KDevelop uygulamasının genel projeleri yönetmesine izin ver Comment[uk]=За допомогою цього додатка можна увімкнути керування загальними проектами у KDevelop Comment[x-test]=xxAllow KDevelop to manage generic projectsxx Comment[zh_CN]=允许 KDevelop 管理常规工程 Comment[zh_TW]=讓 KDevelop 管理一般的專案 Icon=gear ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevgenericmanager X-KDE-PluginInfo-Name=KDevGenericManager X-KDevelop-FileManager=None X-KDevelop-Version=7 X-KDevelop-Interfaces=org.kdevelop.IProjectFileManager X-KDevelop-Mode=GUI diff --git a/plugins/git/kdevgit.desktop b/plugins/git/kdevgit.desktop index da2ca8c298..156c6bd2db 100644 --- a/plugins/git/kdevgit.desktop +++ b/plugins/git/kdevgit.desktop @@ -1,73 +1,76 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates Git to KDevelop Comment[bg]=Този приставка интегрира Git в KDevelop Comment[ca]=Aquest connector integra Git en KDevelop Comment[de]=Dieses Modul integriert Git in KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει το Git στο KDevelop +Comment[en_GB]=This plugin integrates Git to KDevelop Comment[es]=Este complemento integra Git en KDevelop Comment[fr]=Ce module externe intègre Git à KDevelop Comment[gl]=Este engadido integra Git en KDevelop Comment[ja]=このプラグインは Git を KDevelop に統合します Comment[lv]=Šis spraudnis integrē Git iekš KDevelop Comment[nds]=Di Moduul bett Git na KDevelop in Comment[pt]=Este 'plugin' integra o Git com o KDevelop Comment[pt_BR]=Esta extensão integra o Git ao KDevelop Comment[ro]=Acest modul integrează Git în KDevelop Comment[ru]=Этот модуль интегрирует Git в KDevelop Comment[sv]=Insticksprogrammet integrerar Git i KDevelop Comment[tr]=Bu eklenti Git uygulamasını KDevelop ile bütünleştirir Comment[uk]=За допомогою цього додатка можна інтегрувати Git до KDevelop Comment[x-test]=xxThis plugin integrates Git to KDevelopxx Comment[zh_CN]=此插件对 KDevelop 整合 Git Comment[zh_TW]=此外掛程式將 Git 整合進 KDevelop Name=Git Support Name[bg]=Поддръжка на Git Name[ca]=Implementació de Git Name[de]=Git-Unterstützung Name[el]=Υποστήριξη Git +Name[en_GB]=Git Support Name[es]=Implementación de Git Name[fr]=Prise en charge de Git Name[gl]=Soporte de GIT Name[ja]=Git サポート Name[nds]=Git-Ünnerstütten Name[pa]=Git ਸਹਿਯੋਗ Name[pt]=Suporte para Git Name[pt_BR]=Suporte a Git Name[ru]=Поддержка Git Name[sv]=Stöd för Git Name[tr]=Git Desteği Name[uk]=Підтримка Git Name[x-test]=xxGit Supportxx Name[zh_CN]=Git 支持 Name[zh_TW]=Git 支援 GenericName=Version Control Support GenericName[bg]=Поддръжка на управление на версиите GenericName[ca]=Implementació del control de versions GenericName[de]=Unterstützung für Versionskontrollsysteme +GenericName[en_GB]=Version Control Support GenericName[es]=Implementación de Control de Versiones GenericName[fr]=Prise en charge du contrôle de versions GenericName[gl]=Soporte de sistemas de versións GenericName[ja]=バージョン管理のサポート GenericName[nds]=Verschoonkuntrull-Ünnerstütten GenericName[pt]=Suporte ao Controlo de Versões GenericName[pt_BR]=Suporte a controle de versão GenericName[ru]=Поддержка систем контроля версий GenericName[sv]=Stöd för versionskontroll GenericName[tr]=Sürüm Kontrol Desteği GenericName[uk]=Підтримка керування версіями GenericName[x-test]=xxVersion Control Supportxx GenericName[zh_CN]=版本控制支持 GenericName[zh_TW]=版本控制支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevgit X-KDE-PluginInfo-Name=kdevgit X-KDE-PluginInfo-Author=Evgeniy Ivanov X-KDE-PluginInfo-Email=powerfox@kde.ru X-KDE-PluginInfo-Version=0.9 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl, org.kdevelop.IDistributedVersionControl X-KDevelop-Mode=GUI diff --git a/plugins/konsole/kdevkonsoleview.desktop b/plugins/konsole/kdevkonsoleview.desktop index 411d13c015..ef77b67b1e 100644 --- a/plugins/konsole/kdevkonsoleview.desktop +++ b/plugins/konsole/kdevkonsoleview.desktop @@ -1,62 +1,65 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin provides KDevelop with an embedded konsole for quick and easy command line access. Comment[bg]=Тaзи приставка осигурява на KDevelop вградена конзола за лесен достъп от команден ред. Comment[ca]=Aquest connector proporciona a KDevelop un Konsole incrustat per accedir de manera ràpida i fàcil a la línia d'ordres. Comment[de]=Dieses Modul stattet KDevelop mit einer eingebetteten Konsole zum einfachen Zugriff auf die Befehlszeile aus. Comment[el]=Αυτό το πρόσθετο προσφέρει στο KDevelop μια ενσωματωμένη konsole για γρήγορη και εύκολη πρόσβαση σε γραμμή εντολών. +Comment[en_GB]=This plugin provides KDevelop with an embedded konsole for quick and easy command line access. Comment[es]=Este complemento proporciona a KDevelop una consola empotrada para acceder rápida y fácilmente a la línea de órdenes. Comment[fr]=Ce module externe fournit à KDevelop une console intégrée permettant un accès rapide et aisé à la ligne de commande. Comment[gl]=Este engadido fornécelle a KDevelop un konsole integrado para dispor de aceso rápido e sinxelo á liña de comandos. Comment[ja]=コマンドラインに簡単に素早くアクセスできるように KDevelop に組み込み Konsole を提供します Comment[nds]=Dit Moduul stellt en inbett Konsole för KDevelop praat, wat gau un eenfach Togriep op de Konsool verlöövt. Comment[pt]=Este 'plugin' oferece ao KDevelop uma consola incorporada para um acesso rápido e simples à linha de comandos. Comment[pt_BR]=Esta extensão provê ao KDevelop um terminal embutido para acesso rápido e fácil a linha de comando. Comment[ru]=Этот модуль добавляет в KDevelop встроенный терминал для быстрого и лёгкого доступа к командной строке Comment[sv]=Insticksprogrammet ger KDevelop en inbyggd terminal för snabb och enkel åtkomst av kommandoraden. Comment[uk]=За допомогою цього додатка у KDevelop можна буде скористатися вбудованою konsole, яка пришвидшить і полегшить доступ до командного рядка. Comment[x-test]=xxThis plugin provides KDevelop with an embedded konsole for quick and easy command line access.xx Comment[zh_CN]=此插件为 KDevelop 提供了一个快速方便地访问命令行的嵌入式控制台。 Comment[zh_TW]=此外掛程式提供 KDevelop 一個嵌入式的 konsole,能快速地使用命令列。 Name=Konsole Integration Name[bg]=Интегриране на конзола Name[ca]=Integració de Konsole Name[de]=Konsole-Integration +Name[en_GB]=Konsole Integration Name[es]=Integración de la consola Name[fr]=Intégration de Konsole Name[gl]=Integración con Konsole Name[nds]=Konsool-Inbinnen Name[pt]=Integração com o Konsole Name[pt_BR]=Integração com o Konsole Name[ru]=Интеграция Konsole Name[sv]=Integrering av Konsole Name[tr]=Konsole Bütünleşmesi Name[uk]=Інтеграція Konsole Name[x-test]=xxKonsole Integrationxx Name[zh_CN]=Konsole 整合 Name[zh_TW]=Konsole 整合 GenericName=Terminal Integration GenericName[bg]=Интегриране на терминал GenericName[ca]=Integració del terminal GenericName[de]=Terminal-Integration +GenericName[en_GB]=Terminal Integration GenericName[es]=Integración de la terminal GenericName[fr]=Intégration du terminal GenericName[gl]=Integración co terminal GenericName[nds]=Konsool-Inbinnen GenericName[pt]=Integração com o Terminal GenericName[pt_BR]=Integração com o terminal GenericName[ru]=Интеграция терминала GenericName[sv]=Integrering av terminal GenericName[tr]=Uçbirim Bütünleşmesi GenericName[uk]=Інтеграція термінала GenericName[x-test]=xxTerminal Integrationxx GenericName[zh_CN]=终端整合 GenericName[zh_TW]=終端機整合 Icon=konsole ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevkonsoleview X-KDE-PluginInfo-Name=kdevkonsoleview X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Mode=GUI diff --git a/plugins/mercurial/kdevmercurial.desktop b/plugins/mercurial/kdevmercurial.desktop index 137ab53f72..d22b497fb7 100644 --- a/plugins/mercurial/kdevmercurial.desktop +++ b/plugins/mercurial/kdevmercurial.desktop @@ -1,67 +1,70 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates Mercurial to KDevelop Comment[bg]=Тaзи приставка интегрира Mercurial в KDevelop Comment[ca]=Aquest connector integra Mercurial en KDevelop Comment[de]=Dieses Modul integriert Mercurical in KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει το Mercurial στο KDevelop +Comment[en_GB]=This plugin integrates Mercurial to KDevelop Comment[es]=Este complemento integra Mercurial en KDevelop Comment[fr]=Ce module externe intègre Mercurial à KDevelop Comment[gl]=Este engadido integra Mercurial no KDevelop Comment[lv]=Šis spraudnis integrē Mercural iekš KDevelop Comment[nds]=Dit Moduul bett Mercurial na KDevelop in Comment[pt]=Este 'plugin' integra o Mercurial com o KDevelop Comment[pt_BR]=Esta extensão integra o Mercurial ao KDevelop Comment[ro]=Acest modul integrează Mercurial în KDevelop Comment[sv]=Insticksprogrammet integrerar Mercurial i KDevelop Comment[tr]=Bu eklenti Mercurial uygulamasını KDevelop ile bütünleştirir Comment[uk]=За допомогою цього додатка можна інтегрувати Mercurial до KDevelop Comment[x-test]=xxThis plugin integrates Mercurial to KDevelopxx Comment[zh_CN]=此插件对 KDevelop 整合 Mercurial Comment[zh_TW]=此外掛程式將 Mercurial 整合進 KDevelop Name=Mercurial Support Name[bg]=Поддръжка на Mercurial Name[ca]=Implementació de Mercurial Name[de]=Mercurial-Unterstützung +Name[en_GB]=Mercurial Support Name[es]=Implementación de Mercurial Name[fr]=Prise en charge de Mercurial Name[gl]=Soporte de Mercurial Name[nds]=Mercurial-Ünnerstütten Name[pt]=Suporte para Mercurial Name[pt_BR]=Suporte ao Mercurial Name[sv]=Stöd för Mercurial Name[tr]=Mercurial Desteği Name[uk]=Підтримка Mercurial Name[x-test]=xxMercurial Supportxx Name[zh_CN]=Mercurial 支持 Name[zh_TW]=Mercurial 支援 GenericName=Version Control Support GenericName[bg]=Поддръжка на управление на версиите GenericName[ca]=Implementació del control de versions GenericName[de]=Unterstützung für Versionskontrollsysteme +GenericName[en_GB]=Version Control Support GenericName[es]=Implementación de Control de Versiones GenericName[fr]=Prise en charge du contrôle de versions GenericName[gl]=Soporte de sistemas de versións GenericName[ja]=バージョン管理のサポート GenericName[nds]=Verschoonkuntrull-Ünnerstütten GenericName[pt]=Suporte ao Controlo de Versões GenericName[pt_BR]=Suporte a controle de versão GenericName[ru]=Поддержка систем контроля версий GenericName[sv]=Stöd för versionskontroll GenericName[tr]=Sürüm Kontrol Desteği GenericName[uk]=Підтримка керування версіями GenericName[x-test]=xxVersion Control Supportxx GenericName[zh_CN]=版本控制支持 GenericName[zh_TW]=版本控制支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevmercurial X-KDE-PluginInfo-Name=kdevmercurial X-KDE-PluginInfo-Author=Fabian Wiesel X-KDE-PluginInfo-Email=fabian.wiesel@fu-berlin.de X-KDE-PluginInfo-Version=0.9 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl, org.kdevelop.IDistributedVersionControl X-KDevelop-Mode=GUI diff --git a/plugins/openwith/kdevopenwith.desktop b/plugins/openwith/kdevopenwith.desktop index b2c2eb0bdd..752744fcf9 100644 --- a/plugins/openwith/kdevopenwith.desktop +++ b/plugins/openwith/kdevopenwith.desktop @@ -1,48 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows to open files with associated external applications. Comment[bg]=Тази приставка позволява отваряне на файлове със съответни външни програми. Comment[es]=Este complemento permite abrir archivos con aplicaciones externas asociadas. Comment[gl]=Este engadido permite abrir ficheiros coas aplicacións externas asociadas. Comment[nds]=Mit dit Moduul laat sik Dateien mit towiest extern Programmen opmaken. Comment[pt]=Este 'plugin' permite abrir os ficheiros com as aplicações externas associadas. -Comment[pt_BR]=Este 'plugin' permite abrir os ficheiros com as aplicações externas associadas. Comment[sv]=Insticksprogrammet tillåter att öppna filer med tillhörande externa program. Comment[uk]=За допомогою цього додатка ви зможете відкривати файли у пов’язаній з ними зовнішній програмі. Comment[x-test]=xxThis plugin allows to open files with associated external applications.xx Comment[zh_TW]=此外掛程式讓您可以用外部應用程式開啟檔案。 Name=Open With Name[bg]=Отваряне с Name[es]=Abrir con Name[fr]=Ouvrir avec Name[gl]=Abrir con Name[nds]=Opmaken mit Name[pt]=Abrir Com Name[pt_BR]=Abrir com Name[sv]=Öppna med Name[tr]=Birlikte Aç Name[uk]=Відкриття у зовнішніх програмах Name[x-test]=xxOpen Withxx Name[zh_TW]=開啟方式 GenericName=Open With GenericName[bg]=Отваряне с GenericName[es]=Abrir con GenericName[fr]=Ouvrir avec GenericName[gl]=Abrir con GenericName[nds]=Opmaken mit GenericName[pt]=Abrir Com GenericName[pt_BR]=Abrir com GenericName[sv]=Öppna med GenericName[tr]=Birlikte Aç GenericName[uk]=Відкриття у зовнішніх програмах GenericName[x-test]=xxOpen Withxx GenericName[zh_TW]=開啟方式 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevopenwith X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevopenwith X-KDE-PluginInfo-Author=Andreas Pakulat X-KDE-PluginInfo-License=GPL X-KDevelop-Mode=GUI diff --git a/plugins/patchreview/kdevpatchreview.desktop b/plugins/patchreview/kdevpatchreview.desktop index 00650f7d09..a8e1002ddf 100644 --- a/plugins/patchreview/kdevpatchreview.desktop +++ b/plugins/patchreview/kdevpatchreview.desktop @@ -1,50 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows reviewing patches directly in the editor. Comment[bg]=Тази приставка позволява преглеждане на кръпки направо в редактора. Comment[es]=Este complemento permite revisar parches directamente en el editor. Comment[fr]=Ce module externe permet de réviser des correctifs directement dans l'éditeur. Comment[gl]=Este engadido permite revisar parches directamente no editor. Comment[nds]=Mit dit Moduul laat sik Kodeplasters direktemang binnen den Editor nakieken. Comment[pt]=Este 'plugin' permite obter as modificações directamente no editor. -Comment[pt_BR]=Este 'plugin' permite obter as modificações directamente no editor. Comment[sv]=Insticksprogrammet gör det möjligt att direkt granska programfixar i editorn. Comment[uk]=За допомогою цього додатка ви зможете рецензувати латки безпосередньо у редакторі. Comment[x-test]=xxThis plugin allows reviewing patches directly in the editor.xx Comment[zh_TW]=此外掛程式任您可以直接在編輯器裡檢視修補。 Name=Patch Review Name[bg]=Преглед на кръпки Name[es]=Revisión de parches Name[fr]=Révision de correctifs Name[gl]=Revisor de parches Name[nds]=Plasternakiek Name[pt]=Revisão da Modificação -Name[pt_BR]=Revisão da Modificação Name[sv]=Granska programfixar Name[tr]=Yama Gözden Geçirmesi Name[uk]=Рецензування латки Name[x-test]=xxPatch Reviewxx Name[zh_TW]=修補檢視 GenericName=Patch Review GenericName[bg]=Преглед на кръпки GenericName[es]=Revisión de parches GenericName[fr]=Révision de correctifs GenericName[gl]=Revisor de parches GenericName[nds]=Plasternakiek GenericName[pt]=Revisão da Modificação -GenericName[pt_BR]=Revisão da Modificação GenericName[sv]=Granska programfixar GenericName[tr]=Yama Gözden Geçirmesi GenericName[uk]=Рецензування латки GenericName[x-test]=xxPatch Reviewxx GenericName[zh_TW]=修補檢視 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevpatchreview X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IPatchReview X-KDE-PluginInfo-Name=kdevpatchreview X-KDE-PluginInfo-Author=David Nolden X-KDE-PluginInfo-License=GPL X-KDevelop-Mode=GUI diff --git a/plugins/problemreporter/kdevproblemreporter.desktop b/plugins/problemreporter/kdevproblemreporter.desktop index 6a8309d831..7b6004cb33 100644 --- a/plugins/problemreporter/kdevproblemreporter.desktop +++ b/plugins/problemreporter/kdevproblemreporter.desktop @@ -1,61 +1,62 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin provides a browsable model of the currently parsed classes and other items. Comment[bg]=Тази приставка дава модел за разглеждане на вече синтактично изгладени класове и други параграфи. Comment[ca]=Aquest connector proporciona un model navegable de les classes analitzades actualment i altres ítems. Comment[de]=Dieses Modul bietet eine Liste der aktuell eingelesenen Klassen und anderer Elemente. Comment[el]=Αυτό το πρόσθετο προσφέρει ένα μοντέλο περιήγησης των αναλυμένων κλάσεων και άλλων αντικειμένων. +Comment[en_GB]=This plugin provides a browsable model of the currently parsed classes and other items. Comment[es]=Este complemento proporciona un modelo navegable de las clases analizadas actualmente y otros elementos. Comment[fr]=Ce module externe fournit un modèle navigable des classes et autres éléments dont l'analyse syntaxique est en cours. Comment[gl]=Este engadido fornece un modelo navegábel das clases e outros elementos que estexan procesados. Comment[nds]=Dit Moduul stellt en dörkiekbor Modell vun de opstunns inleesten Klassen un anner Objekten praat. Comment[pt]=Este 'plugin' oferece um modelo navegável pelas classes e outros itens processados neste momento. Comment[pt_BR]=Esta extensão provê um modelo navegável das classes atualmente analisadas e outros itens. Comment[sv]=Insticksprogrammet tillhandahåller en bläddringsbar modell av klasser och andra objekt som för närvarande har tolkats. Comment[uk]=За допомогою цього додатка можна створити придатну для перегляду модель класів та інших елементів, над якими ви працюєте. Comment[x-test]=xxThis plugin provides a browsable model of the currently parsed classes and other items.xx Comment[zh_CN]=此插件提供了一个当前已分析类和其它项目的可浏览化视窗模型。 Comment[zh_TW]=此外掛程式提供一個可瀏覽目前已分析的類別與其他項目的模組。 Name=Problem Reporter View Name[bg]=Преглед на съобщенията за грешки Name[ca]=Vista del notificador de problemes Name[de]=Ansicht für Fehlerberichte +Name[en_GB]=Problem Reporter View Name[es]=Vista del notificador de problemas Name[fr]=Vue du rapporteur de problèmes Name[gl]=Vista do relator de problemas Name[ja]=問題レポータービュー Name[nds]=Problemsöök-Ansicht Name[pt]=Área de Relatórios de Erros -Name[pt_BR]=Área de Relatórios de Erros Name[sv]=Problemrapporteringsvy Name[tr]=Sorun Bildirici Görünümü Name[uk]=Перегляд інструменту звітування про проблеми Name[x-test]=xxProblem Reporter Viewxx Name[zh_CN]=错误汇报视图 Name[zh_TW]=問題回報器檢視 GenericName=Problem Reporter GenericName[bg]=Съобщения за грешки GenericName[ca]=Notificador de problemes GenericName[de]=Fehlerberichte +GenericName[en_GB]=Problem Reporter GenericName[es]=Notificador de problemas GenericName[fr]=Rapporteur de problèmes GenericName[gl]=Relator de problemas GenericName[ja]=問題レポーター GenericName[nds]=Problemsöök GenericName[pt]=Relato de Problemas -GenericName[pt_BR]=Relato de Problemas GenericName[sv]=Problemrapportör GenericName[tr]=Sorun Bildirici GenericName[uk]=Сповіщення про проблеми GenericName[x-test]=xxProblem Reporterxx GenericName[zh_CN]=错误汇报 GenericName[zh_TW]=問題回報器 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevproblemreporter X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevproblemreporter X-KDE-PluginInfo-Author=Hamish Rodda X-KDE-PluginInfo-License=LGPL X-KDevelop-Mode=GUI diff --git a/plugins/projectmanagerview/kdevprojectmanagerview.desktop b/plugins/projectmanagerview/kdevprojectmanagerview.desktop index 4acd7f8c6d..e5aaf8f4de 100644 --- a/plugins/projectmanagerview/kdevprojectmanagerview.desktop +++ b/plugins/projectmanagerview/kdevprojectmanagerview.desktop @@ -1,53 +1,70 @@ [Desktop Entry] Type=Service Exec=blubb Comment=KDevProjectManager +Comment[bg]=KDevProjectManager +Comment[ca]=KDevProjectManager +Comment[de]=KDevProjectManager +Comment[el]=KDevProjectManager +Comment[en_GB]=KDevProjectManager +Comment[es]=KDevProjectManager +Comment[fr]=KDevProjectManager +Comment[ga]=KDevProjectManager +Comment[gl]=KDevProjectManager Comment[nds]=KDev-Projektpleeg +Comment[pa]=KDevProjectManager +Comment[pt]=KDevProjectManager +Comment[pt_BR]=KDevProjectManager +Comment[ro]=KDevProjectManager Comment[sv]=KDevelop-projekthantering +Comment[tr]=KDevProjectManager +Comment[uk]=KDevProjectManager Comment[x-test]=xxKDevProjectManagerxx Comment[zh_CN]=KDevelop 工程管理器 +Comment[zh_TW]=KDevProjectManager Name=Project Manager View Name[bg]=Преглед на редактора на проекти Name[ca]=Vista del gestor de projectes Name[de]=Ansicht für Projektverwaltung Name[el]=Προβολή διαχειριστή έργου +Name[en_GB]=Project Manager View Name[es]=Vista del gestor de proyectos Name[fr]=Vue du gestionnaire de projets Name[gl]=Vista do xestor de proxectos Name[ja]=プロジェクトマネージャのビュー Name[nds]=Projektpleger-Ansicht Name[pa]=ਪਰੋਜੈਕਟ ਮੈਨੇਜਰ ਝਲਕ Name[pt]=Área do Gestor de Projectos Name[pt_BR]=Visualizador do gerenciador de projeto Name[sv]=Projekthanteringsvy Name[tr]=Proje Yöneticisi Görünümü Name[uk]=Перегляд керування проектами Name[x-test]=xxProject Manager Viewxx Name[zh_CN]=工程管理器视图 Name[zh_TW]=專案管理員檢視 GenericName=Project Manager View GenericName[bg]=Преглед на редактора на проекти GenericName[ca]=Vista del gestor de projectes GenericName[de]=Ansicht für Projektverwaltung +GenericName[en_GB]=Project Manager View GenericName[es]=Vista del gestor de proyectos GenericName[fr]=Vue du gestionnaire de projets GenericName[gl]=Vista do xestor de proxectos GenericName[ja]=プロジェクトマネージャのビュー GenericName[nds]=Projektpleger-Ansicht GenericName[pt]=Área do Gestor de Projectos -GenericName[pt_BR]=Área do Gestor de Projectos GenericName[sv]=Projekthanteringsvy GenericName[tr]=Proje Yönetimi Görünümü GenericName[uk]=Перегляд керування проектами GenericName[x-test]=xxProject Manager Viewxx GenericName[zh_CN]=工程管理器视图 GenericName[zh_TW]=專案管理員檢視 Icon=kdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevprojectmanagerview X-KDE-PluginInfo-Name=KDevProjectManagerView X-KDE-PluginInfo-Author=Roberto Raggi X-KDE-PluginInfo-License=LGPL X-KDevelop-Version=7 X-KDevelop-Category=Project X-KDevelop-Mode=GUI diff --git a/plugins/quickopen/kdevquickopen.desktop b/plugins/quickopen/kdevquickopen.desktop index 25aa0f77d5..8555706dab 100644 --- a/plugins/quickopen/kdevquickopen.desktop +++ b/plugins/quickopen/kdevquickopen.desktop @@ -1,67 +1,70 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows quick access to project files and language-items like classes/functions. Comment[bg]=Тази приставка позволява бърз достъп до файловете на проекта и езиковите средства класове/уфнкции. Comment[ca]=Aquest connector permet un ràpid accés als fitxers del projecte i a ítems del llenguatge com classes/funcions. Comment[de]=Dieses Modul bietet schnellen Zugriff auf Projektdateien und Spachelemente wie Klassen und Funktionen. Comment[el]=Το πρόσθετο αυτό επιτρέπει τη γρήγορη πρόσβαση σε αρχεία έργου και αντικείμενα γλώσσας όπως κλάσεις/συναρτήσεις. +Comment[en_GB]=This plugin allows quick access to project files and language-items like classes/functions. Comment[es]=Este complemento permite un rápido acceso a los archivos del proyecto y a elementos del lenguaje, como clases y funciones. Comment[fr]=Ce module externe permet un accès rapide aux fichiers de projets et aux éléments de langage comme les classes/fonctions. Comment[gl]=Este engadido permite aceder rapidamente a ficheiros de proxecto e elementos da linguaxe como clases e funcións. Comment[nds]=Dit Moduul stellt Fixtogriep op Projektdateien un Spraakelementen as Klassen un Funkschonen praat. Comment[pt]=Este 'plugin' permite um acesso rápido aos ficheiros do projecto e aos itens das linguagens, como as classes/funções. Comment[pt_BR]=Esta extensão permite o rápido acesso a arquivos de projeto e itens da linguagem como classes/funções. Comment[ru]=Этот модуль позволяет получать быстрый доступ к файлам проекта и языковым объектам, таким как классы и функции. Comment[sv]=Insticksprogrammet ger snabb åtkomst av projektfiler och språkobjekt som klasser och funktioner. Comment[uk]=За допомогою цього додатка можна пришвидшити доступ до файлів проектів і елементів мови на зразок класів або функцій. Comment[x-test]=xxThis plugin allows quick access to project files and language-items like classes/functions.xx Comment[zh_CN]=此插件允许快速访问工程文件和诸如类/函数的语言项目。 Comment[zh_TW]=此外掛程式讓您快速存取專案檔案與一些語言的項目,如類別或函式等。 Name=Quick Open Name[bg]=Бързо отваряне Name[ca]=Obertura ràpida Name[de]=Schnellöffner +Name[en_GB]=Quick Open Name[es]=Apertura rápida Name[fr]=Ouverture rapide Name[ga]=Oscailt Thapa Name[gl]=Apertura rápida Name[ja]=クイックオープン Name[nds]=Fixopmaken Name[pt]=Abertura Rápida Name[pt_BR]=Abrir rapidamente Name[ru]=Быстрый доступ Name[sv]=Snabböppna Name[tr]=Hızlı Aç Name[uk]=Швидке відкриття Name[x-test]=xxQuick Openxx Name[zh_CN]=快速打开 Name[zh_TW]=快速開啟 GenericName=Quick Open GenericName[bg]=Бързо отваряне GenericName[ca]=Obertura ràpida GenericName[de]=Schnellöffner +GenericName[en_GB]=Quick Open GenericName[es]=Apertura rápida GenericName[fr]=Ouverture rapide GenericName[ga]=Oscailt Thapa GenericName[gl]=Apertura rápida GenericName[ja]=クイックオープン GenericName[nds]=Fixopmaken GenericName[pt]=Abertura Rápida GenericName[pt_BR]=Abrir rapidamente GenericName[ru]=Быстрый доступ GenericName[sv]=Snabböppna GenericName[tr]=Hızlı Aç GenericName[uk]=Швидке відкриття GenericName[x-test]=xxQuick Openxx GenericName[zh_CN]=快速打开 GenericName[zh_TW]=快速開啟 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevquickopen X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IQuickOpen X-KDE-PluginInfo-Name=kdevquickopen X-KDE-PluginInfo-Author=David Nolden X-KDE-PluginInfo-License=GPL X-KDevelop-Mode=GUI diff --git a/plugins/snippet/kdevsnippet.desktop b/plugins/snippet/kdevsnippet.desktop index 7a6183fbd5..cb5ed28d3e 100644 --- a/plugins/snippet/kdevsnippet.desktop +++ b/plugins/snippet/kdevsnippet.desktop @@ -1,63 +1,65 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows to store code snippets and insert them into open files Comment[bg]=Тази приставка позволява съхраняването на временни фрагменти от програмни низове и вмъкването им в отворени файлове Comment[ca]=Aquest connector permet desar retalls de codi i inserir-los a fitxers oberts Comment[de]=Dieses Modul bietet die Möglichkeit, Quelltextschnipsel zu speichern und in geöffnete Dateien einzufügen. Comment[el]=Αυτό το πρόσθετο σας επιτρέπει να αποθηκεύσετε δείγματα κώδικα και να τα εισάγετε σε ανοιχτά αρχεία +Comment[en_GB]=This plugin allows to store code snippets and insert them into open files Comment[es]=Este complemento le permite almacenar fragmentos de código e insertarlos en los archivos abiertos Comment[fr]=Ce module externe permet d'enregistrer des fragments de code et de les insérer dans les fichiers ouverts Comment[gl]=Este engadido permite gardar anacos de código e inserilos en ficheiros abertos Comment[nds]=Dit Moduul wohrt Kodesnippels un föögt se na opmaakt Dateien in Comment[pt]=Este 'plugin' permite-lhe guardar excertos de código e inseri-los nos ficheiros abertos Comment[pt_BR]=Esta extensão permite guardar trechos de código e inserí-los em arquivos abertos Comment[ru]=Этот модуль позволяет хранить фрагменты кода и вставлять их в открытые файлы. Comment[sv]=Insticksprogrammet gör det möjligt att lagra kodsnuttar och infoga dem i öppna filer Comment[uk]=За допомогою цього додатка можна зберігати фрагменти коду і вставляти їх до відкритих файлів Comment[x-test]=xxThis plugin allows to store code snippets and insert them into open filesxx Comment[zh_CN]=此插件允许存储代码片断并插入到打开的文件中去 Comment[zh_TW]=此外掛程式允許儲存程式碼片段,並將它們插入開啟的檔案中 Name=Code Snippets Support Name[bg]=Поддръжка на отрязъци от код Name[ca]=Implementació de retalls de codi Name[de]=Quelltextschnipsel-Unterstützung Name[el]=Υποστήριξη δειγμάτων κώδικα +Name[en_GB]=Code Snippets Support Name[es]=Implementación de fragmentos de código Name[fr]=Prise en charge des fragments de code Name[gl]=Soporte de retallos de código Name[nds]=Kodesnippels-Ünnerstütten Name[pa]=ਕੋਡ ਸਨਿੱਪਟ ਸਹਿਯੋਗ Name[pt]=Suporte para Excertos de Código Name[pt_BR]=Suporte a trechos de código Name[sv]=Stöd för kodsnuttar Name[tr]=Kod Parçacıkları Desteği Name[uk]=Підтримка фрагментів коду Name[x-test]=xxCode Snippets Supportxx Name[zh_CN]=代码片断支持 Name[zh_TW]=程式碼片段支援 GenericName=Code Snippets Support GenericName[bg]=Поддръжка на отрязъци от код GenericName[ca]=Implementació de retalls de codi GenericName[de]=Quelltextschnipsel-Unterstützung +GenericName[en_GB]=Code Snippets Support GenericName[es]=Implementación de fragmentos de código GenericName[fr]=Prise en charge des fragments de code GenericName[gl]=Soporte de retallos de código GenericName[nds]=Kodesnippels-Ünnerstütten GenericName[pt]=Suporte para Excertos de Código -GenericName[pt_BR]=Suporte para Excertos de Código GenericName[sv]=Stöd för kodsnuttar GenericName[tr]=Kod Parçacıkları Desteği GenericName[uk]=Підтримка фрагментів коду GenericName[x-test]=xxCode Snippets Supportxx GenericName[zh_CN]=代码片断支持 GenericName[zh_TW]=程式碼片段支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevsnippet X-KDE-PluginInfo-Name=kdevsnippet X-KDE-PluginInfo-Author=Robert Gruber X-KDE-PluginInfo-Version=0.75 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Mode=GUI diff --git a/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop b/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop index 7c80e33c57..d8ccd15715 100644 --- a/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop +++ b/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop @@ -1,32 +1,33 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdevsourceformattersettings X-KDE-FactoryName=kcm_kdevsourceformattersettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=USERINTERFACE Name=Source Formatter Settings Name[bg]=Настройки на форматиращият модул за програмен текст Name[ca]=Arranjaments del formatador de codi font Name[de]=Einstellungen zur Quelltextformatierung Name[el]=Ρυθμίσεις διαμόρφωσης πηγαίου +Name[en_GB]=Source Formatter Settings Name[es]=Preferencias del formateador de código Name[fr]=Paramètres du formateur de sources Name[gl]=Configuración do formatador do código Name[ja]=ソースフォーマッタの設定 Name[lv]=Pirmkoda formatēšanas iestatījumi Name[nds]=Bornformateren instellen Name[pt]=Configuração da Formatação do Código Name[pt_BR]=Configurações do formatador de código-fonte Name[sv]=Inställningar för källkodsformatering Name[tr]=Kaynak Biçimlendirici Ayarları Name[uk]=Параметри інструменту форматування коду Name[x-test]=xxSource Formatter Settingsxx Name[zh_CN]=源代码格式化器设置 Name[zh_TW]=源碼格式化設定 diff --git a/plugins/sourceformatter/kdevsourceformatter.desktop b/plugins/sourceformatter/kdevsourceformatter.desktop index fcefbba932..454710e26d 100644 --- a/plugins/sourceformatter/kdevsourceformatter.desktop +++ b/plugins/sourceformatter/kdevsourceformatter.desktop @@ -1,66 +1,68 @@ [Desktop Entry] Type=Service Exec=blubb Icon=kdevelop Comment=This plugin allows to format files using different backends for each file type. Comment[bg]=Тази приставка позволява оформяне на файлове с различни задни слоеве за всеки файлов тип. Comment[ca]=Aquest connector permet formatar fitxers usant diferents dorsals per cada tipus de fitxer. Comment[de]=Mit diesem Modul können Dateien anhand ihres Dateityps formatiert werden. Comment[el]=Το πρόσθετο αυτό επιτρέπει τη διαμόρφωση αρχείων με χρήση διαφορετικών συστημάτων υποστήριξης για κάθε τύπο αρχείου. +Comment[en_GB]=This plugin allows to format files using different backends for each file type. Comment[es]=Este complemento permite formatear archivos usando diferentes motores para cada tipo de archivo. Comment[fr]=Ce module externe permet de formater des fichiers à l'aide de différents moteurs pour chaque type de fichier. Comment[gl]=Este engadido permite formatar os ficheiros empregando diferentes infraestruturas segundo o tipo do ficheiro. Comment[ja]=このプラグインは、ファイルタイプに応じたバックエンドを用いてファイルを整形できるようにします Comment[nds]=Mit dit Moduul laat sik Dateien mit verscheden Hülpprogrammen för de Dateitypen formateren. Comment[pt]=Este 'plugin' permite formatar os ficheiros, usando diferentes infra-estruturas para cada tipo de ficheiro. Comment[pt_BR]=Esta extensão permite formatar arquivos usando diferentes mecanismos para cada tipo de arquivo. Comment[sv]=Insticksprogrammet gör det möjligt att formatera filer med olika gränssnitt för varje filtyp. Comment[uk]=За допомогою цього додатка можна виконувати форматування файлів різних типів за допомогою відповідного до типу файла сервера форматування. Comment[x-test]=xxThis plugin allows to format files using different backends for each file type.xx Comment[zh_CN]=此插件可为每种文件类型使用不同的后端格式化文件。 Comment[zh_TW]=此外掛程式依不同檔案型態提供不同的後端介面來做檔案格式化。 Name=Source Formatter Name[bg]=Форматиращ модул за програмен текст Name[ca]=Formatador de codi font Name[de]=Quelltextformatierer +Name[en_GB]=Source Formatter Name[es]=Formateador de código Name[fr]=Formateur de sources Name[gl]=Formatador do código Name[ja]=ソースフォーマッタ Name[nds]=Bornformateren Name[pt]=Formatador de Código -Name[pt_BR]=Formatador de Código Name[sv]=Källkodsformatering Name[tr]=Kaynak Biçimlendirici Name[uk]=Форматування коду Name[x-test]=xxSource Formatterxx Name[zh_CN]=源代码格式化器 Name[zh_TW]=源碼格式器 GenericName=Source Formatter GenericName[bg]=Форматиращ модул за програмен текст GenericName[ca]=Formatador de codi font GenericName[de]=Quelltextformatierer GenericName[el]=Διαμορφωτής πηγαίου κώδικα +GenericName[en_GB]=Source Formatter GenericName[es]=Formateador de código GenericName[fr]=Formateur de sources GenericName[gl]=Formatador do código GenericName[ja]=ソースフォーマッタ GenericName[lv]=Pirmkoda formatētājs GenericName[nds]=Bornformateren GenericName[pt]=Formatador de Código GenericName[pt_BR]=Formatador do código fonte GenericName[ro]=Formatator sursă GenericName[sv]=Källkodsformatering GenericName[tr]=Kaynak Biçimlendirici GenericName[uk]=Форматування коду GenericName[x-test]=xxSource Formatterxx GenericName[zh_CN]=源代码格式化器 GenericName[zh_TW]=源碼格式器 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevsourceformatter X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevsourceformatter X-KDE-PluginInfo-Author=Cédric Pasteur X-KDE-PluginInfo-License=LGPL X-KDevelop-Mode=GUI diff --git a/plugins/standardoutputview/kdevstandardoutputview.desktop b/plugins/standardoutputview/kdevstandardoutputview.desktop index d1c02827e7..96ee6cde36 100644 --- a/plugins/standardoutputview/kdevstandardoutputview.desktop +++ b/plugins/standardoutputview/kdevstandardoutputview.desktop @@ -1,27 +1,27 @@ [Desktop Entry] Type=Service Name=Output View Name[bg]=Преглед на резултата Name[ca]=Vista de la sortida Name[de]=Ansicht für Ausgaben +Name[en_GB]=Output View Name[es]=Vista de la salida Name[fr]=Vue de la sortie Name[ga]=Amharc Aschurtha Name[gl]=Vista da saída Name[ja]=出力ビュー Name[nds]=Utgaavansicht Name[pt]=Área de Resultados -Name[pt_BR]=Área de Resultados Name[sv]=Utmatningsvy Name[tr]=Çıktı Görünümü Name[uk]=Перегляд виводу Name[x-test]=xxOutput Viewxx Name[zh_CN]=输出视图 Name[zh_TW]=輸出檢視 Icon=gear ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevstandardoutputview X-KDE-PluginInfo-Name=KDevStandardOutputView X-KDevelop-Version=7 X-KDevelop-Interfaces=org.kdevelop.IOutputView X-KDevelop-Mode=GUI diff --git a/plugins/subversion/kdevsubversion.desktop b/plugins/subversion/kdevsubversion.desktop index b3f40f6d77..788b330964 100644 --- a/plugins/subversion/kdevsubversion.desktop +++ b/plugins/subversion/kdevsubversion.desktop @@ -1,73 +1,76 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates subversion to KDevelop. Comment[bg]=Тази приставка вгражда subversion в KDevelop. Comment[ca]=Aquest connector integra Subversion en KDevelop. Comment[de]=Dieses Modul integriert Subversion in KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει το subversion στο KDevelop +Comment[en_GB]=This plugin integrates subversion to KDevelop. Comment[es]=Este complemento integra «Subversion» en KDevelop. Comment[fr]=Ce module externe intègre Subversion à KDevelop. Comment[gl]=Este engadido integra subversion en KDevelop. Comment[ja]=このプラグインは Subversion を KDevelop に統合します Comment[lv]=Šis spraudnis integrē SVN iekš KDevelop. Comment[nds]=Dit Moduul bett Subversion na KDevelop in Comment[pt]=Este 'plugin' integra o Subversion com o KDevelop. Comment[pt_BR]=Esta extensão integra o Subversion ao KDevelop Comment[ro]=Acest modul integrează subversion în KDevelop Comment[ru]=Этот модуль добавляет поддержку работы с Subversion в KDevelop Comment[sv]=Insticksprogrammet integrerar Subversion i KDevelop Comment[tr]=Bu eklenti Subversion ile KDevelop uygulamasını bütünleştirir Comment[uk]=За допомогою цього додатка можна інтегрувати subversion (SVN) до KDevelop. Comment[x-test]=xxThis plugin integrates subversion to KDevelop.xx Comment[zh_CN]=此插件对 KDevelop 整合 subversion。 Comment[zh_TW]=此外掛程式將 subversion 整合進 KDevelop。 Name=Subversion Support Name[bg]=Поддръжка на Subversion Name[ca]=Implementació de Subversion Name[de]=Subversion-Unterstützung Name[el]=Υποστήριξη Subversion +Name[en_GB]=Subversion Support Name[es]=Implementación de Subversion Name[fr]=Prise en charge de Subversion Name[gl]=Soporte de Subversion Name[ja]=Subversion サポート Name[nds]=Subversion-Ünnerstütten Name[pa]=ਸਬਵਰਜਨ ਸਹਿਯੋਗ Name[pt]=Suporte para Subversion Name[pt_BR]=Suporte ao Subversion Name[ru]=Поддержка Subversion Name[sv]=Stöd för Subversion Name[tr]=Subversion Desteği Name[uk]=Підтримка Subversion Name[x-test]=xxSubversion Supportxx Name[zh_CN]=Subversion 支持 Name[zh_TW]=Subversion 支援 GenericName=Version Control Support GenericName[bg]=Поддръжка на управление на версиите GenericName[ca]=Implementació del control de versions GenericName[de]=Unterstützung für Versionskontrollsysteme +GenericName[en_GB]=Version Control Support GenericName[es]=Implementación de Control de Versiones GenericName[fr]=Prise en charge du contrôle de versions GenericName[gl]=Soporte de sistemas de versións GenericName[ja]=バージョン管理のサポート GenericName[nds]=Verschoonkuntrull-Ünnerstütten GenericName[pt]=Suporte ao Controlo de Versões GenericName[pt_BR]=Suporte a controle de versão GenericName[ru]=Поддержка систем контроля версий GenericName[sv]=Stöd för versionskontroll GenericName[tr]=Sürüm Kontrol Desteği GenericName[uk]=Підтримка керування версіями GenericName[x-test]=xxVersion Control Supportxx GenericName[zh_CN]=版本控制支持 GenericName[zh_TW]=版本控制支援 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevsubversion X-KDE-PluginInfo-Name=kdevsubversion X-KDE-PluginInfo-Author=Dukju Ahn X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl X-KDevelop-IRequired=org.kdevelop.IOutputView X-KDevelop-Mode=GUI diff --git a/shell/kross/examples/bzrkdevelop/kdevbzr.desktop b/shell/kross/examples/bzrkdevelop/kdevbzr.desktop index a9e2949302..c42a5b36c3 100644 --- a/shell/kross/examples/bzrkdevelop/kdevbzr.desktop +++ b/shell/kross/examples/bzrkdevelop/kdevbzr.desktop @@ -1,61 +1,84 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates Bazaar to KDevelop Comment[bg]=Тази приставка вгражда Bazaar в KDevelop Comment[ca]=Aquest connector integra Bazaar en KDevelop Comment[de]=Dieses Modul integriert Bazaar in KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει το Bazaar στο KDevelop +Comment[en_GB]=This plugin integrates Bazaar to KDevelop Comment[es]=Este complemento integra Bazaar en KDevelop Comment[fr]=Ce module externe intègre Bazaar à KDevelop Comment[gl]=Este engadido integra Bazaar con KDevelop Comment[ja]=このプラグインは Bazaar を KDevelop に統合します Comment[lv]=Šis spraudnis integrē Bazaar iekš KDevelop Comment[nds]=Dit Moduul bett Bazaar na KDevelop in Comment[pt]=Este 'plugin' integra o Bazaar no KDevelop Comment[pt_BR]=Esta extensão integra o Bazaar ao KDevelop Comment[ro]=Acest modul integrează Bazaar în KDevelop Comment[ru]=Этот модуль добавляет поддержку работы с Bazaar в KDevelop Comment[sv]=Insticksprogrammet integrerar Bazaar i KDevelop Comment[tr]=Bu eklenti Bazaar uygulamasını KDevelop ile bütünleştirir Comment[uk]=За допомогою цього додатка можна інтегрувати Bazaar до KDevelop Comment[x-test]=xxThis plugin integrates Bazaar to KDevelopxx Comment[zh_CN]=此插件对 KDevelop 整合 Bazaar Comment[zh_TW]=此外掛程式將 Bazaar 整合進 KDevelop 內 Name=KDevBzr +Name[bg]=KDevBzr +Name[ca]=KDevBzr +Name[cs]=KDevBzr +Name[de]=KDevBzr +Name[el]=KDevBzr +Name[en_GB]=KDevBzr +Name[es]=KDevBzr +Name[fr]=KDevBzr +Name[ga]=KDevBzr +Name[gl]=KDevBzr +Name[ja]=KDevBzr +Name[lv]=KDevBzr +Name[nds]=KDevBzr +Name[pt]=KDevBzr +Name[pt_BR]=KDevBzr +Name[ro]=KDevBzr +Name[ru]=KDevBzr Name[sv]=KDevelop-Bzr +Name[tr]=KDevBzr +Name[uk]=KDevBzr Name[x-test]=xxKDevBzrxx +Name[zh_CN]=KDevBzr +Name[zh_TW]=KDevBzr GenericName=Bzr frontend GenericName[bg]=Bzr преден слой GenericName[ca]=Frontal per Bzr GenericName[de]=Oberfläche für Bzr GenericName[el]=Σύστημα περιβάλλοντος Bzr +GenericName[en_GB]=Bzr frontend GenericName[es]=Interfaz para Bzr GenericName[fr]=Interface Bzr GenericName[ga]=Comhéadan Bzr GenericName[gl]=Interface para Bzr GenericName[ja]=Bazaar フロントエンド GenericName[lv]=Bzr priekšpuse GenericName[nds]=Bzr-Böversiet GenericName[pa]=ਬਾਜ਼ਾਰ ਫਰੰਟ-ਐਂਡ GenericName[pt]=Interface para o Bzr GenericName[pt_BR]=Interface do Bzr GenericName[ro]=Interfață Bzr GenericName[ru]=Интерфейс к bzr GenericName[sv]=Bzr-gränssnitt GenericName[tr]=Bzr önyüzü GenericName[uk]=Графічна оболонка Bzr GenericName[x-test]=xxBzr frontendxx GenericName[zh_CN]=Bzr 前端 GenericName[zh_TW]=Bzr 前端介面 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevbzr/kdevbzr.py X-KDE-PluginInfo-Name=kdevbzr X-KDE-PluginInfo-Author=Aleix Pol X-KDE-PluginInfo-Version=0.01 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=6 X-KDevelop-Category=Global X-KDevelop-Properties=GlobalFileManagement X-KDevelop-PluginType=Kross X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl, IDistributedVersionControl diff --git a/shell/kross/examples/compileone/kdevcompileone.desktop b/shell/kross/examples/compileone/kdevcompileone.desktop index 5c9dbbf1dc..0681706c29 100644 --- a/shell/kross/examples/compileone/kdevcompileone.desktop +++ b/shell/kross/examples/compileone/kdevcompileone.desktop @@ -1,46 +1,78 @@ [Desktop Entry] Type=Service Exec=blubb Comment=Compile a file Comment[bg]=Компилиране на файл Comment[ca]=Compila un fitxer Comment[de]=Eine Datei kompilieren Comment[el]=Μεταγλώττιση ενός αρχείου +Comment[en_GB]=Compile a file Comment[es]=Compilar un archivo Comment[fr]=Compiler un fichier Comment[gl]=Compilar un ficheiro Comment[ja]=単一のファイルをコンパイルします Comment[lv]=Kompilē failu Comment[nds]=En Datei kompileren Comment[pa]=ਇੱਕ ਫਾਇਲ ਕੰਪਾਇਲ ਕਰੋ Comment[pt]=Compilar um ficheiro Comment[pt_BR]=Compilar um arquivo Comment[ro]=Compilează un fișier Comment[ru]=Скомпилировать файл Comment[sv]=Kompilera en fil Comment[tr]=Bir dosya derle Comment[uk]=Компіляція файла Comment[x-test]=xxCompile a filexx Comment[zh_CN]=编译文件 Comment[zh_TW]=編譯檔案 Name=CompileOne +Name[bg]=CompileOne +Name[ca]=CompileOne +Name[de]=CompileOne +Name[el]=CompileOne +Name[en_GB]=CompileOne +Name[es]=CompileOne +Name[fr]=CompileOne +Name[gl]=CompileOne +Name[ja]=CompileOne +Name[nds]=CompileOne Name[pt]=Compilação Única +Name[pt_BR]=CompileOne +Name[ro]=CompileOne +Name[ru]=CompileOne Name[sv]=Kompilera en +Name[tr]=CompileOne +Name[uk]=CompileOne Name[x-test]=xxCompileOnexx +Name[zh_CN]=CompileOne +Name[zh_TW]=CompileOne GenericName=CompileOne +GenericName[bg]=CompileOne +GenericName[ca]=CompileOne +GenericName[de]=CompileOne +GenericName[el]=CompileOne +GenericName[en_GB]=CompileOne +GenericName[es]=CompileOne +GenericName[fr]=CompileOne +GenericName[gl]=CompileOne +GenericName[ja]=CompileOne +GenericName[nds]=CompileOne GenericName[pt]=Compilação Única +GenericName[pt_BR]=CompileOne +GenericName[ro]=CompileOne GenericName[ru]=Индивидуальная компиляция GenericName[sv]=Kompilera en GenericName[tr]=Bir Dosya Derle +GenericName[uk]=CompileOne GenericName[x-test]=xxCompileOnexx GenericName[zh_CN]=编译一个 +GenericName[zh_TW]=CompileOne ServiceTypes=KDevelop/Plugin X-KDE-Library=CompileOne/CompileOne.py X-KDE-PluginInfo-Name=CompileOne X-KDE-PluginInfo-Author=Aleix Pol X-KDE-PluginInfo-Version=0.01 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=6 X-KDevelop-Category=Global X-KDevelop-PluginType=Kross X-KDevelop-Mode=GUI diff --git a/shell/kross/examples/guiexample/kdevguiexample.desktop b/shell/kross/examples/guiexample/kdevguiexample.desktop index 05db273a24..dddc33da2d 100644 --- a/shell/kross/examples/guiexample/kdevguiexample.desktop +++ b/shell/kross/examples/guiexample/kdevguiexample.desktop @@ -1,52 +1,81 @@ [Desktop Entry] Type=Service Exec=blubb Comment=GUI Example Comment[bg]=Графичен пример Comment[ca]=Exemple d'IGU Comment[de]=GUI-Beispiel Comment[el]=Παράδειγμα GUI +Comment[en_GB]=GUI Example Comment[es]=Ejemplo de interfaz gráfica Comment[fr]=Exemple d'interface graphique Comment[gl]=Exemplo de GUI Comment[ja]=GUI の例 Comment[lv]=GUI piemērs Comment[nds]=Böversiet-Bispill Comment[pa]=GUI ਉਦਾਹਰਨ Comment[pt]=Exemplo GUI Comment[pt_BR]=Example de GUI Comment[ro]=Exemplu GUI Comment[ru]=Пример графического интерфейса пользователя Comment[sv]=Exempel på grafiskt användargränssnitt Comment[tr]=Grafiksel Kullanıcı Arayüzü Örneği Comment[uk]=Приклад графічного інтерфейсу Comment[x-test]=xxGUI Examplexx Comment[zh_CN]=GUI 示例 Comment[zh_TW]=編譯檔案 Name=GUIExample +Name[bg]=GUIExample +Name[ca]=GUIExample +Name[de]=GUIExample +Name[el]=GUIExample +Name[en_GB]=GUIExample +Name[es]=GUIExample +Name[fr]=GUIExample +Name[gl]=GUIExample +Name[ja]=GUIExample +Name[nds]=GUIExample +Name[pa]=GUIExample Name[pt]=Exemplo GUI +Name[pt_BR]=GUIExample Name[ro]=ExempluGUI +Name[ru]=GUIExample Name[sv]=Exempel på grafiskt användargränssnitt Name[tr]=Grafiksel Kullanıcı Arayüzü Örneği +Name[uk]=GUIExample Name[x-test]=xxGUIExamplexx +Name[zh_CN]=GUIExample +Name[zh_TW]=GUIExample GenericName=GUIExample +GenericName[bg]=GUIExample +GenericName[ca]=GUIExample +GenericName[de]=GUIExample +GenericName[el]=GUIExample +GenericName[en_GB]=GUIExample +GenericName[es]=GUIExample +GenericName[fr]=GUIExample +GenericName[gl]=GUIExample GenericName[ja]=GUI の例 GenericName[nds]=Böversiet-Bispill +GenericName[pa]=GUIExample GenericName[pt]=Exemplo GUI +GenericName[pt_BR]=GUIExample GenericName[ro]=ExempluGUI GenericName[ru]=Пример графического интерфейса пользователя GenericName[sv]=Exempel på grafiskt användargränssnitt GenericName[tr]=Grafiksel Kullanıcı Arayüzü Örneği +GenericName[uk]=GUIExample GenericName[x-test]=xxGUIExamplexx GenericName[zh_CN]=GUI 示例 +GenericName[zh_TW]=GUIExample ServiceTypes=KDevelop/Plugin X-KDE-Library=GUIExample/GUIExample.py X-KDE-PluginInfo-Name=GUIExample X-KDE-PluginInfo-Author=Aleix Pol X-KDE-PluginInfo-Version=0.01 X-KDE-PluginInfo-License=GPL X-KDevelop-Version=6 X-KDevelop-Category=Global X-KDevelop-Properties=GlobalFileManagement X-KDevelop-PluginType=Kross X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl, IDistributedVersionControl diff --git a/shell/kross/examples/msvckdevelop/kdevmsvcmanager.desktop b/shell/kross/examples/msvckdevelop/kdevmsvcmanager.desktop index f4f061556e..a5b8c1bdd6 100644 --- a/shell/kross/examples/msvckdevelop/kdevmsvcmanager.desktop +++ b/shell/kross/examples/msvckdevelop/kdevmsvcmanager.desktop @@ -1,53 +1,55 @@ [Desktop Entry] Encoding=UTF-8 Type=Service Name=KDevelop MSVC Manager Name[bg]=Maнипулатор на MSVC от KDevelop Name[ca]=Gestor de MSVC de KDevelop Name[de]=KDevelop-MSVC-Verwaltung Name[el]=Διαχειριστής MSVC του KDevelop +Name[en_GB]=KDevelop MSVC Manager Name[es]=Gestor MSVC de KDevelop Name[fr]=Gestionnaire MSVC pour KDevelop Name[gl]=Xestor de MSVC de KDevelop Name[ja]=KDevelop MSVC マネージャ Name[lv]=KDevelop MSVC pārvaldnieks Name[nds]=KDevelop-MSVC-Pleger Name[pa]=KDevelop MSVC ਮੈਨੇਜਰ Name[pt]=Gestor do MSVC para o KDevelop Name[pt_BR]=Gerenciador MSVC do KDevelop Name[ru]=Управление проектами MSVC Name[sv]=KDevelop MSVC-hantering Name[tr]=KDevelop MSVC Yöneticisi Name[uk]=Інструмент керування MSVC для KDevelop Name[x-test]=xxKDevelop MSVC Managerxx Name[zh_CN]=KDevelop MSVC 管理器 Name[zh_TW]=KDevelop MSVC 管理員 Comment=Imports MSVC projects Comment[bg]=Внасяне на MSVC проекти Comment[ca]=Importa projectes de MSVC Comment[de]=Importiert MSVC-Projekte Comment[el]=Εισαγωγή έργων MSVC +Comment[en_GB]=Imports MSVC projects Comment[es]=Importa proyectos de MSVC Comment[fr]=Importe des projets MSVC Comment[gl]=Importa proxectos de MSVC Comment[ja]=MSVC プロジェクトをインポートします Comment[lv]=Importē MSVC projektus Comment[nds]=Importeert MSVC-Projekten Comment[pt]=Importa projectos do MSVC Comment[pt_BR]=Importar projetos do MSVC Comment[ro]=Importă proiecte MSVC Comment[ru]=Импорт проектов MSVC Comment[sv]=Importerar MSVC-projekt Comment[tr]=MSCV projelerini içeriye aktarır Comment[uk]=Імпортує проекти MSVC Comment[x-test]=xxImports MSVC projectsxx Comment[zh_CN]=导入 MSVC 工程 Comment[zh_TW]=匯入 MSVC 專案 Icon=gear ServiceTypes=KDevelop/Plugin X-KDE-Library=KDevMSVCManager/KDevMSVCManager.py X-KDE-PluginInfo-Name=KDevMSVCManager X-KDevelop-PluginType=Kross X-KDevelop-FileManager=MSVC X-KDevelop-Version=6 X-KDevelop-Interfaces=org.kdevelop.IBuildSystemManager,org.kdevelop.IProjectFileManager diff --git a/shell/kross/kdevkrossplugin.desktop b/shell/kross/kdevkrossplugin.desktop index 6627db1fd7..ecfe0fcde2 100644 --- a/shell/kross/kdevkrossplugin.desktop +++ b/shell/kross/kdevkrossplugin.desktop @@ -1,57 +1,59 @@ [Desktop Entry] Encoding=UTF-8 Type=Service Name=KDevelop Kross Support Name[bg]=Поддръжка на KDevelop Kross Name[ca]=Implementació de Kross per KDevelop Name[de]=KDevelop-Unterstützung für Kross Name[el]=Υποστήριξη Kross του KDevelop +Name[en_GB]=KDevelop Kross Support Name[es]=Implementación Kross de KDevelop Name[fr]=Prise en charge de Kross pour KDevelop Name[gl]=Soporte de Kross para KDevelop Name[ja]=KDevelop Kross サポート Name[lv]=KDevelop Kross atbalsts Name[nds]=KDevelop-Kross-Ünnerstütten Name[pt]=Suporte do Kross para o KDevelop Name[pt_BR]=Suporte do KDevelop ao Kross Name[ro]=Suport Kross KDevelop Name[ru]=Поддержка Kross в KDevelop Name[sv]=KDevelop stöd för Kross Name[tr]=KDevelop Kross Desteği Name[uk]=Підтримка Kross у KDevelop Name[x-test]=xxKDevelop Kross Supportxx Name[zh_CN]=KDevelop Kross 支持 Name[zh_TW]=KDevelop Kross 支援 Comment=KDevelop Kross Support Comment[bg]=Поддръжка на KDevelop Kross Comment[ca]=Implementació de Kross per KDevelop Comment[cs]=Podpora Kdevelop Kross Comment[de]=KDevelop-Unterstützung für Kross Comment[el]=Υποστήριξη Kross του KDevelop +Comment[en_GB]=KDevelop Kross Support Comment[es]=Implementación Kross de KDevelop Comment[fr]=Prise en charge de Kross pour KDevelop Comment[gl]=Soporte de Kross para KDevelop Comment[ja]=KDevelop の Kross サポート Comment[lv]=KDevelop Kross atbalsts Comment[nds]=KDevelop-Ünnerstütten för Kross Comment[pt]=Suporte do Kross para o KDevelop Comment[pt_BR]=Suporte do KDevelop ao Kross Comment[ro]=Suport Kross KDevelop Comment[ru]=Поддержка Kross в KDevelop Comment[sv]=KDevelop stöd för Kross Comment[tr]=KDevelop Kross Desteği Comment[uk]=Підтримка Kross у KDevelop Comment[x-test]=xxKDevelop Kross Supportxx Comment[zh_CN]=KDevelop Kross 支持 Comment[zh_TW]=KDevelop Kross 支援 Icon=gear ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevkrossplugin X-KDE-PluginInfo-Author=Aleix Pol X-KDE-PluginInfo-Email=aleixpol@gmail.com X-KDE-PluginInfo-Name=KDevKrossManager X-KDE-PluginInfo-License=GPL X-KDevelop-FileManager=Kross X-KDevelop-Version=7 X-KDevelop-Category=Project X-KDevelop-Interfaces=org.kdevelop.IBuildSystemManager,org.kdevelop.IProjectFileManager,org.kdevelop.ILanguageSupport diff --git a/shell/settings/kcm_kdev_bgsettings.desktop b/shell/settings/kcm_kdev_bgsettings.desktop index 67747f0330..8432313d54 100644 --- a/shell/settings/kcm_kdev_bgsettings.desktop +++ b/shell/settings/kcm_kdev_bgsettings.desktop @@ -1,51 +1,53 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_bgsettings X-KDE-FactoryName=kcm_kdev_bgsettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=GENERAL Name=Background Parser Name[bg]=Фонов анализатор на синтаксиса Name[ca]=Analitzador en segon pla Name[de]=Hintergrund-Parser Name[el]=Αναλυτής παρασκηνίου +Name[en_GB]=Background Parser Name[es]=Analizador en segundo plano Name[fr]=Analyseur syntaxique d'arrière-plan Name[gl]=Analisador en segundo plano Name[ja]=バックグラウンドパーサ Name[nds]=Achtergrund-Inleser Name[pt]=Processamento em Segundo Plano Name[pt_BR]=Analisador em plano de fundo Name[ru]=Фоновый анализ кода Name[sv]=Bakgrundstolk Name[tr]=Arkaplan Ayrıştırıcı Name[uk]=Інструмент фонової обробки Name[x-test]=xxBackground Parserxx Name[zh_CN]=后台解析 Name[zh_TW]=背景剖析器 Comment=Configure Background Parser settings Comment[bg]=Настройки на анализатор на синтаксиса Comment[ca]=Configura els arranjaments de l'analitzador en segon pla Comment[de]=Hintergrund-Parser einrichten Comment[el]=Ρυθμίσεις αναλυτή παρασκηνίου +Comment[en_GB]=Configure Background Parser settings Comment[es]=Configurar las preferencias del analizador en segundo plano Comment[fr]=Configurer les paramètres de l'analyseur syntaxique d'arrière-plan Comment[gl]=Configurar o analisador en segundo plano Comment[ja]=バックグラウンドパーサのオプションを設定します Comment[nds]=Achtergrund-Inleser instellen Comment[pt]=Configurar as opções do Processamento em Segundo Plano Comment[pt_BR]=Configure as opções do analisador Comment[ru]=Параметры фонового анализа кода Comment[sv]=Anpassa inställningar för bakgrundstolk Comment[tr]=Arkaplan Ayrıştırıcı Ayarlarını Yapılandır Comment[uk]=Налаштування інструменту фонової обробки Comment[x-test]=xxConfigure Background Parser settingsxx Comment[zh_CN]=配置后台解析设置 Comment[zh_TW]=設定背景剖析 diff --git a/shell/settings/kcm_kdev_ccsettings.desktop b/shell/settings/kcm_kdev_ccsettings.desktop index 27283f5b40..5b27d9308f 100644 --- a/shell/settings/kcm_kdev_ccsettings.desktop +++ b/shell/settings/kcm_kdev_ccsettings.desktop @@ -1,50 +1,52 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_ccsettings X-KDE-FactoryName=kcm_kdev_ccsettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=GENERAL Name=Language Support Name[bg]=Поддържани езици Name[ca]=Implementació del llenguatge Name[de]=Sprachunterstützung Name[el]=Υποστήριξη γλώσσας +Name[en_GB]=Language Support Name[es]=Implementación de lenguaje Name[fr]=Prise en charge des langages Name[gl]=Soporte de linguaxe Name[ja]=言語サポート Name[nds]=Spraak-Ünnerstütten Name[pa]=ਭਾਸ਼ਾ ਸਹਿਯੋਗ Name[pt]=Suporte às Linguagens Name[pt_BR]=Suporte a linguagem Name[ru]=Поддержка языков Name[sv]=Språkstöd Name[tr]=Dil Desteği Name[uk]=Підтримка мов Name[x-test]=xxLanguage Supportxx Name[zh_CN]=语言支持 Name[zh_TW]=語言支援 Comment=Configure code-completion and semantic highlighting Comment[bg]=Настройка на довършване на заданието и семантично маркиране Comment[ca]=Configura la compleció de codi i el ressaltat semàntic Comment[de]=Quelltextvervollständigung und semantische Hervorhebung einrichten Comment[el]=Ρυθμίσεις συμπλήρωσης κώδικα και σημειολογικού τονισμού +Comment[en_GB]=Configure code-completion and semantic highlighting Comment[es]=Configurar terminación de código y resalte semántico Comment[fr]=Configurer le complétement de code et la mise en surbrillance de la sémantique Comment[gl]=Configura o completado de código e o realce semántico Comment[nds]=Kode-Kompletteren un inholtbaseert Rutheven instellen Comment[pt]=Configurar as opções da completação de código e realce semântico Comment[pt_BR]=Configurar os destaques de completação de código e semântica Comment[ru]=Настроить завершение кода и семантическую подсветку Comment[sv]=Anpassa inställningar av kodkomplettering och semantisk färgläggning Comment[tr]=Kod tamamlama ve anlamsal vurgulama ayarlarını yapılandır Comment[uk]=Налаштування параметрів автозавершення коду та семантичного підсвічування Comment[x-test]=xxConfigure code-completion and semantic highlightingxx Comment[zh_CN]=配置代码补全和语法加亮 Comment[zh_TW]=設定源碼補完與語意突顯 diff --git a/shell/settings/kcm_kdev_envsettings.desktop b/shell/settings/kcm_kdev_envsettings.desktop index 78ec155097..6441668f9a 100644 --- a/shell/settings/kcm_kdev_envsettings.desktop +++ b/shell/settings/kcm_kdev_envsettings.desktop @@ -1,58 +1,60 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_envsettings X-KDE-FactoryName=kcm_kdev_envsettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=GENERAL Name=Environment Name[bg]=Обкръжение Name[ca]=Entorn Name[de]=Umgebung Name[el]=Περιβάλλον +Name[en_GB]=Environment Name[es]=Entorno Name[fr]=Environnement Name[ga]=Timpeallacht Name[gl]=Contorno Name[ja]=環境 Name[lv]=Vide Name[ms]=Persekitaran Name[nds]=Ümgeven Name[nl]=Omgeving Name[pa]=ਇੰਵਾਇਰਨਮੈਂਟ Name[pt]=Ambiente Name[pt_BR]=Ambiente Name[ro]=Mediu Name[ru]=Переменные среды Name[sv]=Miljö Name[tr]=Ortam Name[uk]=Середовище Name[x-test]=xxEnvironmentxx Name[zh_CN]=环境 Name[zh_TW]=環境 Comment=Configure Environment Variable settings Comment[bg]=Настройване на променливи от обкръжението Comment[ca]=Configura els arranjament de les variables d'entorn Comment[de]=Umgebungsvariablen einrichten Comment[el]=Ρυθμίσεις μεταβλητών περιβάλλοντος +Comment[en_GB]=Configure Environment Variable settings Comment[es]=Configurar las preferencias de las variables de entorno Comment[fr]=Configurer les paramètres de variables d'environnement Comment[gl]=Configura as variábeis do contorno Comment[ja]=環境変数を設定します Comment[lv]=Konfigurē vides mainīgo iestatījumus Comment[nds]=Ümgevenvariabeln instellen Comment[pt]=Configurar as opções das Variáveis de Ambiente Comment[pt_BR]=Configure as variáveis de ambiente Comment[ru]=Настроить переменные среды Comment[sv]=Anpassa inställningar av miljövariabler Comment[tr]=Ortam Değişkeni Ayarlarını Yapılandır Comment[uk]=Налаштування параметрів змінних середовища Comment[x-test]=xxConfigure Environment Variable settingsxx Comment[zh_CN]=配置环境变量设置 Comment[zh_TW]=設定環境變數 diff --git a/shell/settings/kcm_kdev_pluginsettings.desktop b/shell/settings/kcm_kdev_pluginsettings.desktop index 0aa0efdd9b..9c273ea0a6 100644 --- a/shell/settings/kcm_kdev_pluginsettings.desktop +++ b/shell/settings/kcm_kdev_pluginsettings.desktop @@ -1,61 +1,64 @@ [Desktop Entry] Icon=preferences-plugin Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_pluginsettings X-KDE-FactoryName=kcm_kdev_pluginsettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=GENERAL Name=Plugins Name[bg]=Приставки Name[ca]=Connectors Name[cs]=Moduly Name[de]=Module Name[el]=Πρόσθετα +Name[en_GB]=Plugins Name[es]=Complementos Name[fr]=Modules externes Name[ga]=Breiseáin Name[gl]=Engadidos Name[ja]=プラグイン Name[lv]=Spraudņi Name[ms]=Plugin Name[nds]=Modulen +Name[nl]=Plugins Name[pa]=ਪਲੱਗਇਨ Name[pt]='Plugins' Name[pt_BR]=Extensões Name[ro]=Module Name[ru]=Модули Name[sv]=Insticksprogram Name[tr]=Eklentiler Name[uk]=Додатки Name[x-test]=xxPluginsxx Name[zh_CN]=插件 Name[zh_TW]=外掛程式 Comment=Configure Plugins Comment[bg]=Настройка на приставки Comment[ca]=Configura els connectors Comment[de]=Module einrichten Comment[el]=Ρύθμιση προσθέτων +Comment[en_GB]=Configure Plugins Comment[es]=Configurar complementos Comment[fr]=Configurer les modules externes Comment[ga]=Cumraigh Breiseáin Comment[gl]=Configurar os engadidos Comment[ja]=プラグインを設定します Comment[lv]=Konfigurē spraudņus Comment[nds]=Modulen instellen Comment[pa]=ਪਲੱਗਇਨ ਸੰਰਚਨਾ Comment[pt]=Configurar os 'Plugins' Comment[pt_BR]=Configurar as extensões Comment[ro]=Configurare module Comment[ru]=Настройка модулей Comment[sv]=Anpassa insticksprogram Comment[tr]=Eklentileri Yapılandır Comment[uk]=Налаштування додатків Comment[x-test]=xxConfigure Pluginsxx Comment[zh_CN]=配置插件 Comment[zh_TW]=設定外掛程式 diff --git a/shell/settings/kcm_kdev_projectsettings.desktop b/shell/settings/kcm_kdev_projectsettings.desktop index 3eecea2a19..b1633f80e1 100644 --- a/shell/settings/kcm_kdev_projectsettings.desktop +++ b/shell/settings/kcm_kdev_projectsettings.desktop @@ -1,58 +1,60 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_projectsettings X-KDE-FactoryName=kcm_kdev_projectsettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=GENERAL Name=Project Name[bg]=Проект Name[ca]=Projecte Name[cs]=Projekt Name[de]=Projekt Name[el]=Έργο +Name[en_GB]=Project Name[es]=Proyecto Name[fr]=Projet Name[ga]=Tionscadal Name[gl]=Proxecto Name[ja]=プロジェクト Name[lv]=Projekts Name[nds]=Projekt Name[pa]=ਪਰੋਜੈਕਟ Name[pt]=Projecto Name[pt_BR]=Projeto Name[ro]=Proiect Name[ru]=Проект Name[sv]=Projekt Name[tr]=Proje Name[uk]=Проект Name[x-test]=xxProjectxx Name[zh_CN]=工程 Name[zh_TW]=專案 Comment=Configure Project settings Comment[bg]=Настройка на проект Comment[ca]=Configura els arranjaments del projecte Comment[de]=Projekteinstellungen einrichten Comment[el]=Ρυθμίσεις έργου +Comment[en_GB]=Configure Project settings Comment[es]=Configurar las preferencias del proyecto Comment[fr]=Configurer les paramètres du projet Comment[gl]=Configurar o proxecto Comment[ja]=プロジェクトを設定します Comment[lv]=Konfigurē projekta iestatījumus Comment[nds]=Projektinstellen Comment[pa]=ਪਰੋਜੈੱਕਟ ਸੈਟਿੰਗ ਸੰਰਚਨਾ Comment[pt]=Configurar as opções do Projecto Comment[pt_BR]=Configurar as opções de projeto Comment[ru]=Настроить параметры проекта Comment[sv]=Anpassa projektinställningar Comment[tr]=Proje Ayarlarını Yapılandır Comment[uk]=Налаштування параметрів проекту Comment[x-test]=xxConfigure Project settingsxx Comment[zh_CN]=配置工程设置 Comment[zh_TW]=設定專案 diff --git a/shell/settings/kcm_kdev_runsettings.desktop b/shell/settings/kcm_kdev_runsettings.desktop index bddd79ba06..2601854d08 100644 --- a/shell/settings/kcm_kdev_runsettings.desktop +++ b/shell/settings/kcm_kdev_runsettings.desktop @@ -1,51 +1,53 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_runsettings X-KDE-FactoryName=kcm_kdev_runsettings X-KDE-ParentApp=kdevplatformproject X-KDE-ParentComponents=kdevplatformproject X-KDE-CfgDlgHierarchy=GENERAL Name=Run Settings Name[bg]=Изпълнение на настройките Name[ca]=Arranjaments d'execució Name[de]=Einstellungen zum Ausführen Name[el]=Ρυθμίσεις εκτέλεσης +Name[en_GB]=Run Settings Name[es]=Ejecutar preferencias Name[fr]=Paramètres d'exécution Name[gl]=Configuración da execución Name[lv]=Darbināšanas iestatījumi Name[nds]=Utföhr-Instellen Name[pa]=ਰਨ ਸੈਟਿੰਗ Name[pt]=Configuração da Execução Name[pt_BR]=Opções para rodar programas Name[ru]=Параметры запуска приложений Name[sv]=Körinställningar Name[tr]=Çalıştırma Ayarları Name[uk]=Параметри запуску Name[x-test]=xxRun Settingsxx Name[zh_CN]=运行设置 Name[zh_TW]=執行設定 Comment=Configure Run Executable settings Comment[bg]=Конфигуриране на настройките за стартиране изпълнение на файл Comment[ca]=Configura els arranjaments d'execució dels fitxers executables Comment[de]=Einstellungen zum Ausführen von Programmdateien Comment[el]=Ρυθμίσεις εκτέλεσης του εκτελέσιμου +Comment[en_GB]=Configure Run Executable settings Comment[es]=Configurar las preferencias del ejecución de programas Comment[fr]=Configurer les paramètres exécutables de lancement Comment[gl]=Configurar a execución dos executábeis Comment[lv]=Konfigurē darbināšanas iestatījumus Comment[nds]=Instellen för't Utföhren vun Programmen Comment[pt]=Configurar as opções para a Execução de Programas Comment[pt_BR]=Configurar as opções para rodar programas Comment[sv]=Anpassa inställningar för körning av program Comment[tr]=Çalıştırılabilir Dosya Çalıştırma Ayarlarını Yapılandır Comment[uk]=Налаштування параметрів інструменту «Виконати програму» Comment[x-test]=xxConfigure Run Executable settingsxx Comment[zh_CN]=配置运行可执行文件设置 Comment[zh_TW]=設定如何執行 diff --git a/shell/settings/kcm_kdev_uisettings.desktop b/shell/settings/kcm_kdev_uisettings.desktop index 6faafffc4c..e9690ce995 100644 --- a/shell/settings/kcm_kdev_uisettings.desktop +++ b/shell/settings/kcm_kdev_uisettings.desktop @@ -1,57 +1,59 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_kdev_uisettings X-KDE-FactoryName=kcm_kdev_uisettings X-KDE-ParentApp=kdevplatform X-KDE-ParentComponents=kdevplatform X-KDE-CfgDlgHierarchy=USERINTERFACE Name=User Interface Name[bg]=Потребителски интерфейс Name[ca]=Interfície d'usuari Name[de]=Benutzeroberfläche Name[el]=Περιβάλλον χρήστη +Name[en_GB]=User Interface Name[es]=Interfaz de usuario Name[fr]=Interface utilisateur Name[gl]=Interface de usuario Name[ja]=ユーザインターフェース Name[lv]=Lietotāja saskarne Name[nds]=Böversiet Name[nl]=Gebruikersinterface Name[pa]=ਯੂਜ਼ਰ ਇੰਟਰਫੇਸ Name[pt]=Interface do Utilizador Name[pt_BR]=Interface do usuário Name[ro]=Interfață utilizator Name[ru]=Пользовательский интерфейс Name[sv]=Användargränssnitt Name[tr]=Kullanıcı Arayüzü Name[uk]=Інтерфейс користувача Name[x-test]=xxUser Interfacexx Name[zh_CN]=用户界面 Name[zh_TW]=使用者介面 Comment=Configure User Interface settings Comment[bg]=Настройка на потребителски интерфейс Comment[ca]=Configura els arranjaments de la interfície d'usuari Comment[de]=Benutzeroberfläche einrichten Comment[el]=Ρυθμίσεις περιβάλλοντος χρήστη +Comment[en_GB]=Configure User Interface settings Comment[es]=Configurar las preferencias de la interfaz de usuario Comment[fr]=Configurer les paramètres de l'interface utilisateur Comment[gl]=Configuración da interface de usuario Comment[ja]=ユーザインターフェースのオプションを設定します Comment[lv]=Konfigurē lietotāja saskarnes iestatījumus Comment[nds]=Böversiet instellen Comment[pa]=ਯੂਜ਼ਰ ਇੰਟਰਫੇਸ ਸੈਟਿੰਗ ਸੰਰਚਨਾ Comment[pt]=Configurar as opções da Interface do Utilizador Comment[pt_BR]=Configurar as opções de interface do usuário Comment[ru]=Настроить параметры пользовательского интерфейса Comment[sv]=Anpassa inställningar av användargränssnitt Comment[tr]=Kullanıcı Arayüzü Ayarlarını Yapılandır Comment[uk]=Налаштування параметрів інтерфейсу користувача Comment[x-test]=xxConfigure User Interface settingsxx Comment[zh_CN]=配置用户界面设置 Comment[zh_TW]=設定使用者介面 diff --git a/shell/tests/share/kde4/services/kdevnonguiinterfaceplugin.desktop b/shell/tests/share/kde4/services/kdevnonguiinterfaceplugin.desktop index 8c3dfd8369..aef59bf0a3 100644 --- a/shell/tests/share/kde4/services/kdevnonguiinterfaceplugin.desktop +++ b/shell/tests/share/kde4/services/kdevnonguiinterfaceplugin.desktop @@ -1,41 +1,69 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin is purely for unit-test Comment[bg]=Тази приставка е само за проверка на модула Comment[ca]=Aquest connector és exclusivament per a unitats de proves Comment[de]=Dieses Modul dient nur Unit-Tests. Comment[el]=Αυτό το πρόσθετο προορίζεται για τον έλεγχο μονάδας +Comment[en_GB]=This plugin is purely for unit-test Comment[es]=Este complemento es sólo para unidades de prueba Comment[fr]=Ce module externe est purement pour unit-test Comment[gl]=Este engadido é somente para probas de unidades Comment[nds]=Dit Moduul is bloots för't Eenheiten-Testen Comment[pa]=ਇਹ ਪਲੱਗਇਨ ਸ਼ੁੱਧ ਯੂਨਿਟ-ਟੈਸਟ ਹੈ Comment[pt]=Este 'plugin' serve apenas para testes unitários Comment[pt_BR]=Esta extensão é somente para testes unitários Comment[sv]=Insticksprogrammet är enbart avsett för enhetstest Comment[tr]=Bu eklenti tamamen birim-testleri içindir Comment[uk]=Цей додаток призначено лише для перевірки модулів Comment[x-test]=xxThis plugin is purely for unit-testxx Comment[zh_CN]=此插件只用于 unit 测试 Comment[zh_TW]=此外掛程式只是單純做測試 Name=KDevNonGuiInterface +Name[bg]=KDevNonGuiInterface +Name[ca]=KDevNonGuiInterface +Name[de]=KDevNonGuiInterface +Name[el]=KDevNonGuiInterface +Name[en_GB]=KDevNonGuiInterface +Name[es]=KDevNonGuiInterface +Name[fr]=KDevNonGuiInterface +Name[ga]=KDevNonGuiInterface +Name[gl]=KDevNonGuiInterface Name[nds]=KDevKeenBöversiet +Name[pa]=KDevNonGuiInterface +Name[pt]=KDevNonGuiInterface +Name[pt_BR]=KDevNonGuiInterface Name[sv]=KDevelop icke grafiskt användargränssnitt +Name[tr]=KDevNonGuiInterface +Name[uk]=KDevNonGuiInterface Name[x-test]=xxKDevNonGuiInterfacexx +Name[zh_CN]=KDevNonGuiInterface +Name[zh_TW]=KDevNonGuiInterface GenericName=NonGuiInterface +GenericName[bg]=NonGuiInterface +GenericName[ca]=NonGuiInterface +GenericName[de]=NonGuiInterface GenericName[el]=Περιβάλλον χωρίς Gui +GenericName[en_GB]=NonGuiInterface +GenericName[es]=NonGuiInterface +GenericName[fr]=NonGuiInterface +GenericName[ga]=NonGuiInterface GenericName[gl]=Interface sen gui GenericName[nds]=Keen graafsch Böversiet +GenericName[pa]=NonGuiInterface GenericName[pt]=Interface Não-Gráfica +GenericName[pt_BR]=NonGuiInterface GenericName[sv]=Icke grafiskt användargränssnitt GenericName[tr]=Grafiksel Olmayan Arayüz +GenericName[uk]=NonGuiInterface GenericName[x-test]=xxNonGuiInterfacexx GenericName[zh_CN]=非图形用户界面 +GenericName[zh_TW]=NonGuiInterface ServiceTypes=KDevelop/Plugin X-KDE-Library=/home/andreas/src/build/kdevplatform/lib/kdevnonguiinterface X-KDevelop-Version=6 X-KDE-PluginInfo-Name=kdevnonguiinterface X-KDE-PluginInfo-License=LGPL X-KDevelop-Interfaces=org.kdevelop.ITestNonGuiInterface X-KDevelop-Mode=NoGUI