From cfeec40d6d38e0ec1fde6485b51c0169f9c84d0e Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Tue, 31 Mar 2009 10:05:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-client/trunk@1150 c91db197-33c1-4113-bf15-f8a5c547ca64 --- i18n/cl_client_ru.mo | Bin 2148 -> 2111 bytes pym/cl_client.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/cl_client_ru.mo b/i18n/cl_client_ru.mo index 78da732cb74ef705bd782f78a2935aecac7cf787..ec2d422a9dd60fd55a1fcc320895b9ee7efb16b8 100644 GIT binary patch delta 620 zcmZ|LPe@cj9KiA4TYLVg3{BmZq?iKNgG6}HKtx&DiqfF)(y0<1Yhm5DyD{Zw_0R4|RtaRk@V9rOo#G1(~6gCm&1863j5n8fdR z3I8@;-s>z)J6Qr5yn#>gCK^1B-CR!!(^1ar&hYi_|GB$zSvJWD#=+CV_kskvfa zmt-QFxvi#yLP1ZLl@7xojIJdfr({x>%dXIT@xMCtUx|st`Ija(b-Qd=%?Idv!Ovrh88dq@5LP!#)HgNIWl7W2l$wrW>gDf97&x?ZjB IH{JJk06YPatN;K2 delta 635 zcmZ|Ly)Oho7{~Fs<<7gDckvRdKq7Gx@m7d;5pM}m3RlQsMGm`%(BKe_Lb6e!(Bp-Qd#OP)G4VVh4uSO`rV)!n-HPiS-njLE6sjz4cYBlQT9N< zoHT-y`kXmCVax<9-RJY!quP9p+KA!h;J7&(G*(p0f)y}zD-a6tVd+aoXi6`$D42`X z={|ea`ZasaU7xWpBQhrMaP*YeWY(&fFgChwe0j$*W2+2`)Z wDhgp0NLQ5O)9?St_Zae!u$Z&qZ2t|c`xAI8BhI=LR;H$HJ$wAFFQ1E@8~^|S 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 файла