Localisation update

pull/73/head
parent 14e78a1b57
commit b0a632a8d8

@ -726,4 +726,9 @@ yon_window *yon_window_new();
#define DMY_SLASH_FORMAT_LABEL yon_char_get_localised_from_lib("DD/MM/YYYY") #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 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 _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 #endif
Loading…
Cancel
Save