- updated Language strings

- translated the strings to Romanian language
- Google-translated the strings to German language
This commit is contained in:
Marius Stanciu
2020-11-28 00:57:18 +02:00
committed by Marius
parent 0a7e830a81
commit 42d6188836
24 changed files with 44716 additions and 43247 deletions

View File

@@ -37,7 +37,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
# Units for FlatCAM
self.unitslabel = FCLabel('<span style="color:red;"><b>%s:</b></span>' % _('Units'))
self.unitslabel.setToolTip(_("The default value for FlatCAM units.\n"
self.unitslabel.setToolTip(_("The default value for the application units.\n"
"Whatever is selected here is set every time\n"
"FlatCAM is started."))
self.units_radio = RadioSet([{'label': _('MM'), 'value': 'MM'},