src/eric7/VirtualEnv/Ui_VirtualenvConfigurationDialog.py

branch
eric7
changeset 11232
08f867dd2abe
parent 11230
8a15b05eeee3
equal deleted inserted replaced
11231:c7240fb719c7 11232:08f867dd2abe
211 self.systemCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to give the virtualenv access to the global site-packages")) 211 self.systemCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to give the virtualenv access to the global site-packages"))
212 self.systemCheckBox.setText(_translate("VirtualenvConfigurationDialog", "System-wide Python Packages")) 212 self.systemCheckBox.setText(_translate("VirtualenvConfigurationDialog", "System-wide Python Packages"))
213 self.noWheelCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'wheel\' in the new virtualenv")) 213 self.noWheelCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'wheel\' in the new virtualenv"))
214 self.noWheelCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'wheel\' in the virtualenv")) 214 self.noWheelCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'wheel\' in the virtualenv"))
215 self.noSetuptoolsCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'setuptools\' in the new virtualenv")) 215 self.noSetuptoolsCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'setuptools\' in the new virtualenv"))
216 self.noSetuptoolsCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'setuptool\' in the virtualenv")) 216 self.noSetuptoolsCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'setuptools\' in the virtualenv"))
217 self.noPipCcheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'pip\' in the new virtualenv")) 217 self.noPipCcheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to not install \'pip\' in the new virtualenv"))
218 self.noPipCcheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'pip\' in the virtualenv")) 218 self.noPipCcheckBox.setText(_translate("VirtualenvConfigurationDialog", "Don\'t install \'pip\' in the virtualenv"))
219 self.clearCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to clear the target first")) 219 self.clearCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to clear the target first"))
220 self.clearCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Clear out the target directory")) 220 self.clearCheckBox.setText(_translate("VirtualenvConfigurationDialog", "Clear out the target directory"))
221 self.copyCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to always copy files rather than symlinking")) 221 self.copyCheckBox.setToolTip(_translate("VirtualenvConfigurationDialog", "Select to always copy files rather than symlinking"))

eric ide

mercurial