Localisation updates

pull/13/head
parent ab2b8638c3
commit bc8b906a71

@ -881,9 +881,9 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){
yon_debug_output("Save changed to: %s\n",yon_char_from_int(main_config.save_done)); yon_debug_output("Save changed to: %s\n",yon_char_from_int(main_config.save_done));
yon_debug_output("Install state: %s\n",yon_char_from_int(main_config.install_complete)); yon_debug_output("Install state: %s\n",yon_char_from_int(main_config.install_complete));
if (main_config.install_complete) if (main_config.install_complete){
gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_COMPLETION); gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_COMPLETION);
else { } else {
gtk_widget_set_sensitive(widgets->CancelInstallButton,0); gtk_widget_set_sensitive(widgets->CancelInstallButton,0);
gtk_widget_set_sensitive(widgets->NextButton,0); gtk_widget_set_sensitive(widgets->NextButton,0);
gtk_widget_set_sensitive(widgets->BackButton,0); gtk_widget_set_sensitive(widgets->BackButton,0);

@ -133,5 +133,6 @@
#define INSTALLATION_OPTIONS_LABEL _("Installation options") #define INSTALLATION_OPTIONS_LABEL _("Installation options")
#define CONFIGURATION_MODE_LABEL _("Configuration mode")
#define ERROR_HEAD_LABEL _("Error") #define ERROR_HEAD_LABEL _("Error")
#define ERROR_LABEL _("Error has occured while installation process") #define ERROR_LABEL _("Error has occured while installation process")

@ -482,6 +482,10 @@ msgstr ""
msgid "Error has occured while installation process" msgid "Error has occured while installation process"
msgstr "" msgstr ""
#: source/ubl-strings.h:136
msgid "Configuration mode"
msgstr ""
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""

@ -504,6 +504,10 @@ msgstr "Ошибка"
msgid "Error has occured while installation process" msgid "Error has occured while installation process"
msgstr "Во время процесса установки произошла ошибка" msgstr "Во время процесса установки произошла ошибка"
#: source/ubl-strings.h:136
msgid "Configuration mode"
msgstr "Режим конфигурации"
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Африканский" msgstr "Африканский"

Loading…
Cancel
Save