Change format of multilines strings.

master3.3
Mike Hiretsky 13 years ago
parent c202ea1856
commit 1c4700e3c7

@ -1980,8 +1980,8 @@ class client(share, commandServer, encrypt):
if remoteHost:
self.printERROR(_("The computer is already in the domain %s")\
%remoteHost)
self.printWARNING(_("Before joining the domain, \
you need to remove it from the previous domain"))
self.printWARNING(_("Before joining the domain, "
"you need to remove it from the previous domain"))
self.printWARNING(_("Run 'cl-client -r'"))
return False
@ -2324,7 +2324,7 @@ you need to remove it from the previous domain"))
return False
self.printOK(_("Changed password of user %s")%os.environ["USER"] + \
" ...")
self.printWARNING(_("Password will be changed when you logout from the \
X session"))
self.printWARNING(_("Password will be changed when you logout from the"
" X session"))
return True

@ -26,8 +26,8 @@ lang().setLanguage(sys.modules[__name__])
USAGE = _("%prog [options] domain")
# Коментарии к использованию программы
COMMENT_EXAMPLES = _("Adds settings for connecting to domain \
server.calculate.ru")
COMMENT_EXAMPLES = _("Adds settings for connecting to domain "
"server.calculate.ru")
# Пример использования программы
EXAMPLES = _("%prog server.calculate.ru")

@ -36,14 +36,14 @@ DESCRIPTION = _("Mounting resources and synchronize the user profile")
# Опции командной строки
CMD_OPTIONS = [{'longOption':"login",
'help':_("mount user resource and synchronize the user \
profile")},
'help':_("mount user resource and synchronize the user "
"profile")},
{'longOption':"logout",
'help':_("synchronize the user profile and umount user \
resource")},
'help':_("synchronize the user profile and umount user "
"resource")},
{'longOption':"nosync",
'help':_("not synchronize the user preferences, is used \
in conjunction with the 'login' or 'logout'")},
'help':_("not synchronize the user preferences, is used "
"in conjunction with the 'login' or 'logout'")},
{'longOption':"set"},
{'longOption':"progress",
'help':_("show progress bar for xdm startup")}]

Loading…
Cancel
Save