master #191

Merged
asmeron merged 2 commits from YanTheKaller/ubl-settings-datetime:master into master 3 months ago

@ -5,8 +5,8 @@
#define SYNC_ERROR_LABEL _("Syncronisation error") #define SYNC_ERROR_LABEL _("Syncronisation error")
#define EMPTY_IMPORTANT_LABEL _("Important field is empty") #define EMPTY_IMPORTANT_LABEL _("Important field is empty")
#define ACCEPT_LABEL _("Accept") // #define ACCEPT_LABEL _("Accept")
#define CANCEL_LABEL _("Cancel") // #define CANCEL_LABEL _("Cancel")
#define CURRENT_DATETIME_LABEL _("Current date and time") #define CURRENT_DATETIME_LABEL _("Current date and time")
#define TIME_LABEL _("Time:") #define TIME_LABEL _("Time:")
#define DATE_LABEL _("Date:") #define DATE_LABEL _("Date:")
@ -16,7 +16,7 @@
#define SYNC_NTP_LABEL _("Synchronize via NTP") #define SYNC_NTP_LABEL _("Synchronize via NTP")
#define SYNC_SUCCESS_LABEL _("The selected date and time are set") #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 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 STOPPED_LABEL _("Do not configure")
#define DISABLED_LABEL _("Stop") #define DISABLED_LABEL _("Stop")
#define DHCP_LABEL "DHCP" #define DHCP_LABEL "DHCP"
@ -30,16 +30,16 @@
#define ZONE_LABEL _("Zone:") #define ZONE_LABEL _("Zone:")
#define LOCAL_TIME_LABEL _("Local time") #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 DATE_DORMAT_TOOLTIP_LABEL _("Date\nformat")
#define YEAR_FORMAT_LABEL _("YYYY") // #define YEAR_FORMAT_LABEL _("YYYY")
#define MONTH_FORMAT_LABEL _("MM") // #define MONTH_FORMAT_LABEL _("MM")
#define DAY_FORMAT_LABEL _("DD") // #define DAY_FORMAT_LABEL _("DD")
#define DMY_FORMAT_LABEL _("DD.MM.YYYY") // #define DMY_FORMAT_LABEL _("DD.MM.YYYY")
#define DMY_MINUS_FORMAT_LABEL _("DD-MM-YYYY") // #define DMY_MINUS_FORMAT_LABEL _("DD-MM-YYYY")
#define DMY_SLASH_FORMAT_LABEL _("DD/MM/YYYY") // #define DMY_SLASH_FORMAT_LABEL _("DD/MM/YYYY")
#define MDY_FORMAT_LABEL _("MM-DD-YYYY") // #define MDY_FORMAT_LABEL _("MM-DD-YYYY")
#define SYNC_TOOLTIP_LABEL _("Set the selected date and time") #define SYNC_TOOLTIP_LABEL _("Set the selected date and time")
#define SYNC_HARDWARE_TOOLTIP_LABEL _("Set the selected date and time in the BIOS") #define SYNC_HARDWARE_TOOLTIP_LABEL _("Set the selected date and time in the BIOS")
Loading…
Cancel
Save