Translated More button at driver processing menu

pull/28/head
parent 4df9277bc8
commit 839efded39

@ -72,6 +72,7 @@
#define DELETE_LABEL _("Delete monitor configuration") #define DELETE_LABEL _("Delete monitor configuration")
#define ADD_LABEL _("Add monitor configuration") #define ADD_LABEL _("Add monitor configuration")
#define SWITCH_LABEL _("Switch monitor") #define SWITCH_LABEL _("Switch monitor")
#define MORE_LABEL _("More")
#define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?") #define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?")
#define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.") #define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.")

@ -110,6 +110,7 @@ void yon_terminal_start(widgets_dict *widgets, char *usr_command){
widgets->TerminalInfoLabel = yon_gtk_builder_get_widget(builder, "TerminalInfoLabel"); widgets->TerminalInfoLabel = yon_gtk_builder_get_widget(builder, "TerminalInfoLabel");
GtkWidget *terminal = yon_gtk_builder_get_widget(builder, "TerminalTerminal"); GtkWidget *terminal = yon_gtk_builder_get_widget(builder, "TerminalTerminal");
gtk_button_set_label(GTK_BUTTON(widgets->TerminalMoreButton),MORE_LABEL);
vte_terminal_set_size(VTE_TERMINAL(terminal),10,15); vte_terminal_set_size(VTE_TERMINAL(terminal),10,15);
gtk_widget_set_app_paintable(terminal,1); gtk_widget_set_app_paintable(terminal,1);
gtk_style_context_add_class(gtk_widget_get_style_context(terminal),"opacited"); gtk_style_context_add_class(gtk_widget_get_style_context(terminal),"opacited");

@ -328,6 +328,10 @@ msgstr ""
msgid "Supported Devices" msgid "Supported Devices"
msgstr "" msgstr ""
#: source/ubl-settings-video-strings.h:58
msgid "More"
msgstr ""
#: source/ubl-settings-video-strings.h:61 #: source/ubl-settings-video-strings.h:61
msgid "Accept" msgid "Accept"
msgstr "" msgstr ""

@ -327,6 +327,9 @@ msgstr "Установлено"
msgid "Package" msgid "Package"
msgstr "Пакет" msgstr "Пакет"
#: source/ubl-settings-video-strings.h:58
msgid "More"
msgstr "Подробнее"
#: source/ubl-settings-video-strings.h:58 #: source/ubl-settings-video-strings.h:58
msgid "installed" msgid "installed"

Loading…
Cancel
Save