diff --git a/i18n/cl_client_ru.mo b/i18n/cl_client_ru.mo index 289ff3c..6f59c33 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 1dea4c0..753d459 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -459,7 +459,7 @@ conjunction with the 'login' or 'logout'") if os.getuid() == 0 and os.getgid() == 0: return True else: - self.printERROR("The user is not root") + self.printERROR(_("The user is not root")) return False @@ -1037,7 +1037,7 @@ conjunction with the 'login' or 'logout'") foundMountHome = self.isMount(pathHome ,"none",False) domain = self.clVars.Get("cl_remote_host") if not domain: - self.printWARNING("The computer is not in domain") + self.printWARNING(_("The computer is not in domain")) return True if foundMountRemote: textLineUmount = self.umountSleepPath(pathRemote)