- updated the translation strings

This commit is contained in:
Marius Stanciu
2021-10-14 19:37:34 +03:00
committed by Marius
parent f355fc2fb1
commit 9057966aa9
31 changed files with 3556 additions and 3478 deletions

View File

@@ -40,11 +40,9 @@ class ToolsDrillPrefGroupUI(OptionsGroupUI):
# Tool order Radio Button
self.order_label = FCLabel('%s:' % _('Tool order'))
self.order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
"'Default' --> the order from the Excellon file\n"
"'Default' --> the order from the file\n"
"'Forward' --> tools will be ordered from small to big\n"
"'Reverse' --> tools will ordered from big to small\n\n"
"WARNING: using rest machining will automatically set the order\n"
"in reverse and disable this control."))
"'Reverse' --> tools will ordered from big to small."))
self.order_combo = FCComboBox2()
self.order_combo.addItems([_('Default'), _('Forward'), _('Reverse')])

View File

@@ -54,7 +54,7 @@ class ToolsISOPrefGroupUI(OptionsGroupUI):
# Tool order
self.iso_order_label = FCLabel('%s:' % _('Tool order'))
self.iso_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
"'No' --> means that the used order is the one in the tool table\n"
"'Default' --> means that the used order is the one in the tool table\n"
"'Forward' --> means that the tools will be ordered from small to big\n"
"'Reverse' --> means that the tools will ordered from big to small\n\n"
"WARNING: using rest machining will automatically set the order\n"

View File

@@ -55,7 +55,7 @@ class ToolsNCCPrefGroupUI(OptionsGroupUI):
# Tool order
self.ncc_order_label = FCLabel('%s:' % _('Tool order'))
self.ncc_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
"'No' --> means that the used order is the one in the tool table\n"
"'Default' --> means that the used order is the one in the tool table\n"
"'Forward' --> means that the tools will be ordered from small to big\n"
"'Reverse' --> means that the tools will ordered from big to small\n\n"
"WARNING: using rest machining will automatically set the order\n"

View File

@@ -57,7 +57,7 @@ class ToolsPaintPrefGroupUI(OptionsGroupUI):
self.paint_order_label = FCLabel('%s:' % _('Tool order'))
self.paint_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
"'No' --> means that the used order is the one in the tool table\n"
"'Default' --> means that the used order is the one in the tool table\n"
"'Forward' --> means that the tools will be ordered from small to big\n"
"'Reverse' --> means that the tools will ordered from big to small\n\n"
"WARNING: using rest machining will automatically set the order\n"