Translate update

master
parent 059569bf41
commit aa2c4b9cd0

Binary file not shown.

@ -521,7 +521,7 @@ conjunction with the 'login' or 'logout'")
(optDialog and options.has_key(optDialog)):
if not pwdA or not (pwdA == pwdB):
self.printERROR (_("ERROR") + ": " +\
_("password incorrect")+ ": " + _("try again"))
_("passwords do not match"))
return False
userPwd = pwdA
return userPwd
@ -806,7 +806,7 @@ conjunction with the 'login' or 'logout'")
if self.isRoot(False):
self.printERROR(_("The user is root"))
self.printWARNING(\
_("The program can be executed from a non-root user"))
_("The program can be executed from a non-root user only"))
return False
# DNS имя хоста
data = self.getServerDataUser()

Loading…
Cancel
Save