From 61aedd8ab98b1db9c022f5687ee27c7210af5a35 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:47:45 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 948c679..e41a3a9 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -26,7 +26,7 @@ #define PASSWORD_HASH_USER_LABEL _("Password hash algorythm:") #define SYNC_SAMBA_USER_LABEL _("Sync with SAMBA user") #define EXTRA_OPTIONS_USER_LABEL _("Extra options:") -#define CANCEL_LABEL _("Cancel") +// #define CANCEL_LABEL _("Cancel") #define OK_LABEL _("Ok") #define PRINT_TOOLTIP_LABEL _("Print") #define USER_INFO_LABEL _("User information") @@ -88,7 +88,7 @@ #define BSDICRYPT_LABEL "bsdicrypt" #define DESCTRYPT_LABEL "desctrypt" #define NT_LABEL "nt" -#define ACCEPT_LABEL _("Accept") +// #define ACCEPT_LABEL _("Accept") #define ENCRYPT_SURE_LABEL yon_char_unite("",_("Attention!")," ",_("All unencrypted password in configuration will be encrypted.\nAre you sure want to encrypt all passwords? This action can't be undone."),NULL) #define ENCRYPT_TITLE_LABEL _("Encrypt all unencrypted passwords") #define ENCRYPT_TOOLTIP_LABEL _("Encrypt all unencrypted passwords at global configuration") @@ -188,7 +188,7 @@ #define CREATE_UNUNIQUE_LABEL _("Create user with ununique (repeating) UID") #define DO_NOT_CHECK_LABEL _("Do not check login for compliance with character rules") #define TEMPORARY_DEACTIVATION_LABEL _("Temporary deactivation") -#define SAVE_LABEL _("Save") +// #define SAVE_LABEL _("Save") #define LOGIN_TOOLTIP_NAME_LABEL _("login_name") #define GROUP_TOOLTIP_NAME_LABEL _("group_name") #define USER__NAME_LABEL _("User name") -- 2.35.1