Обновлены фразы

master-3.5 3.5.7_beta1
parent 14c755b269
commit f041dcbed3

@ -413,11 +413,12 @@ class VariableClAutopartitionSet(Variable):
opt = ["--autopartition", "-p"]
def init(self):
self.label = _("Partitions")
self.help = _("autopartition")
self.label = _("Allocate drive space")
self.help = _("use the autopartition")
def choice(self):
return [("on", _("Autopartition")),
name = "Calculate Linux"
return [("on", _("Erase disk and install %s") % name),
("off", _("Use the current partitions"))]
def get(self):
@ -451,7 +452,7 @@ class VariableClAutopartitionScheme(AutopartitionHelper, Variable):
def init(self):
self.help = _("autopartition options")
self.label = _("Autopartition options")
self.label = _("Partitions options")
def get(self):
default_value = [

@ -943,6 +943,7 @@ class VariableOsLocationBriefData(LocationHelper, TableVariable):
return self.get_manual(hr)
class VariableOsLocationData(LocationHelper, TableVariable):
"""
Select installation disk variable
@ -965,7 +966,7 @@ class VariableOsLocationData(LocationHelper, TableVariable):
_("To change the filesystem, you have to specify it as FS. "
"FORMAT is used for the specifying the need to format "
"partition or not"))
self.label = _("Layout")
self.label = _("Mount points")
def set(self, value):
return sorted(value, key=lambda x: x and x[0])

@ -76,7 +76,7 @@ class Wsdl(WsdlBase):
expert=('cl_image_linux_shortname',
'cl_image_arch_machine',
'cl_image_new_only')),
lambda group: group(_("Allocate drive space"),
lambda group: group(_("Installation type"),
normal=('cl_autopartition_set',),
hide=('cl_autopartition_set',
'cl_autopartition_root_size',
@ -88,8 +88,9 @@ class Wsdl(WsdlBase):
'cl_autopartition_swap_size',
'cl_autopartition_device'),
expert_label=_(
"Click to set up autopartition options")),
lambda group: group(_("Mount points"),
"Click to select partitions to be created")
),
lambda group: group(_("Layout"),
normal=('os_location_data',),
hide=('os_location_data', 'os_install_mbr',
'os_install_uefi'),

Loading…
Cancel
Save