From b0a632a8d84e7a9e51eb80a4d38c7090ccaa49c2 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 15 Jan 2026 09:47:24 +0000 Subject: [PATCH] Localisation update --- source/libublsettingsui-gtk3.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/libublsettingsui-gtk3.h b/source/libublsettingsui-gtk3.h index 82f4978..f4fd471 100644 --- a/source/libublsettingsui-gtk3.h +++ b/source/libublsettingsui-gtk3.h @@ -726,4 +726,9 @@ yon_window *yon_window_new(); #define DMY_SLASH_FORMAT_LABEL yon_char_get_localised_from_lib("DD/MM/YYYY") #define MDY_FORMAT_LABEL yon_char_get_localised_from_lib("MM-DD-YYYY") #define _WEAK_PASSWORD_LABEL yon_char_get_localised_from_lib("The password does not meet the password policy requirements") + #define _WARNING_LABEL yon_char_get_localised_from_lib("Warning") + #define _CREATE_CONFIG_DIALOG_LABEL yon_char_get_localised_from_lib("Configuration file does not exist. Create new configuration file?") + #define _CREATE_CONFIG_DIALOG_HOMEDIR_LABEL yon_char_get_localised_from_lib("Configuration file does not exist. Create new configuration file? New configuration file will be created at your user's home directory") + + #endif \ No newline at end of file