summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeL10n.txt6
-rw-r--r--CMakeLists.txt11
-rw-r--r--translations/desktop_files/ru.po54
3 files changed, 64 insertions, 7 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index ec40e4d..a9c7e38 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 ca1cecb..0585edc 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
@@ -32,11 +36,6 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
-##### set version number ########################
-
-tde_set_project_version( )
-
-
##### setup install paths
include( TDESetupPaths )
diff --git a/translations/desktop_files/ru.po b/translations/desktop_files/ru.po
new file mode 100644
index 0000000..ed58ed1
--- /dev/null
+++ b/translations/desktop_files/ru.po
@@ -0,0 +1,54 @@
+# 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: 2022-01-30 16:15+0100\n"
+"PO-Revision-Date: 2024-04-27 18:57+0000\n"
+"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/applications/ktechlab-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
+#: ktechlab.desktop:2
+msgid "KTechlab"
+msgstr "KTechlab"
+
+#. GenericName
+#: ktechlab.desktop:4
+msgid "Microcontroller and Electronics Simulator"
+msgstr "Симулятор микроконтроллеров и электроники"
+
+#. Comment
+#: ktechlab.desktop:6
+msgid "An IDE for microcontrollers and electronics"
+msgstr "Среда разработки для микроконтроллеров и электроники"
+
+#. Comment
+#: x-circuit.desktop:2
+msgid "KTechlab Circuit"
+msgstr "Схема KTechlab"
+
+#. Comment
+#: x-flowcode.desktop:2
+msgid "KTechlab FlowCode"
+msgstr "KTechlab FlowCode"
+
+#. Comment
+#: x-ktechlab.desktop:2
+msgid "KTechlab Project"
+msgstr "Проект KTechlab"
+
+#. Comment
+#: x-microbe.desktop:2
+msgid "KTechlab Microbe"
+msgstr "KTechlab Microbe"