Localisation updates

pull/13/head
parent 387b736e44
commit df39164d76

@ -422,8 +422,6 @@ void on_page_changed(GtkWidget *,GtkWidget *,int page, main_window *widgets){
gtk_widget_set_sensitive(widgets->BackButton,0); gtk_widget_set_sensitive(widgets->BackButton,0);
if (main_config.config_save_thread) if (main_config.config_save_thread)
g_thread_join(main_config.config_save_thread); g_thread_join(main_config.config_save_thread);
// if (!main_config.install_thread&&!main_config.install_complete)
// main_config.install_thread = g_thread_new("InstallThread",(GThreadFunc)yon_installation_start,widgets);
if (!main_config.progress_thread) if (!main_config.progress_thread)
main_config.progress_thread = gdk_threads_add_timeout(500,(GSourceFunc)yon_installation_progress_update,widgets); main_config.progress_thread = gdk_threads_add_timeout(500,(GSourceFunc)yon_installation_progress_update,widgets);

@ -116,3 +116,7 @@
#define OPEN_DOCUMENTATION_LABEL _("Open documentation") #define OPEN_DOCUMENTATION_LABEL _("Open documentation")
#define INSTALLATION_ERROR _("Installation error") #define INSTALLATION_ERROR _("Installation error")
#define ATTENTION_NEXT_LABEL _("Attention! The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved.")
#define ERROR_HEAD_LABEL _("Error")
#define ERROR_LABEL _("Error has occured while installation process")

@ -462,6 +462,22 @@ msgstr ""
msgid "Open documentation" msgid "Open documentation"
msgstr "" msgstr ""
#: source/ubl-strings.h:102
msgid "Installation error"
msgstr ""
#: source/ubl-strings.h:102
msgid "Attention! The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved."
msgstr ""
#: source/ubl-strings.h:102
msgid "Error"
msgstr ""
#: source/ubl-strings.h:102
msgid "Error has occured while installation process"
msgstr ""
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""

@ -479,6 +479,22 @@ msgstr "Всегда перенаправлять"
msgid "Open documentation" msgid "Open documentation"
msgstr "Открыть документацию" msgstr "Открыть документацию"
#: source/ubl-strings.h:102
msgid "Installation error"
msgstr "Ошибка установки"
#: source/ubl-strings.h:102
msgid "Attention! The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved."
msgstr "Внимание! ОС UBLinux будет установлена в выбранный раздел. Если не менять тип ФС и не форматировать, все данные на разделе будут сохранены"
#: source/ubl-strings.h:102
msgid "Error"
msgstr "Ошибка"
#: source/ubl-strings.h:102
msgid "Error has occured while installation process"
msgstr "Во время процесса установки произошла ошибка"
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Африканский" msgstr "Африканский"

Loading…
Cancel
Save