diff --git a/interfaces/kdevelopplugin.desktop b/interfaces/kdevelopplugin.desktop index 3a1521a9a1..c44fda17ad 100644 --- a/interfaces/kdevelopplugin.desktop +++ b/interfaces/kdevelopplugin.desktop @@ -1,87 +1,88 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=KDevelop/Plugin X-KDE-Derived=KPluginInfo Name=KDevelop Plugin Name[cs]=Modul KDevelop Name[de]=KDevelop-Modul Name[el]=Πρόσθετο του KDevelop Name[es]=Complemento de KDevelop Name[fr]=Module externe pour KDevelop Name[ga]=Breiseán KDevelop Name[gl]=Extensión 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[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/kross/examples/bzrkdevelop/kdevbzr.desktop b/kross/examples/bzrkdevelop/kdevbzr.desktop index aa2bb76a30..5113d7ec2c 100644 --- a/kross/examples/bzrkdevelop/kdevbzr.desktop +++ b/kross/examples/bzrkdevelop/kdevbzr.desktop @@ -1,52 +1,54 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates Bazaar to KDevelop Comment[el]=Αυτό το πρόσθετο ενσωματώνει το Bazaar στο KDevelop Comment[es]=Este complemento integra Bazaar en KDevelop Comment[fr]=Ce module externe intègre Bazaar à KDevelop Comment[gl]=Esta extensión 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[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[sv]=KDevelop-Bzr Name[x-test]=xxKDevBzrxx GenericName=Bzr frontend GenericName[de]=Oberfläche für Bzr GenericName[el]=Σύστημα περιβάλλοντος Bzr 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[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=kdevgit 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/kross/examples/compileone/kdevcompileone.desktop b/kross/examples/compileone/kdevcompileone.desktop index 76931de49c..2b5e9c9ac2 100644 --- a/kross/examples/compileone/kdevcompileone.desktop +++ b/kross/examples/compileone/kdevcompileone.desktop @@ -1,40 +1,41 @@ [Desktop Entry] Type=Service Exec=blubb Comment=Compile a file Comment[el]=Μεταγλώττιση ενός αρχείου Comment[es]=Compilar un archivo Comment[fr]=Compiler un fichier Comment[gl]=Compila 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[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[pt]=Compilação Única Name[sv]=Kompilera en Name[x-test]=xxCompileOnexx GenericName=CompileOne GenericName[pt]=Compilação Única GenericName[sv]=Kompilera en GenericName[tr]=Bir Dosya Derle GenericName[x-test]=xxCompileOnexx GenericName[zh_CN]=编译一个 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevcompileone 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/kross/examples/guiexample/kdevguiexample.desktop b/kross/examples/guiexample/kdevguiexample.desktop index ca6b5a27e0..f4ea841227 100644 --- a/kross/examples/guiexample/kdevguiexample.desktop +++ b/kross/examples/guiexample/kdevguiexample.desktop @@ -1,45 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Comment=GUI Example Comment[el]=Παράδειγμα GUI 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[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[pt]=Exemplo GUI Name[ro]=ExempluGUI Name[sv]=Exempel på grafiskt användargränssnitt Name[tr]=Grafiksel Kullanıcı Arayüzü Örneği Name[x-test]=xxGUIExamplexx GenericName=GUIExample +GenericName[ja]=GUI の例 GenericName[nds]=Böversiet-Bispill GenericName[pt]=Exemplo GUI GenericName[ro]=ExempluGUI GenericName[sv]=Exempel på grafiskt användargränssnitt GenericName[tr]=Grafiksel Kullanıcı Arayüzü Örneği GenericName[x-test]=xxGUIExamplexx GenericName[zh_CN]=GUI 示例 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevexamplegui 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/kross/examples/msvckdevelop/kdevmsvcmanager.desktop b/kross/examples/msvckdevelop/kdevmsvcmanager.desktop index 7a643e9b47..32f5f10404 100644 --- a/kross/examples/msvckdevelop/kdevmsvcmanager.desktop +++ b/kross/examples/msvckdevelop/kdevmsvcmanager.desktop @@ -1,44 +1,46 @@ [Desktop Entry] Encoding=UTF-8 Type=Service Name=KDevelop MSVC Manager Name[el]=Διαχειριστής MSVC του KDevelop Name[es]=Gestor MSVC de KDeveloop 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[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[de]=Importiert MSVC-Projekte Comment[el]=Εισαγωγή έργων MSVC 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[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 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/kross/kdevkrossplugin.desktop b/kross/kdevkrossplugin.desktop index dea7a6ad54..ff2429f153 100644 --- a/kross/kdevkrossplugin.desktop +++ b/kross/kdevkrossplugin.desktop @@ -1,49 +1,51 @@ [Desktop Entry] Encoding=UTF-8 Type=Service Name=KDevelop Kross Support Name[de]=KDevelop-Unterstützung für Kross Name[el]=Υποστήριξη Kross του KDevelop 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[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[cs]=Podpora Kdevelop Kross Comment[de]=KDevelop-Unterstützung für Kross Comment[el]=Υποστήριξη Kross του KDevelop 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[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=6 X-KDevelop-Category=Project X-KDevelop-Interfaces=org.kdevelop.IBuildSystemManager,org.kdevelop.IProjectFileManager,org.kdevelop.ILanguageSupport diff --git a/plugins/appwizard/kdevappwizard.desktop b/plugins/appwizard/kdevappwizard.desktop index bb9f942958..96b23a87ff 100644 --- a/plugins/appwizard/kdevappwizard.desktop +++ b/plugins/appwizard/kdevappwizard.desktop @@ -1,44 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Comment=Application Wizard 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[sv]=Programguide Comment[uk]=Майстер створення програм Comment[x-test]=xxApplication Wizardxx Comment[zh_CN]=应用程序向导 Name=New Project Wizard Name[fr]=Assistant de création de nouveau projet Name[gl]=Asistente para novos proxectos +Name[ja]=新規プロジェクト作成ウィザード Name[nds]=Nieg-Projekt-Hölper Name[pt]=Assistente de Novos Projectos Name[pt_BR]=Assistente de novo projeto Name[sv]=Ny projektguide Name[uk]=Майстер створення проекту Name[x-test]=xxNew Project Wizardxx Name[zh_CN]=新工程向导 GenericName=Application Wizard 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[sv]=Programguide GenericName[uk]=Майстер створення програм GenericName[x-test]=xxApplication Wizardxx GenericName[zh_CN]=应用程序向导 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=6 X-KDevelop-Mode=NoGUI diff --git a/plugins/contextbrowser/kdevcontextbrowser.desktop b/plugins/contextbrowser/kdevcontextbrowser.desktop index a3ae447bb7..c52f94bdc5 100644 --- a/plugins/contextbrowser/kdevcontextbrowser.desktop +++ b/plugins/contextbrowser/kdevcontextbrowser.desktop @@ -1,51 +1,53 @@ [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[el]=Αυτό το πρόσθετο εμφανίζει πληροφορίες σχετικά με την τρέχουσα γλώσσα σε μια πλευρική προβολή, και τονίζει τις σχετικές δηλώσεις και χρήσεις. 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]=Esta extensión 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[el]=Περιηγητής κώδικα 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[sv]=Kodbläddrare Name[tr]=Kod Tarayıcı Name[uk]=Переглядач коду Name[x-test]=xxCode Browserxx Name[zh_CN]=代码浏览器 Name[zh_TW]=源碼瀏覽器 GenericName=ContextBrowser GenericName[de]=Kontext-Browser GenericName[el]=Περιηγητής περιεχομένου GenericName[gl]=Navegador de contextos +GenericName[ja]=コンテキストブラウザ GenericName[nds]=Kontextkieker GenericName[pt]=Navegador de Contexto GenericName[ro]=NavigatorContextual GenericName[sv]=Sammanhangsbläddrare GenericName[tr]=Durum Tarayıcı GenericName[uk]=Переглядач контексту GenericName[x-test]=xxContextBrowserxx GenericName[zh_CN]=上下文浏览器 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevcontextbrowser X-KDevelop-Version=6 X-KDevelop-Category=Global X-KDE-PluginInfo-Name=kdevcontextbrowser X-KDE-PluginInfo-Author=David Nolden X-KDE-PluginInfo-License=GPL X-KDevelop-Mode=GUI diff --git a/plugins/cvs/kdevcvs.desktop b/plugins/cvs/kdevcvs.desktop index 4cb82192a2..04f4bdd61d 100644 --- a/plugins/cvs/kdevcvs.desktop +++ b/plugins/cvs/kdevcvs.desktop @@ -1,63 +1,66 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates CVS to KDevelop Comment[el]=Το πρόσθετο αυτό ενσωματώνει το CVS στο KDevelop Comment[es]=Este complemento integra CVS en KDevelop Comment[fr]=Ce module externe intègre CVS à KDevelop Comment[gl]=Esta extensión 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[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[cs]=Podpora CVS Name[el]=Υποστήριξη CVS Name[es]=Implementación de CVS Name[fr]=Prise en charge de 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[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=CVS frontend GenericName[de]=Graphische Oberfläche für CVS GenericName[el]=Σύστημα περιβάλλοντος CVS GenericName[es]=Interfaz para CVS GenericName[fr]=Interface CVS GenericName[gl]=Interface para CVS +GenericName[ja]=CVS フロントエンド GenericName[lv]=CVS priekšpuse GenericName[nds]=CVS-Böversiet GenericName[pa]=CVS ਫਰੰਟਐਂਡ GenericName[pt]=Interface para o CVS GenericName[pt_BR]=Interface do CVS GenericName[ro]=Interfață CVS GenericName[sv]=CVS-gränssnitt GenericName[tr]=CVS önyüzü GenericName[uk]=Графічна оболонка до CVS GenericName[x-test]=xxCVS frontendxx GenericName[zh_CN]=CVS 前端 GenericName[zh_TW]=CVS 前端介面 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=6 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl X-KDevelop-Mode=GUI diff --git a/plugins/execute/kdevexecute.desktop b/plugins/execute/kdevexecute.desktop index 0fe6432f78..7ddf2bd34a 100644 --- a/plugins/execute/kdevexecute.desktop +++ b/plugins/execute/kdevexecute.desktop @@ -1,57 +1,59 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows running of programs with no instrumentor, ie. natively by the current host. Comment[el]=Αυτό το πρόσθετο επιτρέπει την εκτέλεση προγραμμάτων χωρίς οργανωτή, πχ. εγγενώς από τον τρέχων υπολογιστή. 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]=Esta extensión permíte 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=Run Program Name[el]=Εκτέλεση προγράμματος Name[es]=Ejecutar programa Name[fr]=Exécuter un programme Name[gl]=Executar un programa +Name[ja]=プログラムを実行 Name[nds]=Programm utföhren Name[pa]=ਪਰੋਗਰਾਮ ਚਲਾਓ Name[pt]=Executar um Programa Name[pt_BR]=Executar programa Name[sv]=Kör program Name[tr]=Uygulamayı Çalıştır Name[uk]=Виконати програму Name[x-test]=xxRun Programxx Name[zh_CN]=运行程序 Name[zh_TW]=執行程式 GenericName=Execute GenericName[el]=Εκτέλεση GenericName[es]=Ejecutar GenericName[fr]=Exécuter GenericName[gl]=Executar +GenericName[ja]=実行 GenericName[lv]=Izpildīt GenericName[nds]=Utföhren GenericName[nl]=Uitvoeren GenericName[pa]=ਚਲਾਓ GenericName[pt]=Execução GenericName[pt_BR]=Executar GenericName[ro]=Execută GenericName[sv]=Kör GenericName[tr]=Çalıştır GenericName[uk]=Виконати GenericName[x-test]=xxExecutexx GenericName[zh_CN]=执行 GenericName[zh_TW]=執行 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevexecute X-KDevelop-Version=6 X-KDE-PluginInfo-Name=kdevexecute X-KDE-PluginInfo-Author=Hamish Rodda X-KDE-PluginInfo-License=GPL X-KDevelop-Interfaces=org.kdevelop.IRunProvider X-KDevelop-Mode=NoGUI diff --git a/plugins/filemanager/kdevfilemanager.desktop b/plugins/filemanager/kdevfilemanager.desktop index 2cb47d6a30..6165dc3054 100644 --- a/plugins/filemanager/kdevfilemanager.desktop +++ b/plugins/filemanager/kdevfilemanager.desktop @@ -1,50 +1,52 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin brings a filemanager to KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει ένα διαχειριστή αρχείων στο 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]=Esta extensión incorpora en KDevelop un xestor de ficheiros. +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[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=KDevFileManager Name[nds]=KDevDateipleger Name[sv]=KDevelop-filhanterare Name[x-test]=xxKDevFileManagerxx GenericName=File Manager GenericName[de]=Dateimanager GenericName[el]=Διαχειριστής αρχείων 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[nds]=Dateipleger GenericName[pa]=ਫਾਇਲ ਮੈਨੇਜਰ GenericName[pt]=Gestor de Ficheiros GenericName[pt_BR]=Gerenciador de arquivos GenericName[ro]=Gestionar de fișiere 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=6 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 b51606ae1e..19946ecb09 100644 --- a/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop +++ b/plugins/genericprojectmanager/kcm_kdev_genericprojectmanagersettings.desktop @@ -1,48 +1,50 @@ [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[de]=Projekteinstellungen Name[el]=Ρυθμίσεις έργου 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[sv]=Projektinställningar Name[tr]=Proje Ayarları Name[uk]=Параметри проекту Name[x-test]=xxProject Settingsxx Name[zh_CN]=工程设置 Name[zh_TW]=專案設定 Comment=Configure Project Comment[de]=Projekt einrichten Comment[el]=Ρύθμιση έργου Comment[es]=Configurar proyecto Comment[fr]=Configurer le projet Comment[gl]=Configura 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[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 9f390cf068..a1a204aade 100644 --- a/plugins/genericprojectmanager/kdevgenericmanager.desktop +++ b/plugins/genericprojectmanager/kdevgenericmanager.desktop @@ -1,41 +1,43 @@ [Desktop Entry] Type=Service Name=Generic Project Manager Name[el]=Γενικευμένος διαχειριστής έργου 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[el]=Επιτρέπει στο KDevelop τη διαχείριση γενικευμένων έργων 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=6 X-KDevelop-Interfaces=org.kdevelop.IProjectFileManager X-KDevelop-Mode=GUI diff --git a/plugins/git/kdevgit.desktop b/plugins/git/kdevgit.desktop index 8a9bb96df3..c5e8b37ea8 100644 --- a/plugins/git/kdevgit.desktop +++ b/plugins/git/kdevgit.desktop @@ -1,63 +1,66 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates Git to KDevelop Comment[el]=Αυτό το πρόσθετο ενσωματώνει το Git στο KDevelop Comment[es]=Este complemento integra Git en KDevelop Comment[fr]=Ce module externe intègre Git à KDevelop Comment[gl]=Esta extensión 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[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[el]=Υποστήριξη Git 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[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=Git frontend GenericName[de]=Oberfläche für Git GenericName[el]=Σύστημα περιβάλλοντος Git GenericName[es]=Interfaz para Git GenericName[fr]=Interface Git GenericName[gl]=Interface para Git +GenericName[ja]=Git フロントエンド GenericName[lv]=Git priekšpuse GenericName[nds]=Git-Böversiet GenericName[pa]=Git ਫਰੰਟਐਂਡ GenericName[pt]=Interface para o Git GenericName[pt_BR]=Interface do Git GenericName[ro]=Interfață Git GenericName[sv]=Git-gränssnitt GenericName[tr]=Git önyüzü GenericName[uk]=Графічна оболонка до Git GenericName[x-test]=xxGit frontendxx GenericName[zh_CN]=Git 前端 GenericName[zh_TW]=Git 前端介面 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=6 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 d017b506e0..d8b52e0f04 100644 --- a/plugins/konsole/kdevkonsoleview.desktop +++ b/plugins/konsole/kdevkonsoleview.desktop @@ -1,45 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin provides KDevelop with an embedded konsole for quick and easy command line access. Comment[el]=Αυτό το πρόσθετο προσφέρει στο KDevelop μια ενσωματωμένη konsole για γρήγορη και εύκολη πρόσβαση σε γραμμή εντολών. 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]=Esta extensión 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[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=KDevKonsoleView Name[nds]=KDevKonsoleAnsicht Name[sv]=KDevelop-terminalvy Name[x-test]=xxKDevKonsoleViewxx GenericName=Embedded Konsole GenericName[de]=Eingebettete Konsole GenericName[el]=Ενσωματωμένη Konsole GenericName[es]=Consola empotrada GenericName[fr]=Konsole intégrée GenericName[ga]=Konsole Leabaithe GenericName[gl]=Konsole integrada +GenericName[ja]=組み込み Konsole GenericName[lv]=Iegulta konsole GenericName[nds]=Inbett Konsole GenericName[pt]=Konsole Incorporado GenericName[pt_BR]=Konsole embutido GenericName[ro]=Consolă încorporată GenericName[sv]=Inbäddad terminal GenericName[tr]=Gömülü Konsole GenericName[uk]=Вбудована Konsole GenericName[x-test]=xxEmbedded Konsolexx GenericName[zh_CN]=嵌入式 Konsole GenericName[zh_TW]=嵌入式 konsole Icon=konsole ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevkonsoleview X-KDE-PluginInfo-Name=kdevkonsoleview X-KDevelop-Version=6 X-KDevelop-Category=Global X-KDevelop-Mode=GUI diff --git a/plugins/problemreporter/kdevproblemreporter.desktop b/plugins/problemreporter/kdevproblemreporter.desktop index d87874e30e..bad69e421f 100644 --- a/plugins/problemreporter/kdevproblemreporter.desktop +++ b/plugins/problemreporter/kdevproblemreporter.desktop @@ -1,47 +1,48 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin provides a browsable model of the currently parsed classes and other items. Comment[el]=Αυτό το πρόσθετο προσφέρει ένα μοντέλο περιήγησης των αναλυμένων κλάσεων και άλλων αντικειμένων. 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 d'autres éléments dont l'analyse syntaxique est en cours. Comment[gl]=Esta extensión fornece un modelo navegábel das clases e outros itens 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=KDevProblemReporter Name[nds]=KDevProblemsöök Name[sv]=KDevelop-problemrapportör Name[x-test]=xxKDevProblemReporterxx GenericName=Class Browser GenericName[de]=Klassen-Browser GenericName[el]=Περιηγητής κλάσεων GenericName[es]=Navegador de clases GenericName[fr]=Navigateur de classes GenericName[gl]=Navegador de clases +GenericName[ja]=クラスブラウザ 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=kdevproblemreporter X-KDevelop-Version=6 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 1fc4fa620e..970133743e 100644 --- a/plugins/projectmanagerview/kdevprojectmanagerview.desktop +++ b/plugins/projectmanagerview/kdevprojectmanagerview.desktop @@ -1,52 +1,54 @@ [Desktop Entry] Type=Service Exec=blubb Comment=KDevProjectManager Comment[nds]=KDev-Projektpleeg Comment[sv]=KDevelop-projekthantering Comment[x-test]=xxKDevProjectManagerxx Comment[zh_CN]=KDevelop 工程管理器 Name=Project Manager View Name[el]=Προβολή διαχειριστή έργου 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 GenericName[de]=Projektverwaltung GenericName[el]=Διαχειριστής έργου GenericName[es]=Gestor de proyectos GenericName[fr]=Gestionnaire de projets GenericName[ga]=Bainisteoir Tionscadail GenericName[gl]=Xestor de proxectos +GenericName[ja]=プロジェクトマネージャ GenericName[lv]=Projektu pārvaldnieks GenericName[nds]=Projektpleger GenericName[nl]=Projectenbeheer GenericName[pa]=ਪਰੋਜੈਕਟ ਮੈਨੇਜਰ GenericName[pt]=Gestor de Projectos GenericName[pt_BR]=Gerenciador de projeto GenericName[ro]=Gestionar de proiecte GenericName[sv]=Projekthantering GenericName[tr]=Proje Yönetici GenericName[uk]=Менеджер проектів GenericName[x-test]=xxProject Managerxx 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=6 X-KDevelop-Category=Project X-KDevelop-Mode=GUI diff --git a/plugins/quickopen/kdevquickopen.desktop b/plugins/quickopen/kdevquickopen.desktop index b35c32a347..db073701cb 100644 --- a/plugins/quickopen/kdevquickopen.desktop +++ b/plugins/quickopen/kdevquickopen.desktop @@ -1,40 +1,41 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin allows quick access to project files and language-items like classes/functions. Comment[el]=Το πρόσθετο αυτό επιτρέπει τη γρήγορη πρόσβαση σε αρχεία έργου και αντικείμενα γλώσσας όπως κλάσεις/συναρτήσεις. 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 extrne permet un accès rapide aux fichiers de projet et aux éléments de langage comme les classes/fonctions. Comment[gl]=Esta extensión permítelle aceder rapidamente a ficheiros de proxecto e itens 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[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=KDevQuickopen Name[nds]=KDevFixopmaken Name[sv]=KDevelop-snabböppna Name[x-test]=xxKDevQuickopenxx GenericName=Quickopen GenericName[el]=Γρήγορο άνοιγμα GenericName[gl]=Abertura rápida +GenericName[ja]=クイックオープン GenericName[nds]=Fixopmaken GenericName[pt]=Abertura Rápida GenericName[sv]=Snabböppna GenericName[tr]=Hızlı aç GenericName[uk]=Швидке відкриття GenericName[x-test]=xxQuickopenxx GenericName[zh_CN]=快速打开 GenericName[zh_TW]=快速開啟 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevquickopen X-KDevelop-Version=6 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/sourceformatter/kcm_kdevsourceformattersettings.desktop b/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop index dcc4aee939..50f21d967e 100644 --- a/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop +++ b/plugins/sourceformatter/kcm_kdevsourceformattersettings.desktop @@ -1,28 +1,29 @@ [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[el]=Ρυθμίσεις διαμόρφωσης πηγαίου 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 c98dd43f65..705fe9f3bc 100644 --- a/plugins/sourceformatter/kdevsourceformatter.desktop +++ b/plugins/sourceformatter/kdevsourceformatter.desktop @@ -1,45 +1,47 @@ [Desktop Entry] Type=Service Exec=blubb Icon=kdevelop Comment=This plugin allows to format files using different backends for each file type. Comment[el]=Το πρόσθετο αυτό επιτρέπει τη διαμόρφωση αρχείων με χρήση διαφορετικών συστημάτων υποστήριξης για κάθε τύπο αρχείου. Comment[es]=Este complemento permite formatear archivos usando diferentes motores para cada tipo de archivo. Comment[fr]=Ce module extenre permet de formater des fichiers à l'aide de différents moteurs pour chaque type de fichier. Comment[gl]=Esta extensión permítelle 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=KDevSourceFormatter Name[nds]=KDevBornformateren Name[sv]=KDevelop-källkodsformatering Name[x-test]=xxKDevSourceFormatterxx GenericName=Source Formatter GenericName[el]=Διαμορφωτής πηγαίου κώδικα 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=6 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/subversion/kdevsubversion.desktop b/plugins/subversion/kdevsubversion.desktop index c88462c513..60a8d2d909 100644 --- a/plugins/subversion/kdevsubversion.desktop +++ b/plugins/subversion/kdevsubversion.desktop @@ -1,63 +1,66 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin integrates subversion to KDevelop. Comment[el]=Αυτό το πρόσθετο ενσωματώνει το subversion στο KDevelop Comment[es]=Este complemento integra «Subversion» en KDevelop. Comment[fr]=Ce module externe intègre Subversion à KDevelop. Comment[gl]=Esta extensión 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[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[el]=Υποστήριξη Subversion 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[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=Subversion frontend GenericName[de]=Oberfläche für Subversion GenericName[el]=Σύστημα περιβάλλοντος subversion GenericName[es]=Interfaz para Subversion GenericName[fr]=Interface Subversion GenericName[gl]=Interface para Subversion +GenericName[ja]=Subversion フロントエンド GenericName[lv]=SVN priekšpuse GenericName[nds]=Subversion-Böversiet GenericName[pa]=ਸਬਵਰਜਨ ਫਰੰਟਐਂਡ GenericName[pt]=Interface para o Subversion GenericName[pt_BR]=Interface do Subversion GenericName[ro]=Interfață Subversion GenericName[sv]=Subversion-gränssnitt GenericName[tr]=Subversion önyüzü GenericName[uk]=Графічна оболонка до Subversion GenericName[x-test]=xxSubversion frontendxx GenericName[zh_CN]=Subversion 前端 GenericName[zh_TW]=Subversion 前端介面 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=6 X-KDevelop-Category=Global X-KDevelop-Interfaces=org.kdevelop.IBasicVersionControl X-KDevelop-IRequired=org.kdevelop.IOutputView X-KDevelop-Mode=GUI diff --git a/shell/settings/kcm_kdev_bgsettings.desktop b/shell/settings/kcm_kdev_bgsettings.desktop index febd6e6488..8dfcefcd05 100644 --- a/shell/settings/kcm_kdev_bgsettings.desktop +++ b/shell/settings/kcm_kdev_bgsettings.desktop @@ -1,41 +1,43 @@ [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[el]=Αναλυτής παρασκηνίου 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[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[el]=Ρυθμίσεις αναλυτή παρασκηνίου 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[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 b774c0dbee..e01c427e93 100644 --- a/shell/settings/kcm_kdev_ccsettings.desktop +++ b/shell/settings/kcm_kdev_ccsettings.desktop @@ -1,41 +1,42 @@ [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[el]=Υποστήριξη γλώσσας 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[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[el]=Ρυθμίσεις συμπλήρωσης κώδικα και σημειολογικού τονισμού 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[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 8248ff0341..fbe8467650 100644 --- a/shell/settings/kcm_kdev_envsettings.desktop +++ b/shell/settings/kcm_kdev_envsettings.desktop @@ -1,47 +1,49 @@ [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[de]=Umgebung Name[el]=Περιβάλλον Name[es]=Entorno Name[fr]=Environnement Name[gl]=Entorno +Name[ja]=環境 Name[lv]=Vide Name[nds]=Ümgeven Name[nl]=Omgeving Name[pa]=ਇੰਵਾਇਰਨਮੈਂਟ Name[pt]=Ambiente Name[pt_BR]=Ambiente Name[ro]=Mediu Name[sv]=Miljö Name[tr]=Ortam Name[uk]=Середовище Name[x-test]=xxEnvironmentxx Name[zh_CN]=环境 Name[zh_TW]=環境 Comment=Configure Environment Variable settings Comment[el]=Ρυθμίσεις μεταβλητών περιβάλλοντος 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 entorno +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[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 b437fef6c7..c1b32e23c6 100644 --- a/shell/settings/kcm_kdev_pluginsettings.desktop +++ b/shell/settings/kcm_kdev_pluginsettings.desktop @@ -1,51 +1,53 @@ [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[cs]=Moduly Name[de]=Module Name[el]=Πρόσθετα Name[es]=Complementos Name[fr]=Modules externes Name[ga]=Breiseáin Name[gl]=Extensións +Name[ja]=プラグイン Name[lv]=Spraudņi Name[nds]=Modulen Name[pa]=ਪਲੱਗਇਨ Name[pt]='Plugins' Name[pt_BR]=Extensões Name[ro]=Module Name[sv]=Insticksprogram Name[tr]=Eklentiler Name[uk]=Додатки Name[x-test]=xxPluginsxx Name[zh_CN]=插件 Name[zh_TW]=外掛程式 Comment=Configure Plugins Comment[de]=Module einrichten Comment[el]=Ρύθμιση προσθέτων Comment[es]=Configurar complementos Comment[fr]=Configurer les modules externes Comment[gl]=Configura as extensión +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[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 831312a806..be75aed513 100644 --- a/shell/settings/kcm_kdev_projectsettings.desktop +++ b/shell/settings/kcm_kdev_projectsettings.desktop @@ -1,48 +1,50 @@ [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[cs]=Projekt Name[de]=Projekt Name[el]=Έργο Name[es]=Proyecto Name[fr]=Projet Name[gl]=Proxecto +Name[ja]=プロジェクト Name[lv]=Projekts Name[nds]=Projekt Name[pa]=ਪਰੋਜੈਕਟ Name[pt]=Projecto Name[pt_BR]=Projeto Name[ro]=Proiect Name[sv]=Projekt Name[tr]=Proje Name[uk]=Проект Name[x-test]=xxProjectxx Name[zh_CN]=工程 Name[zh_TW]=專案 Comment=Configure Project settings Comment[el]=Ρυθμίσεις έργου Comment[es]=Configurar las preferencias del proyecto Comment[fr]=Configurer les paramètres du projet Comment[gl]=Configura 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[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_uisettings.desktop b/shell/settings/kcm_kdev_uisettings.desktop index fe790a309e..ba47da478b 100644 --- a/shell/settings/kcm_kdev_uisettings.desktop +++ b/shell/settings/kcm_kdev_uisettings.desktop @@ -1,48 +1,50 @@ [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[de]=Benutzerschnittstelle Name[el]=Περιβάλλον χρήστη 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[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[el]=Ρυθμίσεις περιβάλλοντος χρήστη Comment[es]=Configurar las preferencias de la interfaz de usuario Comment[fr]=Configurer les paramètres de l'interface utilisateur Comment[gl]=Configura a 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[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]=設定使用者介面