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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string notr="true">Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user