summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru/messages/tdevelop/tdevelop.po
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-ru/messages/tdevelop/tdevelop.po')
-rw-r--r--tde-i18n-ru/messages/tdevelop/tdevelop.po14
1 files changed, 10 insertions, 4 deletions
diff --git a/tde-i18n-ru/messages/tdevelop/tdevelop.po b/tde-i18n-ru/messages/tdevelop/tdevelop.po
index 9dc6dcc893d..e2eee837e0e 100644
--- a/tde-i18n-ru/messages/tdevelop/tdevelop.po
+++ b/tde-i18n-ru/messages/tdevelop/tdevelop.po
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: tdevelop\n"
-"POT-Creation-Date: 2023-07-14 18:19+0000\n"
+"POT-Creation-Date: 2023-09-27 18:13+0000\n"
"PO-Revision-Date: 2022-02-14 22:01+0000\n"
"Last-Translator: Alexander Golubev <fatzer2@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
@@ -23489,11 +23489,17 @@ msgid "Inheritance Type"
msgstr "Тип наследования"
#: languages/cpp/cppnewclassdlgbase.ui:416
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Insert the base class which your new class will be derived from. If you "
+#| "have checked 'Generate QWidget child class' the new class will be derived "
+#| "from QWidget. If no base class is named, the new class will not have a "
+#| "parent class. You can also use template classes here (like BaseClass<int, "
+#| "int>)"
msgid ""
"Insert the base class which your new class will be derived from. If you have "
-"checked 'Generate QWidget child class' the new class will be derived from "
-"QWidget. If no base class is named, the new class will not have a parent "
+"checked 'Generate TQWidget child class' the new class will be derived from "
+"TQWidget. If no base class is named, the new class will not have a parent "
"class. You can also use template classes here (like BaseClass<int, int>)"
msgstr ""
"Вставьте здесь базовый класс, от которого будет наследоваться новый. Если вы "