Изменения для французского перевода

master3.3 3.2.4
Mike Khiretskiy 10 years ago
parent a4ac82b6a2
commit 5706139e80

@ -84,7 +84,8 @@ class Desktop:
if not mountEcryptfs(userName,userPwd,userDir): if not mountEcryptfs(userName,userPwd,userDir):
error = _("Failed to mount ecrypted data") error = _("Failed to mount ecrypted data")
except CommonError as e: except CommonError as e:
error = _("Failed to mount ecrypted data")+": \"%s\""%str(e) error = (_("Failed to mount ecrypted data")+
_(": ")+'":%s"'%str(e))
# если при подключении произошли ошибки # если при подключении произошли ошибки
if error: if error:
# заархивировать текущий профиль и удалить его # заархивировать текущий профиль и удалить его
@ -114,7 +115,8 @@ class Desktop:
if isBootstrapDataOnly(userDir): if isBootstrapDataOnly(userDir):
if childMounts(userDir): if childMounts(userDir):
raise DesktopError( raise DesktopError(
_("Failed to create the encrypted user profile")+":"+ _("Failed to create the encrypted user profile")+
_(": ")+
_("User home directory contains mount points")) _("User home directory contains mount points"))
# поместить данные во временный tarfile # поместить данные во временный tarfile
calculateName = ".calculate" calculateName = ".calculate"

Loading…
Cancel
Save