@ -1006,47 +1006,67 @@ msgid "Block login with password"
msgstr "Заблокировать вход по паролю"
#: source/ubl-strings.h:280
#, fuzzy
msgid "Unblock login with password"
msgstr "Разблокировать вход по паролю"
#: source/ubl-strings.h:282
msgid "User(-s)"
msgstr "Пользователь(-ли)"
#: source/ubl-strings.h:282
msgid "is included into main group of users"
msgstr "включен(-ы) в основную группу"
#: source/ubl-strings.h:283
msgid "The primary group"
msgstr ""
"Основная группа"
#: source/ubl-strings.h:282
msgid "which will be deleted"
msgstr "которая будет удалена"
#: source/ubl-strings.h:283
msgid "of the deleted user"
msgstr "удаляемого пользователя"
#: source/ubl-strings.h:282
msgid "After reboot users"
msgstr "После перезагрузки пользователь(-ли)"
#: source/ubl-strings.h:283
msgid "includes user(s)"
msgstr "включен(-ы) пользователь(-ли)"
#: source/ubl-strings.h:282
msgid "main group will be set to default group"
msgstr "получит(-ат) основную группу по умолчанию"
#: source/ubl-strings.h:283
msgid "The group"
msgstr "Группа"
#: source/ubl-strings.h:283
msgid "will not be deleted and will be synchronized with the configuration"
msgstr "не будет удалена и будет синхронизирована с конфигурацией."
#: source/ubl-strings.h:284
msgid ""
"Some of users, chosen for deletion, are included as main group for other "
"users. This users will get default main group after reboot"
"users. This groups will not be deleted and will be synchronized with the "
"configuration"
msgstr ""
"Часть пользователей выбранных на удаление используются как основные группы "
"других пользователей. После перезагрузки эти пользователи получат основную "
"группу по умолчанию"
"других пользователей. После перезагрузки этигруппы не будут удалены и будут синхронизированы с конфигурацией."
#: source/ubl-strings.h:282
msgid "User auth with password is blocked for user.\nOther access methods are allowed (key auth, user switching etc)."
msgstr "Аутентификация с помощью пароля заблокирована для пользователя.\nОстальные методы входа разрешены (аутентификация на основе ключей, переключение на пользователя и т.д.)"
#: source/ubl-strings.h:286
msgid "User auth with password is allowed"
msgstr "Аутентификация пользователя разрешена"
#: source/ubl-strings.h:282
#: source/ubl-strings.h:287
msgid "User auth is forbidden"
msgstr "Аутентификация пользователя запрещена"
#: source/ubl-strings.h:282
msgid "User auth with password is allowed"
msgstr "Аутентификация пользователя разрешена"
#: source/ubl-strings.h:288
msgid ""
"User auth with password is blocked for user.\n"
"Other access methods are allowed (key auth, user switching etc)."
msgstr ""
"Аутентификация с помощью пароля заблокирована для пользователя.\n"
"Остальные методы входа разрешены (аутентификация на основе ключей, "
"переключение на пользователя и т.д.)"
#~ msgid "User(-s)"
#~ msgstr "Пользователь(-ли)"
#~ msgid "is included into main group of users"
#~ msgstr "включен(-ы) в основную группу"
#~ msgid "which will be deleted"
#~ msgstr "которая будет удалена"
#~ msgid "After reboot users"
#~ msgstr "После перезагрузки пользователь(-ли)"
#~ msgid "main group will be set to default group"
#~ msgstr "получит(-ат) основную группу по умолчанию"
#define BLOCK_LOGIN_LABEL _("Block login with password")
#define UNBOCK_LOGIN_LABEL _("Unblock login with password")
#define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends) yon_char_unite(_("User(-s)")," <b>\"",target,"\"</b> ",_("is included into main group of users")," <b>\"",depends,"\"</b>, ",_("which will be deleted"),".\n",_("After reboot users")," <b>",depends,"</b> ",_("main group will be set to default group"),".",NULL)
// #define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends) yon_char_unite(_("Main group")," <b>\"",group,"\"</b> ",_("of deleted user")," <b>\"",target,"\"</b>, ",_("is including user(-s) "),depends,".\n",_("Group")," <b>",group,"</b> ",_("This group will be sinchronized with configuration "),".",NULL)
#define CONFIRMATION_GROUP_DEPENDS_MULTIPLE_LABEL _("Some of users, chosen for deletion, are included as main group for other users. This users will get default main group after reboot")
// #define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends) yon_char_unite(_("User(-s)")," <b>\"",target,"\"</b> ",_("is included into main group of users")," <b>\"",depends,"\"</b>, ",_("which will be deleted"),".\n",_("After reboot users")," <b>",depends,"</b> ",_("main group will be set to default group"),".",NULL)
#define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends,group) yon_char_unite(_("The primary group")," <b>\"",group,"\"</b> ",_("of the deleted user")," <b>\"",target,"\"</b> ",_("includes user(s)")," ",depends,".\n",_("The group")," <b>",group,"</b> ",_("will not be deleted and will be synchronized with the configuration"),".",NULL)
#define CONFIRMATION_GROUP_DEPENDS_MULTIPLE_LABEL _("Some of users, chosen for deletion, are included as main group for other users. This groups will not be deleted and will be synchronized with the configuration")
#define AUTH_ALLOWED_LABEL _("User auth with password is allowed")
#define AUTH_FORBIDDEN_LABEL _("User auth is forbidden")