diff options
-rw-r--r-- | config.h.cmake | 2 | ||||
-rw-r--r-- | part/kxmleditorfactory.cpp | 2 | ||||
-rw-r--r-- | translations/desktop_files/ka.po | 38 | ||||
-rw-r--r-- | translations/desktop_files/ru.po | 4 |
4 files changed, 42 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..4064b66 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/part/kxmleditorfactory.cpp b/part/kxmleditorfactory.cpp index 0db9455..d1e4e06 100644 --- a/part/kxmleditorfactory.cpp +++ b/part/kxmleditorfactory.cpp @@ -28,7 +28,7 @@ extern "C" { - KDE_EXPORT void * init_libkxmleditorpart() + TDE_EXPORT void * init_libkxmleditorpart() { return new KXMLEditorFactory; } diff --git a/translations/desktop_files/ka.po b/translations/desktop_files/ka.po new file mode 100644 index 0000000..bbac842 --- /dev/null +++ b/translations/desktop_files/ka.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-02-06 18:25+0100\n" +"PO-Revision-Date: 2024-11-04 19:11+0000\n" +"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n" +"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kxmleditor-desktop-files/ka/>\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. Name +#: kxmleditor/kxmleditor.desktop:2 +msgid "KXML Editor" +msgstr "KXML რედაქტორი" + +#. GenericName +#: kxmleditor/kxmleditor.desktop:4 +msgid "XML Text Editor" +msgstr "XML ტექსტის რედაქტორი" + +#. Comment +#: kxmleditor/kxmleditor.desktop:6 +msgid "XML editor" +msgstr "XML რედაქტორი" + +#. Name +#: part/kxmleditorpart.desktop:2 +msgid "KXMLEditorPart" +msgstr "KXMLEditorPart" diff --git a/translations/desktop_files/ru.po b/translations/desktop_files/ru.po index e899d4d..5181618 100644 --- a/translations/desktop_files/ru.po +++ b/translations/desktop_files/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.17\n" #. Name |