diff --git a/plugins/documentview/kdevdocumentview.desktop b/plugins/documentview/kdevdocumentview.desktop index f38f6c3fa6..d1c56eb62a 100644 --- a/plugins/documentview/kdevdocumentview.desktop +++ b/plugins/documentview/kdevdocumentview.desktop @@ -1,41 +1,44 @@ [Desktop Entry] Type=Service Exec=blubb Comment=This plugin displays a graphical view of all documents currently loaded and separates them by mimetype. Comment[en_GB]=This plugin displays a graphical view of all documents currently loaded and separates them by mimetype. Comment[es]=Este complemento muestra una vista gráfica de todos los documentos cargados actualmente y los separa por su tipo MIME. Comment[fr]=Ce module externe affiche une vue graphique de tous les documents actuellement chargés et les sépare par type MIME. Comment[gl]=Esta extensión mostra unha vista gráfica de todos os documentos agora cargados e sepáraos segundo o seu tipo mime. Comment[pt]=Este 'plugin' mostra uma vista gráfica sobre todos os documentos carregados de momento e separa-os por tipo MIME. Comment[sv]=Insticksprogrammet visar en grafisk vy av alla dokument som för närvarande har laddats och delar upp dem enligt Mime-typ. Comment[uk]=Цей додаток відображає у графічному вигляді всі відкриті документи і впорядковує їх за типом MIME. Comment[x-test]=xxThis plugin displays a graphical view of all documents currently loaded and separates them by mimetype.xx +Comment[zh_TW]=這個外掛程式顯示目前載入並依 MIME 型態分類的文件的圖形檢視。 Name=Document View Name[en_GB]=Document View Name[es]=Vista de documento Name[fr]=Vue Document Name[gl]=Vista do documento Name[pt]=Área de Documentos Name[sv]=Dokumentvy Name[tr]=Belge Görünümü Name[uk]=Перегляд документів Name[x-test]=xxDocument Viewxx +Name[zh_TW]=文件檢視 GenericName=Document Tool GenericName[en_GB]=Document Tool GenericName[es]=Herramienta de documento GenericName[fr]=Outil Document GenericName[gl]=Ferramenta de documentos GenericName[pt]=Ferramenta de Documentos GenericName[sv]=Dokumentverktyg GenericName[tr]=Belge Aracı GenericName[uk]=Інструмент роботи з документами GenericName[x-test]=xxDocument Toolxx +GenericName[zh_TW]=文件工具 ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevdocumentview X-KDE-PluginInfo-Name=kdevdocumentview X-KDE-PluginInfo-Author=Adam Treat X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-License=LGPL X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-Mode=NoGUI diff --git a/plugins/documentview/settings/kcm_documentview_settings.desktop b/plugins/documentview/settings/kcm_documentview_settings.desktop index 24f785ea0b..712a3a0433 100644 --- a/plugins/documentview/settings/kcm_documentview_settings.desktop +++ b/plugins/documentview/settings/kcm_documentview_settings.desktop @@ -1,32 +1,34 @@ [Desktop Entry] Icon=kdevelop Type=Service ServiceTypes=KCModule X-KDE-ModuleType=Library X-KDE-Library=kcm_documentview_settings X-KDE-FactoryName=kcm_documentview_settings X-KDE-ParentApp=kdevelop X-KDE-ParentComponents=kdevelop X-KDE-CfgDlgHierarchy=CORE Name=Document View Name[en_GB]=Document View Name[es]=Vista de documento Name[fr]=Vue Document Name[gl]=Vista do documento Name[pt]=Área de Documentos Name[sv]=Dokumentvy Name[tr]=Belge Görünümü Name[uk]=Перегляд документів Name[x-test]=xxDocument Viewxx +Name[zh_TW]=文件檢視 Comment=Configure Document View settings Comment[en_GB]=Configure Document View settings Comment[es]=Configurar las preferencias de las vistas de documentos Comment[fr]=Configurer les paramètres de la vue Document Comment[pt]=Configurar as opções da Área de Documentos Comment[sv]=Anpassa inställningar av dokumentvy Comment[tr]=Belge Görünümü Ayarlarını Yapılandır Comment[uk]=Налаштувати параметри перегляду документа Comment[x-test]=xxConfigure Document View settingsxx +Comment[zh_TW]=設定文件檢視 diff --git a/plugins/grepview/kdevgrepview.desktop b/plugins/grepview/kdevgrepview.desktop index ffef292bfe..6a6c753463 100644 --- a/plugins/grepview/kdevgrepview.desktop +++ b/plugins/grepview/kdevgrepview.desktop @@ -1,37 +1,40 @@ [Desktop Entry] Type=Service Exec=blubb Comment=Allows fast searching of multiple files using patterns or regular expressions. Comment[en_GB]=Allows fast searching of multiple files using patterns or regular expressions. Comment[es]=Permitir búsquedas rápidas de múltiples archivos usando patrones o expresiones regulares. Comment[fr]=Permet la recherche rapide de fichiers multiples à l'aide de motifs ou d'expressions rationnelles. Comment[pt]=Permite pesquisar rapidamente em vários ficheiros, usando padrões ou expressões regulares. Comment[sv]=Tillåter snabb sökning i flera filer med mönster eller reguljära uttryck. Comment[uk]=Надає можливості швидкого пошуку декількох файлів на основі шаблонів або формальних виразів. Comment[x-test]=xxAllows fast searching of multiple files using patterns or regular expressions.xx +Comment[zh_TW]=允許使用樣式或正規表示式來快速搜尋多個檔案。 Name=Find In Files Name[en_GB]=Find In Files Name[es]=Buscar en archivos Name[fr]=Chercher dans les fichiers Name[pt]=Procurar nos Ficheiros Name[sv]=Sök i filer Name[tr]=Dosyalarda Ara Name[uk]=Пошук у файлах Name[x-test]=xxFind In Filesxx +Name[zh_TW]=在檔案中尋找 GenericName=Search Tool GenericName[en_GB]=Search Tool GenericName[es]=Herramienta de búsqueda GenericName[fr]=Outil de recherche GenericName[pt]=Ferramenta de Pesquisa GenericName[sv]=Sökverktyg GenericName[tr]=Arama Aracı GenericName[uk]=Інструмент пошуку GenericName[x-test]=xxSearch Toolxx +GenericName[zh_TW]=搜尋工具 Icon=find ServiceTypes=KDevelop/Plugin X-KDE-Library=kdevgrepview X-KDE-PluginInfo-Name=kdevgrepview X-KDevelop-Version=7 X-KDevelop-Category=Global X-KDevelop-IRequired=org.kdevelop.IOutputView X-KDevelop-Mode=GUI