diff --git a/src/core/kexihandler.desktop b/src/core/kexihandler.desktop index 5ec4da3fa..9158d63c0 100644 --- a/src/core/kexihandler.desktop +++ b/src/core/kexihandler.desktop @@ -1,71 +1,72 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=Kexi/Handler Comment=Kexi Project Handlers Comment[ca]=Gestors de projectes del Kexi Comment[ca@valencia]=Gestors de projectes del Kexi Comment[cs]=Ovladač projektů Kexi Comment[de]=Kexi-Projektverwaltung Comment[en_GB]=Kexi Project Handlers Comment[es]=Controladores de proyecto de Kexi Comment[fi]=Kexin projektikäsittelijät Comment[fr]=Gestionnaires de projet Kexi Comment[gl]=Xestores de proxectos de Kexi Comment[it]=Gestione progetto di Kexi Comment[ja]=Kexi プロジェクトハンドラ +Comment[ko]=Kexi 프로젝트 처리기 Comment[nb]=Kexi prosjektbehandlere Comment[nl]=Kexi projectbehandelaars Comment[pl]=Pliki obsługi projektu Kexi Comment[pt]=Gestores de Projectos do Kexi Comment[pt_BR]=Gerenciadores de projetos do Kexi Comment[se]=Kexi-prošeaktagieđaheaddjit Comment[sk]=Spracovanie projektov Kexi Comment[sv]=Kexi-projektfil Comment[uk]=Обробники проекту Kexi Comment[x-test]=xxKexi Project Handlersxx Comment[zh_CN]=Kexi 项目处理器 [PropertyDef::X-Kexi-PartVersion] Type=int [PropertyDef::X-Kexi-TypeName] Type=QString [PropertyDef::X-Kexi-Class] Type=QString [PropertyDef::X-Kexi-ItemIcon] Type=QString [PropertyDef::X-Kexi-NoObject] Type=bool [PropertyDef::X-Kexi-SupportsDataView] Type=bool [PropertyDef::X-Kexi-SupportsDesignView] Type=bool [PropertyDef::X-Kexi-SupportsTextView] Type=bool [PropertyDef::X-Kexi-SupportsDataViewInUserMode] Type=bool [PropertyDef::X-Kexi-SupportsDesignViewInUserMode] Type=bool [PropertyDef::X-Kexi-SupportsTextViewInUserMode] Type=bool [PropertyDef::X-Kexi-SupportsExecution] Type=bool [PropertyDef::X-Kexi-SupportsDataExport] Type=bool [PropertyDef::X-Kexi-SupportsPrinting] Type=bool [PropertyDef::X-Kexi-PropertyEditorAlwaysVisibleInDesignMode] Type=bool diff --git a/src/data/org.kde.kexi.desktop.cmake b/src/data/org.kde.kexi.desktop.cmake index c895b957b..4e78bf815 100644 --- a/src/data/org.kde.kexi.desktop.cmake +++ b/src/data/org.kde.kexi.desktop.cmake @@ -1,73 +1,74 @@ [Desktop Entry] Name=Kexi Name[ca]=Kexi Name[ca@valencia]=Kexi Name[cs]=Kexi Name[de]=Kexi Name[en_GB]=Kexi Name[es]=Kexi Name[fi]=Kexi Name[fr]=Kexi Name[gl]=Kexi Name[ia]=Kexi Name[it]=Kexi Name[ja]=Kexi +Name[ko]=Kexi Name[nb]=Kexi Name[nl]=Kexi Name[pl]=Kexi Name[pt]=Kexi Name[pt_BR]=Kexi Name[ru]=Kexi Name[se]=Kexi Name[sk]=Kexi Name[sv]=Kexi Name[uk]=Kexi Name[x-test]=xxKexixx Name[zh_CN]=Kexi Type=Application Exec=kexi-@KEXI_DISTRIBUTION_VERSION@ %f Icon=kexi-@KEXI_DISTRIBUTION_VERSION@ MimeType=application/x-kexiproject-sqlite;application/x-kexiproject-shortcut;application/x-kexiproject-sqlite3;application/x-sqlite3;application/x-kexi-connectiondata;text/csv;text/tab-separated-values;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.text;application/x-msaccess;application/vnd.oasis.opendocument.database; Terminal=false GenericName=Visual database apps builder GenericName[ca]=Constructor visual d'aplicacions de bases de dades GenericName[ca@valencia]=Constructor visual d'aplicacions de bases de dades GenericName[de]=Visuelle Erstellung von Datenbankanwendungen GenericName[en_GB]=Visual database apps builder GenericName[es]=Constructor visual de aplicaciones de bases de datos GenericName[fi]=Visuaalinen tietokantasovellusten luonti GenericName[fr]=Constructeur d'applications de bases de données visuel GenericName[gl]=Construtor visual de aplicativos de base de datos GenericName[it]=Generatore visuale di applicazioni di banche dati GenericName[nl]=Visuele database van bouwer van apps GenericName[pl]=Tworzenie wizualnych aplikacji baz danych GenericName[pt]=Construtor visual de aplicações de bases de dados GenericName[pt_BR]=Construtor visual de aplicativos de banco de dados GenericName[sk]=Vizuálny tvorca databázových aplikácií GenericName[sv]=Visuellt byggverktyg för databasprogram GenericName[uk]=Програма для побудови візуальних обробників баз даних GenericName[x-test]=xxVisual database apps builderxx GenericName[zh_CN]=可视化数据库应用程序生成器 Comment=Visually develop database applications Comment[ca]=Desenvolupament visual d'aplicacions de bases de dades Comment[ca@valencia]=Desenvolupament visual d'aplicacions de bases de dades Comment[cs]=Vyvíjejte vizuálně databázové aplikace Comment[de]=Visuelle Entwicklung von Datenbankanwendungen Comment[en_GB]=Visually develop database applications Comment[es]=Desarrollo visual de aplicaciones de bases de datos Comment[fi]=Kehitä tietokantasovelluksia visuaalisesti Comment[fr]=Développer visuellement des applications de bases de données Comment[gl]=Desenvolva visualmente aplicativos de base de datos. Comment[it]=Sviluppa applicazioni per banche dati in modo visuale Comment[nl]=Databasetoepassingen visueel ontwerpen Comment[pl]=Twórz wizualne aplikacje bazodanowe Comment[pt]=Desenvolver de forma visual aplicações de bases de dados Comment[pt_BR]=Desenvolve aplicativos visuais de bancos de dados Comment[sk]=Vizuálny vývoj databázových aplikácií Comment[sv]=Utveckla databasprogram visuellt för skrivbordet Comment[uk]=Візуальна розробка програм для роботи із базами даних Comment[x-test]=xxVisually develop database applicationsxx Comment[zh_CN]=可视化开发数据库应用程序 X-DocPath=kexi-@KEXI_DISTRIBUTION_VERSION@/index.html X-KDE-NativeMimeType=application/x-kexiproject-sqlite Categories=Qt;KDE;Office;Database;Development; diff --git a/src/formeditor/widgetfactory.desktop b/src/formeditor/widgetfactory.desktop index 970642148..008cab973 100644 --- a/src/formeditor/widgetfactory.desktop +++ b/src/formeditor/widgetfactory.desktop @@ -1,34 +1,35 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=Kexi/WidgetFactory Comment=Widget Factory Base Comment[ca]=Factoria base d'estris Comment[ca@valencia]=Factoria base d'estris Comment[de]=Basis für die Erstellung von Bedienelementen Comment[en_GB]=Widget Factory Base Comment[es]=Fábrica base de elementos gráficos Comment[fi]=Käyttöliittymäelementtien pohja Comment[fr]=Base de création de composants graphiques Comment[gl]=Fábrica base de trebellos Comment[it]=Fabbrica di oggetti Comment[ja]=ウィジェットファクトリーベース +Comment[ko]=위젯 팩토리 기반 Comment[nb]=Base for elementfabrikk Comment[nl]=Widget Factory Base Comment[pl]=Podstawowa fabryka widżetów Comment[pt]=Fábrica de Elementos Comment[pt_BR]=Fábrica de elementos Comment[se]=Áhtafabrihka vuođđu Comment[sk]=Základ pre vytváracie rozhranie prvkov Comment[sv]=Bas för att skapa grafiska komponenter Comment[uk]=База фабрики віджетів Comment[x-test]=xxWidget Factory Basexx Comment[zh_CN]=基础组件工厂 [PropertyDef::X-KFormDesigner-FactoryGroup] Type=QString [PropertyDef::X-KFormDesigner-WidgetFactoryVersion] Type=int [PropertyDef::X-KFormDesigner-XMLGUIFileName] Type=QString diff --git a/src/migration/spreadsheet/keximigrate_spreadsheet.desktop b/src/migration/spreadsheet/keximigrate_spreadsheet.desktop index 46e265f63..bb5fb22c4 100644 --- a/src/migration/spreadsheet/keximigrate_spreadsheet.desktop +++ b/src/migration/spreadsheet/keximigrate_spreadsheet.desktop @@ -1,53 +1,55 @@ [Desktop Entry] Name=Spreadsheet Name[ca]=Full de càlcul Name[ca@valencia]=Full de càlcul Name[cs]=Sešit Name[de]=Tabellenkalkulation Name[en_GB]=Spreadsheet Name[es]=Hoja de cálculo Name[fi]=Laskentataulukko Name[fr]=Tableur Name[gl]=Folla de cálculo Name[ia]=Folio de calculo electronic Name[it]=Foglio di calcolo Name[ja]=表計算 +Name[ko]=스프레드시트 Name[nb]=Regneark Name[nl]=Rekenblad Name[pl]=Arkusz kalkulacyjny Name[pt]=Folha de cálculo Name[pt_BR]=Planilha Name[sk]=Tabuľkový procesor Name[sv]=Kalkylark Name[uk]=Електронні таблиці Name[x-test]=xxSpreadsheetxx Name[zh_CN]=数据表 Comment=Spreadsheet Import Plugin for Kexi Comment[ca]=Connector d'importació de fulls de dades per al Kexi Comment[ca@valencia]=Connector d'importació de fulls de dades per al Kexi Comment[de]=Tabellenkalkulation-Importmodul für Kexi Comment[en_GB]=Spreadsheet Import Plugin for Kexi Comment[es]=Complemento de importación de hojas de cálculo para Kexi Comment[fi]=Laskentataulukon tuontiliitännäinen Kexiin Comment[fr]=Module d'importation de tableur pour Kexi Comment[gl]=Complemento para Kexi de importación de follas de cálculo. Comment[it]=Estensione di importazione foglio elettronico di Kexi Comment[ja]=Kexi のためのスプレッドシートインポートプラグイン +Comment[ko]=Kexi용 스프레드시트 가져오기 플러그인 Comment[nb]=Regneark import-programtillegg for Kexi Comment[nl]=Import-plug-in van rekenblad voor Kexi Comment[pl]=Wtyczka importu arkusza kalkulacyjnego dla Kexi Comment[pt]='Plugin' de Importação de Folhas de Cálculo para o Kexi Comment[pt_BR]=Plugin de importação de planilha para o Kexi Comment[sk]=Importný plugin zošita pre Kexi Comment[sv]=Importinsticksprogram av kalkylark för Kexi Comment[uk]=Додаток імпортування даних з електронної таблиці для Kexi Comment[x-test]=xxSpreadsheet Import Plugin for Kexixx Comment[zh_CN]=用于 Kexi 的工作表导入插件 X-KDE-Library=keximigrate_spreadsheet X-KDE-ServiceTypes=Kexi/MigrationDriver Type=Service InitialPreference=8 X-Kexi-MigrationDriverName=Spreadsheet X-Kexi-MigrationDriverType=File X-Kexi-FileDBDriverMime=application/vnd.oasis.opendocument.spreadsheet X-Kexi-KexiMigrationVersion=1.1 diff --git a/src/migration/sybase/keximigrate_sybase.desktop b/src/migration/sybase/keximigrate_sybase.desktop index cf869cc86..00f716407 100644 --- a/src/migration/sybase/keximigrate_sybase.desktop +++ b/src/migration/sybase/keximigrate_sybase.desktop @@ -1,51 +1,52 @@ [Desktop Entry] Name=Sybase Name[ca]=Sybase Name[ca@valencia]=Sybase Name[cs]=Sybase Name[de]=Sybase Name[en_GB]=Sybase Name[es]=Sybase Name[fi]=Sybase Name[fr]=Sybase Name[gl]=Sybase Name[it]=Sybase Name[ja]=Sybase +Name[ko]=Sybase Name[nb]=Sybase Name[nl]=Sybase Name[pl]=Sybase Name[pt]=Sybase Name[pt_BR]=Sybase Name[sk]=Sybase Name[sv]=Sybase Name[uk]=Sybase Name[x-test]=xxSybasexx Name[zh_CN]=Sybase Comment=Sybase Import Plugin for Kexi Comment[ca]=Connector d'importació de Sybase per al Kexi Comment[ca@valencia]=Connector d'importació de Sybase per al Kexi Comment[de]=Sybase-Importmodul für Kexi Comment[en_GB]=Sybase Import Plugin for Kexi Comment[es]=Complemento de importación de Sybase de Kexi Comment[fi]=Sybase-tuontiliitännäinen Kexille Comment[fr]=Module d'importation Sybase pour Kexi Comment[gl]=Complemento para Kexi de importación de Sybase. Comment[it]=Estensione di importazione Sybase per Kexi Comment[ja]=Kexi のための Sybase インポートプラグイン Comment[nb]=Sybase import-programtillegg for Kexi Comment[nl]=Sybase-importplugin voor Kexi Comment[pl]=Wtyczka importu Sybase dla Kexi Comment[pt]='Plugin' de Importação de Sybase para o Kexi Comment[pt_BR]=Plugin de Importação do Sybase para o Kexi Comment[sk]=Sybase importný plugin pre Kexi Comment[sv]=Sybase importinsticksprogram för Kexi Comment[uk]=Додаток імпортування даних з Sybase для Kexi Comment[x-test]=xxSybase Import Plugin for Kexixx Comment[zh_CN]=用于 Kexi 的 Sybase 导入插件 X-KDE-Library=keximigrate_sybase X-KDE-ServiceTypes=Kexi/MigrationDriver Type=Service InitialPreference=8 X-Kexi-MigrationDriverName=Sybase X-Kexi-MigrationDriverType=Network X-Kexi-KexiMigrationVersion=1.1 diff --git a/src/migration/xbase/keximigrate_xbase.desktop b/src/migration/xbase/keximigrate_xbase.desktop index f33107d20..af31ac1c7 100644 --- a/src/migration/xbase/keximigrate_xbase.desktop +++ b/src/migration/xbase/keximigrate_xbase.desktop @@ -1,52 +1,53 @@ [Desktop Entry] Name=xBase Name[ca]=xBase Name[ca@valencia]=xBase Name[cs]=xBase Name[de]=xBase Name[en_GB]=xBase Name[es]=xBase Name[fi]=xBase Name[fr]=xBase Name[gl]=xBase Name[it]=xBase Name[ja]=xBase +Name[ko]=xBase Name[nb]=xBase Name[nl]=xBase Name[pl]=xBase Name[pt]=xBase Name[pt_BR]=xBase Name[ru]=xBase Name[sk]=xBase Name[sv]=xBase Name[uk]=xBase Name[x-test]=xxxBasexx Name[zh_CN]=xBase Comment=xBase Import Plugin for Kexi Comment[ca]=Connector d'importació xBase per al Kexi Comment[ca@valencia]=Connector d'importació xBase per al Kexi Comment[de]=xBase-Importmodul für Kexi Comment[en_GB]=xBase Import Plugin for Kexi Comment[es]=Complemento de importación de xBase de Kexi Comment[fi]=xBase-tuontiliitännäinen Kexille Comment[fr]=Module d'importation xBase pour Kexi Comment[gl]=Complemento para Kexi de importación de xBase. Comment[it]=Estensione di importazione xBase per Kexi Comment[ja]=Kexi のための xBase インポートプラグイン Comment[nb]=xBase import-programtillegg for Kexi Comment[nl]=xBase-importplugin voor Kexi Comment[pl]=Wtyczka importu xBase dla Kexi Comment[pt]='Plugin' de Importação de xBase para o Kexi Comment[pt_BR]=Plugin de Importação do xBase para o Kexi Comment[sk]=xBase importný plugin pre Kexi Comment[sv]=xBase importinsticksprogram för Kexi Comment[uk]=Додаток імпортування даних з xBase для Kexi Comment[x-test]=xxxBase Import Plugin for Kexixx Comment[zh_CN]=用于 Kexi 的 xBase 导入插件 X-KDE-Library=keximigrate_xbase X-KDE-ServiceTypes=Kexi/MigrationDriver Type=Service InitialPreference=8 X-Kexi-MigrationDriverName=xBase X-Kexi-MigrationDriverType=Network X-Kexi-KexiMigrationVersion=1.1 diff --git a/src/plugins/forms/kexi_formplugin.desktop b/src/plugins/forms/kexi_formplugin.desktop index 245ec424b..2db8705b8 100644 --- a/src/plugins/forms/kexi_formplugin.desktop +++ b/src/plugins/forms/kexi_formplugin.desktop @@ -1,65 +1,66 @@ [Desktop Entry] Name=Form Name[ca]=Formulari Name[ca@valencia]=Formulari Name[cs]=Formulář Name[de]=Formular Name[en_GB]=Form Name[es]=Formulario Name[fi]=Lomake Name[fr]=Formulaire Name[gl]=Formulario Name[ia]=Forma Name[it]=Modulo Name[ja]=フォーム +Name[ko]=폼 Name[nb]=Skjema Name[nl]=Formulier Name[pl]=Formularz Name[pt]=Formulário Name[pt_BR]=Formulário Name[sk]=Formulár Name[sv]=Formulär Name[uk]=Форма Name[x-test]=xxFormxx Name[zh_CN]=表格 Comment=Kexi plugin for handling forms Comment[ca]=Connector del Kexi per gestionar formularis Comment[ca@valencia]=Connector del Kexi per gestionar formularis Comment[cs]=Modul Kexi pro práci s formuláři Comment[de]=Kexi-Modul für die Bearbeitung von Formularen Comment[en_GB]=Kexi plugin for handling forms Comment[es]=Complemento de Kexi para manejar formularios Comment[fi]=Kexi-liitännäinen lomakkeiden käsittelyyn Comment[fr]=Module complémentaire pour Kexi pour manipuler des formulaires Comment[gl]=Complemento para Kexi de manexo de formularios. Comment[it]=Estensione per la gestione dei moduli di Kexi Comment[nl]=Kexi-plug-in voor behandeling van formulieren Comment[pl]=Wtyczka Kexi do obsługi formularzy Comment[pt]='Plugin' do Kexi para lidar com formulários Comment[pt_BR]=Plugin do Kexi para trabalhar com formulários Comment[sk]=Kexi plugin na spracovanie formulárov Comment[sv]=Kexi-insticksprogram för att hantera formulär Comment[uk]=Додаток до Kexi для обробки форм Comment[x-test]=xxKexi plugin for handling formsxx Comment[zh_CN]=用于处理表格的 Kexi 插件 Type=Service Icon=form X-KDE-Library=kexi_formplugin X-KDE-ServiceTypes=Kexi/Viewer,Kexi/Designer X-KDE-PluginInfo-Author=KEXI Team X-KDE-PluginInfo-Email=kexi@kde.org X-KDE-PluginInfo-Name=org.kexi-project.form X-KDE-PluginInfo-Version=3.3 X-KDE-PluginInfo-Website=http://kexi-project.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL X-KDE-PluginInfo-EnabledByDefault=true X-Kexi-GroupName=Forms X-Kexi-TypeName=form X-Kexi-ServiceTypesInUserMode=Kexi/Viewer X-Kexi-VisibleInProjectNavigator=true X-Kexi-SupportsDataExport=true X-Kexi-SupportsPrinting=true diff --git a/src/plugins/queries/kexi_queryplugin.desktop b/src/plugins/queries/kexi_queryplugin.desktop index 8bd83c441..13bea1343 100644 --- a/src/plugins/queries/kexi_queryplugin.desktop +++ b/src/plugins/queries/kexi_queryplugin.desktop @@ -1,65 +1,66 @@ [Desktop Entry] Name=Query Name[ca]=Consulta Name[ca@valencia]=Consulta Name[cs]=Dotaz Name[de]=Abfrage Name[en_GB]=Query Name[es]=Consulta Name[fi]=Kysely Name[fr]=Requête Name[gl]=Consulta Name[ia]=Requesta Name[it]=Interrogazione Name[ja]=クエリ +Name[ko]=쿼리 Name[nb]=Spørring Name[nl]=Query Name[pl]=Zapytanie Name[pt]=Procura Name[pt_BR]=Consulta Name[sk]=Otázka Name[sv]=Fråga Name[uk]=Запит Name[x-test]=xxQueryxx Name[zh_CN]=查询 Comment=Kexi plugin for handling queries Comment[ca]=Connector del Kexi per gestionar consultes Comment[ca@valencia]=Connector del Kexi per gestionar consultes Comment[cs]=Modul Kexi pro provádění dotazů Comment[de]=Kexi-Modul für die Bearbeitung von Abfragen Comment[en_GB]=Kexi plugin for handling queries Comment[es]=Complemento de Kexi para manejar consultas Comment[fi]=Kexi-liitännäinen kyselyiden käsittelyyn Comment[fr]=Module complémentaire Kexi pour gérer les requêtes Comment[gl]=Complemento para Kexi de manexo de consultas. Comment[it]=Estensione per gestire le query di Kexi Comment[nl]=Kexi-plug-in voor behandeling van queries Comment[pl]=Wtyczka Kexi do obsługi zapytań Comment[pt]='Plugin' do Kexi para lidar com pesquisas Comment[pt_BR]=Plugin do Kexi para lidar com consultas Comment[sk]=Kexi plugin na spracovanie dotazov Comment[sv]=Kexi-insticksprogram för att hantera förfrågningar Comment[uk]=Додаток до Kexi для обробки запитів Comment[x-test]=xxKexi plugin for handling queriesxx Comment[zh_CN]=用于处理查询的 Kexi 插件 Type=Service Icon=query X-KDE-Library=kexi_queryplugin X-KDE-ServiceTypes=Kexi/Viewer,Kexi/Designer,Kexi/Editor X-KDE-PluginInfo-Author=KEXI Team X-KDE-PluginInfo-Email=kexi@kde.org X-KDE-PluginInfo-Name=org.kexi-project.query X-KDE-PluginInfo-Version=3.3 X-KDE-PluginInfo-Website=http://kexi-project.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL X-KDE-PluginInfo-EnabledByDefault=true X-Kexi-GroupName=Queries X-Kexi-TypeName=query X-Kexi-ServiceTypesInUserMode=Kexi/Viewer X-Kexi-VisibleInProjectNavigator=true X-Kexi-SupportsDataExport=true X-Kexi-SupportsPrinting=true diff --git a/src/plugins/reports/kexi_reportplugin.desktop b/src/plugins/reports/kexi_reportplugin.desktop index 86abfffdf..ef3882b62 100644 --- a/src/plugins/reports/kexi_reportplugin.desktop +++ b/src/plugins/reports/kexi_reportplugin.desktop @@ -1,64 +1,65 @@ [Desktop Entry] Name=Report Name[ca]=Informe Name[ca@valencia]=Informe Name[cs]=Hlášení Name[de]=Bericht Name[en_GB]=Report Name[es]=Informe Name[fi]=Raportti Name[fr]=Rapport Name[gl]=Informe Name[it]=Rapporto Name[ja]=レポート +Name[ko]=보고서 Name[nb]=Rapport Name[nl]=Rapport Name[pl]=Raport Name[pt]=Relatório Name[pt_BR]=Relatório Name[sk]=Výkaz Name[sv]=Rapport Name[uk]=Звіт Name[x-test]=xxReportxx Name[zh_CN]=报表 Comment=Kexi plugin for handling reports Comment[ca]=Connector del Kexi per gestionar informes Comment[ca@valencia]=Connector del Kexi per gestionar informes Comment[cs]=Modul Kexi pro provádění hlášení Comment[de]=Kexi-Modul für die Bearbeitung von Berichten Comment[en_GB]=Kexi plugin for handling reports Comment[es]=Complemento de Kexi para manejar informes Comment[fi]=Kexi-liitännäinen raporttien käsittelyyn Comment[fr]=Module complémentaire Kexi pour gérer les rapports Comment[gl]=Complemento para Kexi de manexo de informes. Comment[it]=Estensione per gestire i rapporti di Kexi Comment[nl]=Kexi-plug-in voor behandeling van rapporten Comment[pl]=Wtyczka Kexi do obsługi raportów Comment[pt]='Plugin' do Kexi para lidar com relatórios Comment[pt_BR]=Plugin do Kexi para trabalhar com relatórios Comment[sk]=Kexi plugin na spracovanie správ Comment[sv]=Kexi-insticksprogram för att hantera rapporter Comment[uk]=Додаток до Kexi для обробки звітів Comment[x-test]=xxKexi plugin for handling reportsxx Comment[zh_CN]=用于处理报告的 Kexi 插件 Type=Service Icon=report X-KDE-Library=kexi_reportplugin X-KDE-ServiceTypes=Kexi/Viewer,Kexi/Designer X-KDE-PluginInfo-Author=KEXI Team X-KDE-PluginInfo-Email=kexi@kde.org X-KDE-PluginInfo-Name=org.kexi-project.report X-KDE-PluginInfo-Version=3.3 X-KDE-PluginInfo-Website=http://kexi-project.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL X-KDE-PluginInfo-EnabledByDefault=true X-Kexi-GroupName=Reports X-Kexi-TypeName=report X-Kexi-ServiceTypesInUserMode=Kexi/Viewer X-Kexi-VisibleInProjectNavigator=true X-Kexi-SupportsDataExport=false X-Kexi-SupportsPrinting=false diff --git a/src/plugins/scripting/kexiscripting/kexi_scriptplugin.desktop b/src/plugins/scripting/kexiscripting/kexi_scriptplugin.desktop index 8e7c51942..43c2245db 100644 --- a/src/plugins/scripting/kexiscripting/kexi_scriptplugin.desktop +++ b/src/plugins/scripting/kexiscripting/kexi_scriptplugin.desktop @@ -1,73 +1,75 @@ [Desktop Entry] GenericName=Scripts GenericName[ca]=Scripts GenericName[ca@valencia]=Scripts GenericName[cs]=Skripty GenericName[de]=Skripte GenericName[en_GB]=Scripts GenericName[es]=Guiones GenericName[fi]=Komentojonot GenericName[fr]=Scripts GenericName[gl]=Scripts GenericName[ia]=Scripts GenericName[it]=Script GenericName[ja]=スクリプト +GenericName[ko]=스크립트 GenericName[nb]=Skripter GenericName[nl]=Scripts GenericName[pl]=Skrypty GenericName[pt]=Programas GenericName[pt_BR]=Scripts GenericName[se]=Skriptat GenericName[sk]=Skripty GenericName[sv]=Skript GenericName[uk]=Скрипти GenericName[x-test]=xxScriptsxx GenericName[zh_CN]=脚本 Name=Script Name[ca]=Script Name[ca@valencia]=Script Name[cs]=Skript Name[de]=Skript Name[en_GB]=Script Name[es]=Guion Name[fi]=Komentojono Name[fr]=Script Name[gl]=Script Name[ia]=Script Name[it]=Script Name[ja]=スクリプト +Name[ko]=스크립트 Name[nb]=Skript Name[nl]=Script Name[pl]=Skrypt Name[pt]=Programa Name[pt_BR]=Script Name[sk]=Skript Name[sv]=Skript Name[uk]=Скрипт Name[x-test]=xxScriptxx Name[zh_CN]=脚本 Type=Service Icon=script X-KDE-Library=kexi_scriptplugin X-KDE-ServiceTypes=Kexi/Editor X-KDE-PluginInfo-Author=KEXI Team X-KDE-PluginInfo-Email=kexi@kde.org X-KDE-PluginInfo-Name=org.kexi-project.script X-KDE-PluginInfo-Version=3.3 X-KDE-PluginInfo-Website=http://kexi-project.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL X-KDE-PluginInfo-EnabledByDefault=true X-Kexi-GroupName=Scripts X-Kexi-TypeName=script X-Kexi-ServiceTypesInUserMode=Kexi/Editor X-Kexi-VisibleInProjectNavigator=true X-Kexi-SupportsDataExport=false X-Kexi-SupportsPrinting=false X-Kexi-SupportsExecution=true diff --git a/src/plugins/tables/kexi_tableplugin.desktop b/src/plugins/tables/kexi_tableplugin.desktop index 19d0ffec8..3bbafead5 100644 --- a/src/plugins/tables/kexi_tableplugin.desktop +++ b/src/plugins/tables/kexi_tableplugin.desktop @@ -1,65 +1,66 @@ [Desktop Entry] Name=Table Name[ca]=Taula Name[ca@valencia]=Taula Name[cs]=Tabulka Name[de]=Tabelle Name[en_GB]=Table Name[es]=Tabla Name[fi]=Taulu Name[fr]=Tableau Name[gl]=Táboa Name[ia]=Tabula Name[it]=Tabella Name[ja]=テーブル +Name[ko]=표 Name[nb]=Tabell Name[nl]=Tabel Name[pl]=Tabela Name[pt]=Tabela Name[pt_BR]=Tabela Name[sk]=Tabuľka Name[sv]=Tabell Name[uk]=Таблиця Name[x-test]=xxTablexx Name[zh_CN]=表 Comment=Kexi plugin for handling tables Comment[ca]=Connector del Kexi per gestionar taules Comment[ca@valencia]=Connector del Kexi per gestionar taules Comment[cs]=Modul Kexi pro práci s tabulkami Comment[de]=Kexi-Modul für die Bearbeitung von Tabellen Comment[en_GB]=Kexi plugin for handling tables Comment[es]=Complemento de Kexi para manejar tablas Comment[fi]=Kexi-liitännäinen taulujen käsittelyyn Comment[fr]=Module complémentaire Kexi pour gérer les tables Comment[gl]=Complemento para Kexi de manexo de táboas. Comment[it]=Estensione per gestire le tabelle di Kexi Comment[nl]=Kexi-plug-in voor behandeling van tabellen Comment[pl]=Wtyczka Kexi do obsługi tabel Comment[pt]='Plugin' do Kexi para lidar com tabelas Comment[pt_BR]=Plugin do Kexi para trabalhar com tabelas Comment[sk]=Kexi plugin na spracovanie tabuliek Comment[sv]=Kexi-insticksprogram för att hantera tabeller Comment[uk]=Додаток до Kexi для обробки таблиць Comment[x-test]=xxKexi plugin for handling tablesxx Comment[zh_CN]=用于处理表格的 Kexi 插件 Type=Service Icon=table X-KDE-Library=kexi_tableplugin X-KDE-ServiceTypes=Kexi/Viewer,Kexi/Designer X-KDE-PluginInfo-Author=KEXI Team X-KDE-PluginInfo-Email=kexi@kde.org X-KDE-PluginInfo-Name=org.kexi-project.table X-KDE-PluginInfo-Version=3.3 X-KDE-PluginInfo-Website=http://kexi-project.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=LGPL X-KDE-PluginInfo-EnabledByDefault=true X-Kexi-GroupName=Tables X-Kexi-TypeName=table X-Kexi-ServiceTypesInUserMode=Kexi/Viewer X-Kexi-VisibleInProjectNavigator=true X-Kexi-SupportsDataExport=true X-Kexi-SupportsPrinting=true