- added two more strings to translation strings (due of German language)

- completed the Russian translation using the Google and Yandex translation engines
This commit is contained in:
Marius Stanciu
2019-07-30 22:33:18 +03:00
parent 1e7421ebe9
commit f282a761b4
15 changed files with 695 additions and 118 deletions

View File

@@ -3851,8 +3851,8 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
# Multiple Selection Modifier Key
self.mselectlabel = QtWidgets.QLabel(_('<b>Multiple Sel:</b>'))
self.mselectlabel.setToolTip(_("Select the key used for multiple selection."))
self.mselect_radio = RadioSet([{'label': 'CTRL', 'value': 'Control'},
{'label': 'SHIFT', 'value': 'Shift'}])
self.mselect_radio = RadioSet([{'label': _('CTRL'), 'value': 'Control'},
{'label': _('SHIFT'), 'value': 'Shift'}])
# Project at StartUp CB
self.project_startup_label = QtWidgets.QLabel(_('Project at StartUp:'))