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 ""
#: source/ubl-strings.h:61
msgid "Supported Devices"
msgid "Supported devices"
msgstr ""
#: source/ubl-strings.h:62

@ -300,7 +300,7 @@ msgid "Package"
msgstr "Пакет"
#: source/ubl-strings.h:61
msgid "Supported Devices"
msgid "Supported devices"
msgstr "Поддерживаемые устройства"
#: 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);
}
gboolean on_command_execute_success(GtkWidget *self,gint status,main_window *widgets){
yon_install_buttons_set_sensitive(widgets,1);
vte_terminal_set_input_enabled(VTE_TERMINAL(self),0);

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

@ -1167,7 +1167,7 @@
<object class="GtkLabel" id="DevicesLabel">
<property name="visible">True</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="yalign">1</property>
</object>

Loading…
Cancel
Save