Fixed build

pull/239/head
parent 6843b6b579
commit b47ad7c05b

@ -1874,6 +1874,14 @@ msgstr ""
msgid "Reboot" msgid "Reboot"
msgstr "" msgstr ""
#: source/ubl-strings.h:543
msgid "Invalid devices parity. Needed:"
msgstr ""
#: source/ubl-strings.h:543
msgid "Invalid devices chosen. Needed:"
msgstr ""
#: source/ubl-strings.h:543 #: source/ubl-strings.h:543
msgid "Shudown" msgid "Shudown"
msgstr "" msgstr ""

@ -1865,6 +1865,14 @@ msgstr ""
msgid "Reboot" msgid "Reboot"
msgstr "Перезагрузить" msgstr "Перезагрузить"
#: source/ubl-strings.h:543
msgid "Invalid devices parity. Needed:"
msgstr "Неверная проверка четности устройств. Требуется:"
#: source/ubl-strings.h:543
msgid "Invalid devices chosen. Needed:"
msgstr "Выбраны недействительные устройства. Требуется:"
#: source/ubl-strings.h:543 #: source/ubl-strings.h:543
msgid "Shudown" msgid "Shudown"
msgstr "Выключить" msgstr "Выключить"

@ -517,7 +517,7 @@ int yon_advanced_save(main_window *widgets){
char *encryption[2] = {NULL}; char *encryption[2] = {NULL};
char *format[2] = {NULL}; char *format[2] = {NULL};
if (!sections_size){ if (!sections_size){
yon_ubl_status_box_spawn(GTK_COMBO_BOX(widgets->StatusBox),NOTHING_CHOSEN_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE); yon_ubl_status_box_spawn(GTK_CONTAINER(widgets->StatusBox),NOTHING_CHOSEN_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE);
return 0; return 0;
} }
advanced_section *cur_section = sections[0]->sys_section?sections[0]:sections[1]; advanced_section *cur_section = sections[0]->sys_section?sections[0]:sections[1];

@ -206,8 +206,8 @@ NULL)
#define SAVE_AND_EXIT_LABEL _("Save and exit") #define SAVE_AND_EXIT_LABEL _("Save and exit")
#define NO_LABEL _("No") #define NO_LABEL _("No")
#define PARITY_INVALID_LABEL(target) yon_char_unite("Invalid devices parity. Needed: ",target,NULL) #define PARITY_INVALID_LABEL(target) yon_char_unite("Invalid devices parity. Needed:"," ",target,NULL)
#define COUNT_INVALID_LABEL(target) yon_char_unite("Invalid devices chosen. Needed: ",target,NULL) #define COUNT_INVALID_LABEL(target) yon_char_unite("Invalid devices chosen. Needed:"," ",target,NULL)
#define ABOUT_TITLE_LABEL _("About system installation") #define ABOUT_TITLE_LABEL _("About system installation")
#define VALUE_REPEAT_LABEL _("Repeating values") #define VALUE_REPEAT_LABEL _("Repeating values")

Loading…
Cancel
Save