From a6c7c2ccb2bd467c76b92dd8c948a48c246f4503 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 13 Jan 2026 11:13:08 +0000 Subject: [PATCH] Removed repeating localisation --- source/ubl-strings.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index e5cb0bd..de50540 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -5,8 +5,8 @@ #define SYNC_ERROR_LABEL _("Syncronisation error") #define EMPTY_IMPORTANT_LABEL _("Important field is empty") -#define ACCEPT_LABEL _("Accept") -#define CANCEL_LABEL _("Cancel") +// #define ACCEPT_LABEL _("Accept") +// #define CANCEL_LABEL _("Cancel") #define CURRENT_DATETIME_LABEL _("Current date and time") #define TIME_LABEL _("Time:") #define DATE_LABEL _("Date:") @@ -16,7 +16,7 @@ #define SYNC_NTP_LABEL _("Synchronize via NTP") #define SYNC_SUCCESS_LABEL _("The selected date and time are set") #define SYNC_HARDWARE_SUCCESS_LABEL _("The selected date and time are set in the BIOS") -#define DEFAULT_LABEL _("Default") +// #define DEFAULT_LABEL _("Default") #define STOPPED_LABEL _("Do not configure") #define DISABLED_LABEL _("Stop") #define DHCP_LABEL "DHCP" @@ -30,16 +30,16 @@ #define ZONE_LABEL _("Zone:") #define LOCAL_TIME_LABEL _("Local time") -#define DATE_FORMAT_SETTINGS_LABEL _("Date format:") +// #define DATE_FORMAT_SETTINGS_LABEL _("Date format:") #define DATE_DORMAT_TOOLTIP_LABEL _("Date\nformat") -#define YEAR_FORMAT_LABEL _("YYYY") -#define MONTH_FORMAT_LABEL _("MM") -#define DAY_FORMAT_LABEL _("DD") -#define DMY_FORMAT_LABEL _("DD.MM.YYYY") -#define DMY_MINUS_FORMAT_LABEL _("DD-MM-YYYY") -#define DMY_SLASH_FORMAT_LABEL _("DD/MM/YYYY") -#define MDY_FORMAT_LABEL _("MM-DD-YYYY") +// #define YEAR_FORMAT_LABEL _("YYYY") +// #define MONTH_FORMAT_LABEL _("MM") +// #define DAY_FORMAT_LABEL _("DD") +// #define DMY_FORMAT_LABEL _("DD.MM.YYYY") +// #define DMY_MINUS_FORMAT_LABEL _("DD-MM-YYYY") +// #define DMY_SLASH_FORMAT_LABEL _("DD/MM/YYYY") +// #define MDY_FORMAT_LABEL _("MM-DD-YYYY") #define SYNC_TOOLTIP_LABEL _("Set the selected date and time") #define SYNC_HARDWARE_TOOLTIP_LABEL _("Set the selected date and time in the BIOS") \ No newline at end of file