Localisation fixes

pull/58/head
parent 1d42c41d6a
commit d80cf85f0d

@ -24,7 +24,7 @@
#define COMPLETION_TAB_LABEL _("Completion") #define COMPLETION_TAB_LABEL _("Completion")
#define COMMON_INSTALL_INFO_LABEL _("Deleting all data on the selected disk and then installing the UBLinux system") #define COMMON_INSTALL_INFO_LABEL _("Deleting all data on the selected disk and then installing the UBLinux system")
#define NEAR_INSTALL_LABEL _("Installation next to another system") #define NEAR_INSTALL_LABEL _("Installation next to another system")
#define NEAR_INSTALL_INFO_LABEL _("Shrinking a partition and creating a new one for installing UBLinux") #define NEAR_INSTALL_INFO_LABEL _("Shrinking a partition and creating a new one for installing OS")
#define SHRINK_SECTION_INSTALL_LABEL _("Installation on the same partition as another system") #define SHRINK_SECTION_INSTALL_LABEL _("Installation on the same partition as another system")
#define SHRINK_SECTION_INSTALL_INFO_LABEL _("Unpacking the UBLinux file system into an existing system") #define SHRINK_SECTION_INSTALL_INFO_LABEL _("Unpacking the UBLinux file system into an existing system")
#define ADDITIONAL_INSTALL_INFO_LABEL _("Selecting additional software to install from the repository via the Internet") #define ADDITIONAL_INSTALL_INFO_LABEL _("Selecting additional software to install from the repository via the Internet")
@ -57,7 +57,7 @@
#define INSTALLATION_COMPLETION_LABEL _("Installation completion") #define INSTALLATION_COMPLETION_LABEL _("Installation completion")
#define SELECT_DEVICE_LABEL _("Select device:") #define SELECT_DEVICE_LABEL _("Select device:")
#define CHOOSE_SECTION_LABEL _("Choose a section:") #define CHOOSE_SECTION_LABEL _("Choose a section:")
#define ATTENSION_LABEL _("Attention! 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 UBLinux OS will be\ninstalled.")
#define DEVICE_LABEL _("Device") #define DEVICE_LABEL _("Device")
#define MARK_LABEL _("Mark") #define MARK_LABEL _("Mark")
#define SIZE_LABEL _("Size") #define SIZE_LABEL _("Size")

@ -884,7 +884,7 @@ and help you install UBLinux on your computer</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Shrinking a partition and creating a new one for installing UBLinux</property> <property name="label" translatable="yes">Shrinking a partition and creating a new one for installing OS</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
<packing> <packing>
@ -960,7 +960,7 @@ and help you install UBLinux on your computer</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Unpacking the UBLinux file system into an existing system</property> <property name="label" translatable="yes">Unpacking into an existing system</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
<packing> <packing>
@ -3283,7 +3283,7 @@ or continue working in the UBLinux Live environment.</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Shrinking a partition and creating a new one for installing UBLinux</property> <property name="label" translatable="yes">Shrinking a partition and creating a new one for installing OS</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
<packing> <packing>
@ -3310,8 +3310,9 @@ or continue working in the UBLinux Live environment.</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Attention! 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 <property name="label" translatable="yes">&lt;b&gt;Attention!&lt;/b&gt; 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
installed.</property> installed.</property>
<property name="use-markup">True</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="yalign">0</property> <property name="yalign">0</property>
@ -3884,7 +3885,7 @@ installed.</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Unpacking the UBLinux file system into an existing system</property> <property name="label" translatable="yes">Unpacking into an existing system</property>
<property name="xalign">0</property> <property name="xalign">0</property>
</object> </object>
<packing> <packing>
@ -3911,7 +3912,8 @@ installed.</property>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Attention! 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">&lt;b&gt;Attention!&lt;/b&gt; The UBLinux OS 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="wrap">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="yalign">0</property> <property name="yalign">0</property>

@ -143,7 +143,7 @@ msgid "Installation next to another system"
msgstr "" msgstr ""
#: source/ubl-strings.h:24 #: source/ubl-strings.h:24
msgid "Shrinking a partition and creating a new one for installing UBLinux" msgid "Shrinking a partition and creating a new one for installing OS"
msgstr "" msgstr ""
#: source/ubl-strings.h:25 #: source/ubl-strings.h:25
@ -151,7 +151,7 @@ msgid "Installation on the same partition as another system"
msgstr "" msgstr ""
#: source/ubl-strings.h:26 #: source/ubl-strings.h:26
msgid "Unpacking the UBLinux file system into an existing system" msgid "Unpacking into an existing system"
msgstr "" msgstr ""
#: source/ubl-strings.h:27 #: source/ubl-strings.h:27
@ -261,7 +261,7 @@ msgstr ""
#: source/ubl-strings.h:56 #: source/ubl-strings.h:56
msgid "" msgid ""
"Attention! The selected partition will be modified: the size will be " "<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 " "reduced. In the resulting free space, a partition will be created into which "
"the UBLinux OS will be\n" "the UBLinux OS will be\n"
"installed." "installed."
@ -326,7 +326,7 @@ msgstr ""
#: source/ubl-strings.h:73 #: source/ubl-strings.h:73
msgid "" msgid ""
"Attention! The selected OC UBLinux components will be installed\n" "<b>Attention!</b> The selected OC UBLinux components will be installed\n"
"separately into the selected partition." "separately into the selected partition."
msgstr "" msgstr ""
@ -529,7 +529,7 @@ msgstr ""
#: source/ubl-strings.h:132 #: source/ubl-strings.h:132
msgid "" msgid ""
"Attention! The UBLinux OS will be installed on the selected partition with " "<b>Attention!</b> The UBLinux OS will be installed on the selected partition with "
"OS already installed. All user data will be saved." "OS already installed. All user data will be saved."
msgstr "" msgstr ""

@ -153,16 +153,16 @@ msgid "Installation next to another system"
msgstr "Установка рядом с другой системой" msgstr "Установка рядом с другой системой"
#: source/ubl-strings.h:24 #: source/ubl-strings.h:24
msgid "Shrinking a partition and creating a new one for installing UBLinux" msgid "Shrinking a partition and creating a new one for installing OS"
msgstr "Уменьшение раздела и создание нового для установки UBLinux" msgstr "Уменьшение раздела и создание нового для установки ОС"
#: source/ubl-strings.h:25 #: source/ubl-strings.h:25
msgid "Installation on the same partition as another system" msgid "Installation on the same partition as another system"
msgstr "Установка в раздел другой системы" msgstr "Установка в раздел другой системы"
#: source/ubl-strings.h:26 #: source/ubl-strings.h:26
msgid "Unpacking the UBLinux file system into an existing system" msgid "Unpacking into an existing system"
msgstr "Установить систему UBLinux в уже существующую систему" msgstr "Установка в раздел другой системы"
#: source/ubl-strings.h:27 #: source/ubl-strings.h:27
msgid "" msgid ""
@ -264,7 +264,7 @@ msgstr "Пользователь"
#: source/ubl-strings.h:54 #: source/ubl-strings.h:54
msgid "Select device:" msgid "Select device:"
msgstr "Выберите устройство хранения:" msgstr "Выберите устройство:"
#: source/ubl-strings.h:55 #: source/ubl-strings.h:55
msgid "Choose a section:" msgid "Choose a section:"
@ -272,14 +272,14 @@ msgstr "Выберите раздел:"
#: source/ubl-strings.h:56 #: source/ubl-strings.h:56
msgid "" msgid ""
"Attention! The selected partition will be modified: the size will be " "<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 " "reduced. In the resulting free space, a partition will be created into which "
"the UBLinux OS will be\n" "the UBLinux OS will be\n"
"installed." "installed."
msgstr "" msgstr ""
"Внимание! Выбранный раздел будет модифицирован: размер будет уменьшен. В " "<b>Внимание!</b> Выбранный раздел будет модифицирован: размер будет уменьшен. В "
"полученном свободном пространстве будет создан раздел, в который будет " "полученном свободном пространстве будет создан раздел, в который будет "
"произведена установка ОС UBLinux" "произведена установка ОС."
#: source/ubl-strings.h:57 #: source/ubl-strings.h:57
msgid "Device" msgid "Device"
@ -338,11 +338,11 @@ msgstr ""
#: source/ubl-strings.h:73 #: source/ubl-strings.h:73
msgid "" msgid ""
"Attention! The selected OC UBLinux components will be installed\n" "<b>Attention!</b> The selected OC UBLinux components will be installed\n"
"separately into the selected partition." "separately into the selected partition."
msgstr "" msgstr ""
"Внимание! В выбранный раздел будет произведена раздельная установка " "<b>Внимание!</b> В выбранный раздел будет произведена раздельная установка "
"выбранных компонентов ОС UBLinux/" "выбранных компонентов ОС UBLinux."
#: source/ubl-strings.h:74 #: source/ubl-strings.h:74
msgid "GRUB install" msgid "GRUB install"
@ -550,11 +550,11 @@ msgstr "Ошибка установки"
#: source/ubl-strings.h:132 #: source/ubl-strings.h:132
msgid "" msgid ""
"Attention! The UBLinux OS will be installed on the selected partition with " "<b>Attention!</b> The UBLinux OS will be installed on the selected partition with "
"OS already installed. All user data will be saved." "OS already installed. All user data will be saved."
msgstr "" msgstr ""
"Внимание! ОС UBLinux будет установлена в выбранный раздел. Если не менять " "<b>Внимание!</b> В выбранный раздел будет произведена установка системы. Если не менять "
"тип ФС и не форматировать, все данные на разделе будут сохранены" "тип ФС и не форматировать, все данные на разделе будут сохранены."
#: source/ubl-strings.h:134 #: source/ubl-strings.h:134
msgid "Installation options" msgid "Installation options"

Loading…
Cancel
Save