Cleaning code from unnecessary strings generated to Crowdin 4 (#10426)

Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
This commit is contained in:
kaktus Jacek
2023-08-29 19:57:26 +02:00
committed by GitHub
parent 6bfafc62dc
commit 0445b88d55
9 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class Ui_CompactView(object):
# setupUi
def retranslateUi(self, CompactView):
CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
# CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
self.labelIcon.setText(QCoreApplication.translate("CompactView", "Icon", None))
self.labelPackageName.setText(
QCoreApplication.translate("CompactView", "<b>Package Name</b>", None)

View File

@@ -113,7 +113,7 @@ class Ui_ExpandedView(object):
# setupUi
def retranslateUi(self, ExpandedView):
ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
# ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
self.labelIcon.setText(QCoreApplication.translate("ExpandedView", "Icon", None))
self.labelPackageName.setText(
QCoreApplication.translate("ExpandedView", "<h1>Package Name</h1>", None)

View File

@@ -41,7 +41,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_icon">
<property name="text">
<string>(Placeholder for the icon)</string>
<string notr="true">(Placeholder for the icon)</string>
</property>
</widget>
</item>

View File

@@ -41,7 +41,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_icon">
<property name="text">
<string>(Placeholder for the icon)</string>
<string notr="true">(Placeholder for the icon)</string>
</property>
</widget>
</item>

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>

View File

@@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<property name="windowIcon">
<iconset resource="../Path.qrc">

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">

View File

@@ -23,7 +23,7 @@
</size>
</property>
<property name="windowTitle">
<string>Form</string>
<string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>