From cb1f99682cec5eeb5d74afa5f8e1de7470bb3ce9 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:27:48 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 86657bf..a0dbb01 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -3,13 +3,13 @@ -#define CANCEL_LABEL _("Cancel") -#define NOTHING_CHOSEN_LABEL _("Nothing were chosen") +// #define CANCEL_LABEL _("Cancel") +// #define NOTHING_CHOSEN_LABEL _("Nothing were chosen") #define FILTER_NAME_CONFIG_LABEL yon_char_append(_("Configuration file")," *.ini") #define CHOOSE_CUSTOM_CONFIG_LABEL _("Choose custom configuration file") -#define ACCEPT_LABEL _("Accept") +// #define ACCEPT_LABEL _("Accept") #define CHOOSE_DIR_NOT_FILE_LABEL _("Choose directory instead of file") //ubl-settings-logging.glade @@ -43,7 +43,7 @@ #define SYSLOG_DESCRIPTION_LABEL _("System log") #define XORG_DESCRIPTION_LABEL _("X.org display server log") #define XSESSION_DESCRIPTION_LABEL _("Graphics X session log") -#define SAVE_LABEL _("Save") +// #define SAVE_LABEL _("Save") #define SERVICE_MANAGEMENT_TOOLTIP _("Manage service") //ubl-settings-logging-inspector.glade @@ -81,7 +81,7 @@ #define LOWER_SIZE_LABEL _("Lower size to:") #define APPLY_LABEL _("Apply") #define STATISTICS_LABEL _("Statistics") -#define DEFAULT_LABEL _("Default") +// #define DEFAULT_LABEL _("Default") #define RAM_LABEL _("RAM") #define DRIVE_LABEL _("Drive") #define AUTO_LABEL _("Auto") @@ -209,9 +209,9 @@ //ubl-settings-logging-terminal.glade #define PATH_NOT_FOUND_LABEL _(": no such file(s)") -#define PARAMETER_LABEL _("Parameter") -#define OLD_VALUE_LABEL _("Old value") -#define NEW_VALUE_LABEL _("New value") +// #define PARAMETER_LABEL _("Parameter") +// #define OLD_VALUE_LABEL _("Old value") +// #define NEW_VALUE_LABEL _("New value") #define FILECHOOSER_TITLE_LABEL _("Choose a path") #define SAVE_TITLE_LABEL _("Saving") -- 2.35.1