#define CHOOSE_SECTION_LABEL _("Choose a section:")
#define ATTENSION_LABEL _("<b>Attention!</b> The selected partition will be modified: the size will be reduced. In the resulting free space, a partition will be created into which the UBLinux OS will be\ninstalled.")
#define ATTENSION_LABEL _("<b>Attention!</b> The selected partition will be modified: the size will be reduced. In the resulting free space, a partition will be created into which the system will be\ninstalled.")
#define DEVICE_LABEL _("Device")
#define MARK_LABEL _("Label")
#define SIZE_LABEL _("Size")
#define FREE_LABEL _("Free")
#define SPECIFY_LABEL _("Specify the size of the new partition for UBLinux OS:")
#define SPECIFY_LABEL _("Specify the size of the new partition for system:")
#define ADVANCED_INSTALLATION_LABEL _("Installing OS files, user data on different partitions, creating RAID, etc.")
#define ADVANCED_INSTALLATION_ATTENTION_LABEL _("Attention! The selected OS UBLinux components will be installed\nseparately into the selected partition.")
#define ADVANCED_INSTALLATION_ATTENTION_LABEL _("Attention! The selected system components will be installed\nseparately into the selected partition.")
#define GRUB_INSTALL_HEAD_LABEL _("GRUB install")
#define GRUB_INSTALL_LABEL _("Install the GRUB bootloader")
#define GRUB_UPDATE_HEAD_LABEL _("GRUB update")
@ -104,7 +109,7 @@
#define SECTION_NAME_LABEL _("Section name:")
#define FORMAT_LABEL _("Format")
#define INSTALL_SUCCESS_LABEL _("You have UBLinux installed on your computer.\nYou can reboot and use your new system\nor continue working in the UBLinux Live environment.")
#define INSTALL_SUCCESS_LABEL _("You have system installed on your computer.\nYou can reboot and use your new system\nor continue working in the system Live environment.")
#define LANGUAGES_TITLE_LABEL _("Available languages in the system")
#define ATTENTION_NEXT_LABEL _("Attention! The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved.")
#define ATTENTION_NEXT_LABEL _("Attention! The system will be installed on the selected partition with OS already installed. All user data will be saved.")
#define ABOUT_TITLE_LABEL _("About system installation")
#define VALUE_REPEAT_LABEL _("Repeating values")
#define SOURCE_CREATE_ONGOING_ERROR_LABEL _("Source creation were not done")
// #define _LABEL _("New section at")
// #define _LABEL _("\"/ublinux-data/\" user data section")
// #define _LABEL _("\"/ublinux/\" system section")
@ -268,8 +277,8 @@
// #define _LABEL _("Swap file")
// #define _LABEL _("Corresponds to RAM size")
// #define _LABEL _("Fixed size:")
// #define _LABEL _("<b>Attention!</b> The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved.")
// #define _LABEL _("<b>Attention!</b> The selected OS UBLinux components will be installed\nseparately into the selected partition.")
// #define _LABEL _("<b>Attention!</b> The system will be installed on the selected partition with OS already installed. All user data will be saved.")
// #define _LABEL _("<b>Attention!</b> The selected system components will be installed\nseparately into the selected partition.")
<property name="label" translatable="yes">Welcome to UBLinux installation</property>
<property name="label" translatable="yes">Welcome to system installation</property>
<property name="wrap">True</property>
<attributes>
<attribute name="weight" value="bold"/>
@ -800,7 +800,7 @@ agreement</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="label" translatable="yes">This program will ask you few questions
and help you install UBLinux on your computer</property>
and help you install system on your computer</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<attributes>
@ -1123,7 +1123,7 @@ and help you install UBLinux on your computer</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-start">5</property>
<property name="label" translatable="yes">Deleting all data on the selected disk and then installing the UBLinux system</property>
<property name="label" translatable="yes">Deleting all data on the selected disk and then installing the system</property>
<property name="xalign">0</property>
</object>
<packing>
@ -1531,11 +1531,16 @@ and help you install UBLinux on your computer</property>
<object class="GtkOverlay" id="OSOverlay">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
@ -1568,6 +1573,13 @@ and help you install UBLinux on your computer</property>
</object>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="index">-1</property>
</packing>
@ -1634,7 +1646,7 @@ and help you install UBLinux on your computer</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes">UBLinux OS installation is about to begin</property>
<property name="label" translatable="yes">System installation is about to begin</property>
<attributes>
<attribute name="size" value="12288"/>
</attributes>
@ -4607,9 +4619,9 @@ and help you install UBLinux on your computer</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes">You have UBLinux installed on your computer.
<property name="label" translatable="yes">You have system installed on your computer.
You can reboot and use your new system
or continue working in the UBLinux Live environment.</property>
or continue working in the environment, booted from the Live image.</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<attributes>
@ -5066,7 +5078,7 @@ or continue working in the UBLinux Live environment.</property>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Deleting all data on the selected disk and then installing the UBLinux system</property>
<property name="label" translatable="yes">Deleting all data on the selected disk and then installing the system</property>
<property name="xalign">0</property>
</object>
<packing>
@ -6206,7 +6218,7 @@ or continue working in the UBLinux Live environment.</property>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes"><b>Attention!</b> The UBLinux OS will be installed on the selected partition with OS already installed. All user data will be saved.</property>
<property name="label" translatable="yes"><b>Attention!</b> The system will be installed on the selected partition with OS already installed. All user data will be saved.</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
@ -6810,7 +6822,7 @@ or continue working in the UBLinux Live environment.</property>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes"><b>Attention!</b> The selected OS UBLinux components will be installed
<property name="label" translatable="yes"><b>Attention!</b> The selected system components will be installed
separately into the selected partition.</property>
<property name="use-markup">True</property>
<property name="xalign">0</property>
@ -7870,7 +7882,7 @@ separately into the selected partition.</property>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes"><b>Attention!</b> The selected OS UBLinux components will be installed
<property name="label" translatable="yes"><b>Attention!</b> The selected system components will be installed
separately into the selected partition.</property>
<property name="use-markup">True</property>
<property name="xalign">0</property>
@ -10712,7 +10724,7 @@ separately into the selected partition.</property>