pull/94/head
parent 1b54106fc9
commit dcdb8f6046

@ -15,6 +15,6 @@
<file>grub-cmdline-linux.csv</file>
<file>grub-terminal-input.csv</file>
<file>grub-terminal-output.csv</file>
<file>grub-melody.csv</file>
<file>grub-play.csv</file>
</gresource>
</gresources>

@ -26,9 +26,7 @@ msgid "Configuring system boot parameters"
msgstr ""
#: source/ubl-strings.h:4
msgid ""
"https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/"
"ubl-settings-bootloader"
msgid "https://wiki.ublinux.ru/en/Software/Programs_and_utilities/All/ubl-settings-bootloader"
msgstr ""
#: source/ubl-strings.h:6

@ -27,9 +27,8 @@ msgstr "Настройка параметров загрузки системы"
#: source/ubl-strings.h:4
msgid ""
"https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/"
"ubl-settings-bootloader"
msgstr ""
"https://wiki.ublinux.ru/en/Software/Programs_and_utilities/All/ubl-settings-bootloader"
msgstr "https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-bootloader"
#: source/ubl-strings.h:6
msgid "Boot menu"

@ -40,7 +40,7 @@ set(DEPENDFILES
../grub-cmdline-linux.csv
../grub-terminal-input.csv
../grub-terminal-output.csv
../grub-melody.csv
../grub-play.csv
../gresource.xml
../ubl-settings-bootloader.css
)

@ -30,7 +30,7 @@
#define kernel_options_path "resource:///com/ublinux/csv/grub-cmdline-linux.csv"
#define terminal_input_path "resource:///com/ublinux/csv/grub-terminal-input.csv"
#define terminal_output_path "resource:///com/ublinux/csv/grub-terminal-output.csv"
#define melody_path "resource:///com/ublinux/csv/grub-melody.csv"
#define melody_path "resource:///com/ublinux/csv/grub-play.csv"
#define LocaleName "ubl-settings-bootloader"

@ -1,7 +1,7 @@
#define TITLE_LABEL _("System boot")
#define TITLE_INFO_LABEL _("Configuring system boot parameters")
#define WIKI_LINK _("https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-bootloader")
#define WIKI_LINK _("https://wiki.ublinux.ru/en/Software/Programs_and_utilities/All/ubl-settings-bootloader")
#define BOOT_MENU_LABEL _("Boot menu")
#define BOOT_SELECTION_LABEL _("Boot selection menu timer:")

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface domain="ubl-settings-bootloader">
<requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-bootloader.css -->
@ -83,9 +83,7 @@
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="margin-bottom">5</property>
<property name="margin-end">10</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
@ -118,7 +116,6 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-end">5</property>
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>

Loading…
Cancel
Save