summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeL10n.txt6
-rw-r--r--CMakeLists.txt11
-rw-r--r--src/kbibtex_part.cpp2
-rw-r--r--translations/desktop_files/ru.po39
4 files changed, 50 insertions, 8 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e0b1b56..0176702 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d96f38..91521d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,11 @@
############################################
-cmake_minimum_required( VERSION 3.5 )
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
+tde_set_project_version( )
#### general package setup
@@ -31,11 +35,6 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
-##### set version number ########################
-
-tde_set_project_version( )
-
-
##### setup install paths
include( TDESetupPaths )
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp
index 2ea7041..27a40cc 100644
--- a/src/kbibtex_part.cpp
+++ b/src/kbibtex_part.cpp
@@ -748,7 +748,7 @@ TDEInstance* KBibTeXPartFactory::instance()
extern "C"
{
- KDE_EXPORT void* init_libkbibtexpart()
+ TDE_EXPORT void* init_libkbibtexpart()
{
return new KBibTeXPartFactory;
}
diff --git a/translations/desktop_files/ru.po b/translations/desktop_files/ru.po
new file mode 100644
index 0000000..c03b6f0
--- /dev/null
+++ b/translations/desktop_files/ru.po
@@ -0,0 +1,39 @@
+# SOME DESCRIPTIVE TITLE.
+# This file is put in the public domain.
+# Andrei Stepanov <adem4ik@gmail.com>, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-04-05 15:39+0200\n"
+"PO-Revision-Date: 2024-04-25 17:50+0000\n"
+"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/kbibtex-desktop-files/ru/>\n"
+"Language: ru\n"
+"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"
+"X-Generator: Weblate 4.17\n"
+
+#. Name
+#: kbibtex.desktop:2
+msgid "KBibTeX"
+msgstr "KBibTeX"
+
+#. GenericName
+#: kbibtex.desktop:3
+msgid "Bibliography Manager"
+msgstr "Менеджер библиографии"
+
+#. Comment
+#: kbibtex.desktop:8
+msgid "A BibTeX editor for TDE"
+msgstr "Редактор BibTeX для TDE"
+
+#. Name
+#: kbibtex_part.desktop:3
+msgid "KBibTeXPart"
+msgstr "KBibTeXPart"