diff --git a/templates/ktexteditor-plugin/ktexteditor-plugin.kdevtemplate b/templates/ktexteditor-plugin/ktexteditor-plugin.kdevtemplate index 3bcd9618..4778a900 100644 --- a/templates/ktexteditor-plugin/ktexteditor-plugin.kdevtemplate +++ b/templates/ktexteditor-plugin/ktexteditor-plugin.kdevtemplate @@ -1,7 +1,19 @@ # KDE Config File [General] Name=C++ +Name[ca]=C++ +Name[nl]=C++ +Name[pt]=C++ +Name[sv]=C++ +Name[uk]=C++ +Name[x-test]=xxC++xx Comment=Generates a KTextEditor C++ plugin to perform special operations on text in KWrite, Kate, KDevelop etc. +Comment[ca]=Genera un connector en C++ del KTextEditor C++ per portar a terme operacions especials amb el text al KWrite, Kate, KDevelop etc. +Comment[nl]=Genereert een KTextEditor C++ plug-in om speciale bewerkingen uit te voeren op tekst in KWrite, Kate, KDevelop etc. +Comment[pt]=Gera um 'plugin' em C++ do KTextEditor para efectuar operações especiais sobre o texto no KWrite, Kate, KDevelop etc. +Comment[sv]=Skapar en Ktexteditor C++ insticksmodul för att utföra särskilda åtgärder med text i Kwrite, Kate, KDevlop, etc. +Comment[uk]=Створює додаток C++ до KTextEditor для виконання спеціальних дій над текстом у KWrite, Kate, KDevelop тощо. +Comment[x-test]=xxGenerates a KTextEditor C++ plugin to perform special operations on text in KWrite, Kate, KDevelop etc.xx Category=KTextEditor/Plugin Icon=ktexteditor-plugin.png ShowFilesAfterGeneration=%{dest}/README.md diff --git a/templates/ktexteditor-plugin/src/%{APPNAMELC}.json b/templates/ktexteditor-plugin/src/%{APPNAMELC}.json index d29465da..697bff49 100644 --- a/templates/ktexteditor-plugin/src/%{APPNAMELC}.json +++ b/templates/ktexteditor-plugin/src/%{APPNAMELC}.json @@ -1,16 +1,24 @@ { "KPlugin": { "Authors": [ { "Email": "%{EMAIL}", - "Name": "%{AUTHOR}" + "Name": "%{AUTHOR}", + "Name[x-test]": "xx%{AUTHOR}xx" } ], "Description": "A KTextEditor plugin", + "Description[ca]": "Un connector del KTextEditor", + "Description[nl]": "Een KTextEditor-plug-in", + "Description[pt]": "Um 'plugin' do KTextEditor", + "Description[sv]": "Ett Ktexteditor-insticksprogram", + "Description[uk]": "Додаток до KTextEditor", + "Description[x-test]": "xxA KTextEditor pluginxx", "Icon": "tool-text", "Name": "%{APPNAME}", + "Name[x-test]": "xx%{APPNAME}xx", "ServiceTypes": [ "KTextEditor/Plugin" ] } }