Localisation fixes

pull/121/head
parent cf04df0c68
commit 728558e230
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -298,7 +298,7 @@ msgid "Package"
msgstr "" msgstr ""
#: source/ubl-strings.h:61 #: source/ubl-strings.h:61
msgid "Supported Devices" msgid "Supported devices"
msgstr "" msgstr ""
#: source/ubl-strings.h:62 #: source/ubl-strings.h:62

@ -300,7 +300,7 @@ msgid "Package"
msgstr "Пакет" msgstr "Пакет"
#: source/ubl-strings.h:61 #: source/ubl-strings.h:61
msgid "Supported Devices" msgid "Supported devices"
msgstr "Поддерживаемые устройства" msgstr "Поддерживаемые устройства"
#: source/ubl-strings.h:62 #: source/ubl-strings.h:62

@ -13,7 +13,6 @@ void on_terminal_more(GtkWidget *, main_window *widgets){
gtk_revealer_set_reveal_child(GTK_REVEALER(widgets->TerminalMoreRevieler),active); gtk_revealer_set_reveal_child(GTK_REVEALER(widgets->TerminalMoreRevieler),active);
} }
gboolean on_command_execute_success(GtkWidget *self,gint status,main_window *widgets){ gboolean on_command_execute_success(GtkWidget *self,gint status,main_window *widgets){
yon_install_buttons_set_sensitive(widgets,1); yon_install_buttons_set_sensitive(widgets,1);
vte_terminal_set_input_enabled(VTE_TERMINAL(self),0); vte_terminal_set_input_enabled(VTE_TERMINAL(self),0);

@ -58,7 +58,7 @@
#define INSTALLED_LABEL _("Installed") #define INSTALLED_LABEL _("Installed")
#define INSTALLED_LOW_LABEL _("installed") #define INSTALLED_LOW_LABEL _("installed")
#define PACKAGE_LABEL _("Package") #define PACKAGE_LABEL _("Package")
#define SUPPORTED_LABEL _("Supported Devices") #define SUPPORTED_LABEL _("Supported devices")
#define MODULE_INFO_LABEL _("Module information") #define MODULE_INFO_LABEL _("Module information")
#define PACKAGE_INFO_LABEL _("Package information") #define PACKAGE_INFO_LABEL _("Package information")

@ -1167,7 +1167,7 @@
<object class="GtkLabel" id="DevicesLabel"> <object class="GtkLabel" id="DevicesLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Devices</property> <property name="label" translatable="yes">Supported devices</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="yalign">1</property> <property name="yalign">1</property>
</object> </object>

Loading…
Cancel
Save