Localisation fixes

pull/207/head
parent e90cf49628
commit 076eef9b13

@ -695,6 +695,10 @@ msgstr ""
msgid "Remove service"
msgstr ""
#: source/ubl-strings.h:209
msgid "Add application"
msgstr ""
#: source/ubl-strings.h:209
msgid "is already exists. Do you really want to save user"
msgstr ""

@ -724,6 +724,10 @@ msgstr "Изменить службу"
msgid "Remove service"
msgstr "Удалить службу"
#: source/ubl-strings.h:209
msgid "Add application"
msgstr "Добавить приложение"
#: source/ubl-strings.h:209
msgid "is already exists. Do you really want to save user"
msgstr "уже существует. Вы уверены что хотите сохранить пользователя"

@ -243,7 +243,7 @@ void on_kernel_addon_install_enabled(GtkWidget *, kernel_addon_row *row){
void on_kernel_addon_info(GtkLabel *self){
yon_window *window = yon_window_new();
yon_gtk_window_setup(GTK_WINDOW(window->Window),NULL,TITLE_LABEL,icon_path,"info-label");
yon_gtk_window_setup(GTK_WINDOW(window->Window),NULL,PACKAGE_INFO_LABEL,icon_path,"info-label");
char *package=NULL;
package = yon_char_new(gtk_label_get_text(self));
int size;

@ -376,8 +376,6 @@ void on_exit_accepted(main_window *){
}
main_config.exit_accepted=1;
while(gtk_events_pending()) gtk_main_iteration();
// gtk_widget_destroy(widgets->MainWindow);
// gtk_main_quit();
}
gboolean on_yon_exit(GtkWidget *,GdkEvent*, main_window *widgets){

Loading…
Cancel
Save