From 493e12a24175028fd48b45f8c9e1d6779ed31e50 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 20 Jun 2025 03:20:19 +0000 Subject: [PATCH] Localisation fix --- locale/ubl-settings-usergroups_ru.po | 4 ++-- source/ubl-strings.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/ubl-settings-usergroups_ru.po b/locale/ubl-settings-usergroups_ru.po index 7560563..4ad87bc 100644 --- a/locale/ubl-settings-usergroups_ru.po +++ b/locale/ubl-settings-usergroups_ru.po @@ -1012,7 +1012,7 @@ msgstr "Разблокировать вход по паролю" #: source/ubl-strings.h:283 msgid "The primary group" msgstr "" -"Основная группа" +"В основную группу" #: source/ubl-strings.h:283 msgid "of the deleted user" @@ -1028,7 +1028,7 @@ msgstr "Группа" #: source/ubl-strings.h:283 msgid "will not be deleted and will be synchronized with the configuration" -msgstr "не будет удалена и будет синхронизирована с конфигурацией." +msgstr "не будет удалена и будет синхронизирована с конфигурацией" #: source/ubl-strings.h:284 msgid "" diff --git a/source/ubl-strings.h b/source/ubl-strings.h index f298c07..6a4c463 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -280,7 +280,7 @@ #define UNBOCK_LOGIN_LABEL _("Unblock login with password") // #define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends) yon_char_unite(_("User(-s)")," \"",target,"\" ",_("is included into main group of users")," \"",depends,"\", ",_("which will be deleted"),".\n",_("After reboot users")," ",depends," ",_("main group will be set to default group"),".",NULL) -#define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends,group) yon_char_unite(_("The primary group")," \"",group,"\" ",_("of the deleted user")," \"",target,"\" ",_("includes user(s)")," ",depends,".\n",_("The group")," ",group," ",_("will not be deleted and will be synchronized with the configuration"),".",NULL) +#define CONFIRMATION_GROUP_DEPENDS_SINGLE_LABEL(target,depends,group) yon_char_unite(_("The primary group")," \"",group,"\" ",_("of the deleted user")," \"",target,"\" ",_("includes user(s)")," ",depends,".\n",_("The group")," \"",group,"\" ",_("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")