parent
b3e3fd01c0
commit
c5be4e7dd8
|
@ -1,15 +1,53 @@
|
|||||||
|
|
||||||
#define TITLE_LABEL _("ubl-settings-kernel")
|
#define TITLE_LABEL _("System kernel")
|
||||||
#define TITLE_INFO_LABEL _("kernel configuration")
|
#define TITLE_INFO_LABEL _("Kernel downloading and installation, kernel selection to boot by default")
|
||||||
|
|
||||||
#define INFO_TITLE_LABEL _("Information")
|
#define INFO_TITLE_LABEL _("Information")
|
||||||
|
|
||||||
#define MODULE_LABEL _("Module:")
|
#define MODULE_LABEL _("Module:")
|
||||||
#define PACKAGE_LABEL _("Package:")
|
#define PACKAGE_LABEL _("Package:")
|
||||||
|
|
||||||
|
#define CANCEL_LABEL _("Cancel")
|
||||||
|
|
||||||
#define PACKAGE_NOT_FOUND_LABEL _("Package were not found")
|
#define PACKAGE_NOT_FOUND_LABEL _("Package were not found")
|
||||||
#define CHANGELOG_NOT_FOUND_LABEL _("Changelog was not found")
|
#define CHANGELOG_NOT_FOUND_LABEL _("Changelog was not found")
|
||||||
|
|
||||||
#define PACKAGE_INSTALLED_LABEL _("Package installed")
|
#define PACKAGE_INSTALLED_LABEL _("Package installed")
|
||||||
#define MODULE_INSTALLED_LABEL _("Module installed")
|
#define MODULE_INSTALLED_LABEL _("Module installed")
|
||||||
#define BOOT_RUN_LABEL _("Startup boot")
|
#define BOOT_RUN_LABEL _("Startup boot")
|
||||||
|
|
||||||
|
|
||||||
|
#define INITRAMFS_TITLE_LABEL _("Initramfs building")
|
||||||
|
#define EXECUTE_LABEL _("Execute")
|
||||||
|
#define KERNEL_VERSION_LABEL _("Kernel version:")
|
||||||
|
#define ADD_DEBUG_LABEL _("Add debug components")
|
||||||
|
#define ADD_DRIVERS_LABEL _("Add drivers for current hardware components only")
|
||||||
|
|
||||||
|
#define INSTALL_MODULE_LABEL _("Install module")
|
||||||
|
#define REMOVE_MODULE_LABEL _("Remove module")
|
||||||
|
#define INSTALL_PACKAGE_LABEL _("Install package")
|
||||||
|
#define REMOVE_PACKAGE_LABEL _("Remove package")
|
||||||
|
#define CHANGELOG_LABEL _("Changelog")
|
||||||
|
#define LAUNCH_LABEL _("Launch")
|
||||||
|
#define LTS_TAG _("LTS")
|
||||||
|
#define REACTIVE_TAG _("Reactive")
|
||||||
|
#define RECOMENDED_TAG _("Recomended")
|
||||||
|
#define HARDENED_TAG _("Hardened")
|
||||||
|
#define REALTIME_TAG _("RealTime")
|
||||||
|
#define STABLE_TAG _("Stable")
|
||||||
|
|
||||||
|
#define KERNELS_LABEL _("Kernels")
|
||||||
|
#define ADDITIONS_LABEL _("Additions")
|
||||||
|
#define UPDATE_LABEL _("Update")
|
||||||
|
#define OPE_INFO_LABEL _("Open package information")
|
||||||
|
#define MORE_LABEL _("More")
|
||||||
|
|
||||||
|
#define ACCEPT_LABEL _("Accept")
|
||||||
|
#define WARNING_TITLE_LABEL _("Warning")
|
||||||
|
#define DEPENDENCES_LABEL _("Dependences")
|
||||||
|
|
||||||
|
#define MODULE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install kernel "),target,"?",NULL)
|
||||||
|
#define PACKAGE_INSTALL_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to install package "),target,"?",NULL)
|
||||||
|
#define MODULE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove module "),target,"?",NULL)
|
||||||
|
#define PACKAGE_REMOVE_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to remove package "),target,"?",NULL)
|
||||||
|
#define LAUNCH_CONFIRMATION_LABEL(target) yon_char_unite(_("Are you sure want to launch "),target,"?",NULL)
|
||||||
@ -0,0 +1,214 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Generated with glade 3.38.2 -->
|
||||||
|
<interface domain="ubl-settings-kernel">
|
||||||
|
<requires lib="gtk+" version="3.24"/>
|
||||||
|
<!-- interface-css-provider-path ubl-settings-kernel.css -->
|
||||||
|
<object class="GtkListStore" id="liststore1">
|
||||||
|
<columns>
|
||||||
|
<!-- column-name gboolean1 -->
|
||||||
|
<column type="gboolean"/>
|
||||||
|
<!-- column-name gchararray1 -->
|
||||||
|
<column type="gchararray"/>
|
||||||
|
<!-- column-name gchararray2 -->
|
||||||
|
<column type="gchararray"/>
|
||||||
|
</columns>
|
||||||
|
</object>
|
||||||
|
<object class="GtkApplicationWindow" id="MainWindow">
|
||||||
|
<property name="width-request">400</property>
|
||||||
|
<property name="height-request">200</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="modal">True</property>
|
||||||
|
<property name="icon-name">com.ublinux.ubl-settings-repomanager</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<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-top">5</property>
|
||||||
|
<property name="margin-bottom">5</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="spacing">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="orientation">vertical</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkBox">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="spacing">15</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkImage">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="pixel-size">51</property>
|
||||||
|
<property name="icon-name">dialog-question-symbolic</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="TopicLabel">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">label</property>
|
||||||
|
<property name="xalign">0</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">False</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">0</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkFrame">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label-xalign">0.019999999552965164</property>
|
||||||
|
<property name="shadow-type">in</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkAlignment">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="bottom-padding">5</property>
|
||||||
|
<property name="left-padding">5</property>
|
||||||
|
<property name="right-padding">5</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkScrolledWindow">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="hscrollbar-policy">never</property>
|
||||||
|
<property name="shadow-type">in</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkTreeView" id="DependencesTree">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="model">liststore1</property>
|
||||||
|
<child internal-child="selection">
|
||||||
|
<object class="GtkTreeSelection">
|
||||||
|
<property name="mode">none</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkTreeViewColumn">
|
||||||
|
<child>
|
||||||
|
<object class="GtkCellRendererToggle" id="ChooseCell"/>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="active">0</attribute>
|
||||||
|
</attributes>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkTreeViewColumn">
|
||||||
|
<property name="title" translatable="yes">Module</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCellRendererText"/>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="markup">1</attribute>
|
||||||
|
</attributes>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkTreeViewColumn">
|
||||||
|
<property name="title" translatable="yes">Description</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkCellRendererText"/>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="markup">2</attribute>
|
||||||
|
</attributes>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child type="label">
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Dependences</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="expand">True</property>
|
||||||
|
<property name="fill">True</property>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child type="titlebar">
|
||||||
|
<object class="GtkHeaderBar" id="SettingsBar2">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="show-close-button">True</property>
|
||||||
|
<child type="title">
|
||||||
|
<object class="GtkLabel" id="HeadLabel">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="label" translatable="yes">Warning</property>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkImage">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">False</property>
|
||||||
|
<property name="pixel-size">32</property>
|
||||||
|
<property name="icon-name">com.ublinux.ubl-settings-kernel</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="CancelButton">
|
||||||
|
<property name="label" translatable="yes">Cancel</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="position">1</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="AcceptButton">
|
||||||
|
<property name="label" translatable="yes">Accept</property>
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can-focus">True</property>
|
||||||
|
<property name="receives-default">True</property>
|
||||||
|
</object>
|
||||||
|
<packing>
|
||||||
|
<property name="pack-type">end</property>
|
||||||
|
<property name="position">2</property>
|
||||||
|
</packing>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
||||||
Loading…
Reference in new issue