diff --git a/i18n/cl_client_ru.mo b/i18n/cl_client_ru.mo index 78da732..ec2d422 100644 Binary files a/i18n/cl_client_ru.mo and b/i18n/cl_client_ru.mo differ diff --git a/pym/cl_client.py b/pym/cl_client.py index ebfa33b..9b6605f 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -117,7 +117,7 @@ org.kde.kdialog.ProgressDialog' class ProgressProfile(cl_profile.profile): def __init__(self, vars): cl_profile.profile.__init__(self,vars) - self.progress = ProgressBar(_("Merging profiles ...")) + self.progress = ProgressBar(_("Setting up user profile") + " ...") def numberAllProfiles(self, number): self.progress.setMaximum(number) @@ -1786,9 +1786,9 @@ install/6intranet" %(domain,servDn,unixDN,bindDn,bindPw) if execStr: host = "" + host +"" rsync = RsyncProgressBar(\ - _("Receiving file list from %s server ...") % host, - _("Syncronizing user settings with %s server ...") % - host,execStr) + _("Receiving file list from %s server") % host + " ...", + _("Downloading the user profile from %s server") % host \ + + " ...", execStr) configFileName = os.path.join(homeProfile,self.configFile) if sync == "login": # получить переменную files из секции Rsync файла