void localize() {
   unlimitedMemRadioButtonEditor.setLabel(constants.ultQuotaPopup());
   specificMemRadioButtonEditor.setLabel(constants.useQuotaPopup());
   unlimitedCpuRadioButtonEditor.setLabel(constants.ultQuotaPopup());
   specificCpuRadioButtonEditor.setLabel(constants.useQuotaPopup());
   memLabel.setText(constants.memQuotaPopup());
   cpuLabel.setText(constants.cpuQuotaPopup());
 }