summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pt/messages/tdevelop/tdevelop.po
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-pt/messages/tdevelop/tdevelop.po')
-rw-r--r--tde-i18n-pt/messages/tdevelop/tdevelop.po14
1 files changed, 10 insertions, 4 deletions
diff --git a/tde-i18n-pt/messages/tdevelop/tdevelop.po b/tde-i18n-pt/messages/tdevelop/tdevelop.po
index 4313bf220fe..fc0db19b573 100644
--- a/tde-i18n-pt/messages/tdevelop/tdevelop.po
+++ b/tde-i18n-pt/messages/tdevelop/tdevelop.po
@@ -5,7 +5,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: 2007-12-04 23:05+0000\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <kde-i18n-pt@kde.org>\n"
@@ -23880,11 +23880,17 @@ msgid "Inheritance Type"
msgstr "Tipo de Herança"
#: 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 ""
"Indique aqui a classe de base, a partir de onde a sua nova classe irá "