English update

master-3.5 3.5.0
parent 5dab34aa14
commit 7ff158264e

@ -1184,7 +1184,7 @@ class Update(MethodsInterface):
os.unlink(bin_cache_fn) os.unlink(bin_cache_fn)
except OSError: except OSError:
raise UpdateError( raise UpdateError(
_("Failed to clear ini cache of binary repository")) _("Failed to remove cached ini.env of binary repository"))
raise UpdateError(_("Failed to find the server with " raise UpdateError(_("Failed to find the server with "
"appropriate updates")) "appropriate updates"))

@ -87,7 +87,7 @@ class Wsdl(WsdlBase):
'cl_update_branch_data', 'cl_update_branch_data',
'cl_templates_locate', 'cl_templates_locate',
'cl_verbose_set', 'cl_dispatch_conf'), 'cl_verbose_set', 'cl_dispatch_conf'),
next_label=_("Perform"))]}, next_label=_("Run"))]},
# #
# Сменить профиль # Сменить профиль
# #
@ -140,7 +140,7 @@ class Wsdl(WsdlBase):
'cl_update_profile_linux_fullname', 'cl_update_profile_linux_fullname',
'cl_update_profile_depend_data') 'cl_update_profile_depend_data')
)], )],
'brief': {'next': __("Perform"), 'brief': {'next': __("Run"),
'name': __("Set the profile")}}, 'name': __("Set the profile")}},
# #
# Настроить автопроверку обновлений # Настроить автопроверку обновлений

Loading…
Cancel
Save