From 0fa9207a4ac58b6257157bfa50b18cbe96bb9d5a Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:35:09 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index c443502..d1325e3 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -4,7 +4,7 @@ #define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-repomanager") -#define NOTHING_CHOSEN_LABEL _("Nothing were chosen") +// #define NOTHING_CHOSEN_LABEL _("Nothing were chosen") #define INFORMATION_LABEL _("Information") @@ -67,7 +67,7 @@ #define DELETE_TOOLTIP_LABEL _("Delete") #define ADD_REPO_TOOLTIP_LABEL _("Add repository") #define REPOSITORIES_LABEL _("Repository (-ies)") -#define ACCEPT_LABEL _("Accept") +// #define ACCEPT_LABEL _("Accept") #define REPO_LABEL _("Repository:") #define SOURCE_LABEL _("Source") @@ -95,7 +95,7 @@ #define KEY_CREATION_FAILURE_LABEL _("Key creation failed") #define CHOOSE_LABEL _("Choose") -#define CANCEL_LABEL _("Cancel") +// #define CANCEL_LABEL _("Cancel") #define CREATE_REPO_LABEL _("Open or create repository") #define OPEN_REPO_LABEL _("Open existing repository") @@ -105,7 +105,7 @@ #define ENABLE_DISABLE_REPO_LABEL _("Enable/disable repository publish") #define CHECK_REPO_LABEL _("Check dependences") #define SIGN_REPO_LABEL _("Sign ripository") -#define OPEN_LABEL _("Open") +// #define OPEN_LABEL _("Open") #define OPERATION_DONE_LABEL _("Operation done") -- 2.35.1