Localisation change

pull/79/head
parent 2c85599ba0
commit 041306e48e

@ -487,3 +487,6 @@ msgstr ""
#: source/libublsettingsui-gtk3.h:728 #: source/libublsettingsui-gtk3.h:728
msgid "User" msgid "User"
msgstr "" msgstr ""
msgid "Open configuration file"
msgstr ""

@ -496,3 +496,6 @@ msgstr "Группа"
#: source/libublsettingsui-gtk3.h:728 #: source/libublsettingsui-gtk3.h:728
msgid "User" msgid "User"
msgstr "Пользователь" msgstr "Пользователь"
msgid "Open configuration file"
msgstr "Открыть файл конфигурации"

@ -511,8 +511,8 @@ char *yon_custom_config_init(GtkFileChooserAction type){
filechooser_window *dialog = yon_config_file_chooser_window_new(type); filechooser_window *dialog = yon_config_file_chooser_window_new(type);
gtk_widget_hide(dialog->ChooseFolderCheck); gtk_widget_hide(dialog->ChooseFolderCheck);
yon_gtk_window_setup(GTK_WINDOW(dialog->Window),NULL,template_app_information.app_title,yon_char_unite("com.ublinux.",template_app_information.app_tech_name,NULL),"ConfigFilechooserWindow"); yon_gtk_window_setup(GTK_WINDOW(dialog->Window),NULL,OPEN_CONFIGURATION_FILE_LABEL,yon_char_unite("com.ublinux.",template_app_information.app_tech_name,NULL),"ConfigFilechooserWindow");
gtk_label_set_text(GTK_LABEL(dialog->HeaderTopic),template_app_information.app_title); gtk_label_set_text(GTK_LABEL(dialog->HeaderTopic),OPEN_CONFIGURATION_FILE_LABEL);
if (type==GTK_FILE_CHOOSER_ACTION_SAVE){ if (type==GTK_FILE_CHOOSER_ACTION_SAVE){
// yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL)); // yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL));

@ -641,6 +641,7 @@ yon_window *yon_window_new();
#define CANCEL_LABEL yon_char_get_localised_from_lib("Cancel") #define CANCEL_LABEL yon_char_get_localised_from_lib("Cancel")
#define ACCEPT_LABEL yon_char_get_localised_from_lib("Ok") #define ACCEPT_LABEL yon_char_get_localised_from_lib("Ok")
#define OPEN_LABEL yon_char_get_localised_from_lib("Open") #define OPEN_LABEL yon_char_get_localised_from_lib("Open")
#define OPEN_CONFIGURATION_FILE_LABEL yon_char_get_localised_from_lib("Open configuration file")
#define CREATE_FOLDER_LABEL yon_char_get_localised_from_lib("Create directory") #define CREATE_FOLDER_LABEL yon_char_get_localised_from_lib("Create directory")
#define SELECT_FOLDER_LABEL yon_char_get_localised_from_lib("Select directory") #define SELECT_FOLDER_LABEL yon_char_get_localised_from_lib("Select directory")

Loading…
Cancel
Save