Localisation fixes

pull/9/head
parent fe0c8d7970
commit c1c5c69fe1

@ -21,6 +21,7 @@
#define INITRAMFS_TITLE_LABEL _("Initramfs building") #define INITRAMFS_TITLE_LABEL _("Initramfs building")
#define EXECUTE_LABEL _("Execute") #define EXECUTE_LABEL _("Execute")
#define KERNEL_VERSION_LABEL _("Kernel version:") #define KERNEL_VERSION_LABEL _("Kernel version:")
#define IMAGE_FILE_LABEL _("Image file:")
#define ADD_DEBUG_LABEL _("Add debug components") #define ADD_DEBUG_LABEL _("Add debug components")
#define ADD_DRIVERS_LABEL _("Add drivers for current hardware components only") #define ADD_DRIVERS_LABEL _("Add drivers for current hardware components only")

@ -35,10 +35,12 @@
<object class="GtkLabel" id="InfoLabel"> <object class="GtkLabel" id="InfoLabel">
<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">label</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>
<attributes>
<attribute name="font-desc" value="Source Code Pro Italic 10"/>
</attributes>
</object> </object>
</child> </child>
</object> </object>

@ -45,10 +45,11 @@
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="spacing">5</property> <property name="spacing">5</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel" id="label1">
<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">Kernel version:</property> <property name="label" translatable="yes">Kernel version:</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
@ -75,12 +76,37 @@
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">5</property>
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Image file:</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child> <child>
<object class="GtkEntry" id="FilenameEntry"> <object class="GtkEntry" id="FilenameEntry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="placeholder-text" translatable="yes">ublinux</property> <property name="placeholder-text" translatable="yes">ublinux</property>
</object> </object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
@ -172,4 +198,10 @@
</object> </object>
</child> </child>
</object> </object>
<object class="GtkSizeGroup">
<widgets>
<widget name="label1"/>
<widget name="label2"/>
</widgets>
</object>
</interface> </interface>

@ -22,11 +22,8 @@ msgid "System kernel"
msgstr "" msgstr ""
#: source/ubl-strings.h:3 #: source/ubl-strings.h:3
msgid "Kernel downloading and installation, kernel selection to boot by default" msgid ""
msgstr "" "Kernel downloading and installation, kernel selection to boot by default"
#: source/ubl-strings.h:22
msgid "Kernel version:"
msgstr "" msgstr ""
#: source/ubl-strings.h:5 #: source/ubl-strings.h:5
@ -65,146 +62,157 @@ msgstr ""
msgid "Startup boot" msgid "Startup boot"
msgstr "" msgstr ""
#: source/ubl-strings.h:20 #: source/ubl-strings.h:18
msgid "Initramfs building" msgid "Running"
msgstr "" msgstr ""
#: source/ubl-strings.h:21 #: source/ubl-strings.h:21
msgid "Execute" msgid "Initramfs building"
msgstr "" msgstr ""
#: source/ubl-strings.h:22 #: source/ubl-strings.h:22
msgid "Kernel version:" msgid "Execute"
msgstr "" msgstr ""
#: source/ubl-strings.h:23 #: source/ubl-strings.h:23
msgid "Add debug components" msgid "Kernel version:"
msgstr "" msgstr ""
#: source/ubl-strings.h:24 #: source/ubl-strings.h:24
msgid "Add drivers for current hardware components only" msgid "Image file:"
msgstr ""
#: source/ubl-strings.h:25
msgid "Add debug components"
msgstr "" msgstr ""
#: source/ubl-strings.h:26 #: source/ubl-strings.h:26
msgid "Add drivers for current hardware components only"
msgstr ""
#: source/ubl-strings.h:28
msgid "Install module" msgid "Install module"
msgstr "" msgstr ""
#: source/ubl-strings.h:27 #: source/ubl-strings.h:29
msgid "Remove module" msgid "Remove module"
msgstr "" msgstr ""
#: source/ubl-strings.h:28 #: source/ubl-strings.h:30
msgid "Install package" msgid "Install package"
msgstr "" msgstr ""
#: source/ubl-strings.h:29 #: source/ubl-strings.h:31
msgid "Remove package" msgid "Remove package"
msgstr "" msgstr ""
#: source/ubl-strings.h:30 #: source/ubl-strings.h:32
msgid "Changelog" msgid "Changelog"
msgstr "" msgstr ""
#: source/ubl-strings.h:31 #: source/ubl-strings.h:33
msgid "Launch" msgid "Launch"
msgstr "" msgstr ""
#: source/ubl-strings.h:32 #: source/ubl-strings.h:34
msgid "LTS" msgid "LTS"
msgstr "" msgstr ""
#: source/ubl-strings.h:33 #: source/ubl-strings.h:35
msgid "Reactive" msgid "Reactive"
msgstr "" msgstr ""
#: source/ubl-strings.h:34 #: source/ubl-strings.h:36
msgid "Recomended" msgid "Recomended"
msgstr "" msgstr ""
#: source/ubl-strings.h:35 #: source/ubl-strings.h:37
msgid "Hardened" msgid "Hardened"
msgstr "" msgstr ""
#: source/ubl-strings.h:36 #: source/ubl-strings.h:38
msgid "RealTime" msgid "RealTime"
msgstr "" msgstr ""
#: source/ubl-strings.h:37 #: source/ubl-strings.h:39
msgid "Stable" msgid "Stable"
msgstr "" msgstr ""
#: source/ubl-strings.h:39 #: source/ubl-strings.h:41
msgid "Kernels" msgid "Kernels"
msgstr "" msgstr ""
#: source/ubl-strings.h:40 #: source/ubl-strings.h:42
msgid "Additions" msgid "Additions"
msgstr "" msgstr ""
#: source/ubl-strings.h:41 #: source/ubl-strings.h:43
msgid "Update" msgid "Update"
msgstr "" msgstr ""
#: source/ubl-strings.h:42 #: source/ubl-strings.h:44
msgid "Open package information" msgid "Open package information"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:45
msgid "More" msgid "More"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:47
msgid "Running" msgid "Accept"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:48
msgid "Are you sure want to install kernel" msgid "Warning"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:49
msgid "Are you sure want to install package" msgid "Dependences"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:51
msgid "Are you sure want to remove module" msgid "Module"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:52
msgid "Are you sure want to remove package" msgid "Package"
msgstr "" msgstr ""
#: source/ubl-strings.h:43 #: source/ubl-strings.h:53
msgid "Are you sure want to launch" msgid "Description"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:55
msgid "Module" msgid "Terminal operation success"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:56
msgid "Package" msgid "Terminal operation failed"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:58
msgid "Description" msgid "Are you sure want to install kernel"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:59
msgid "Accept" msgid "Are you sure want to install package"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:60
msgid "for boot?\n\nChanges will be applied after system restart" msgid "Are you sure want to remove module"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:61
msgid "Terminal operation failed" msgid "Are you sure want to remove package"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:62
msgid "Terminal Operation success" msgid "Are you sure want to launch"
msgstr "" msgstr ""
#: source/ubl-strings.h:7 #: source/ubl-strings.h:62
msgid "Warning" msgid ""
"for boot?\n"
"\n"
"Changes will be applied after system restart"
msgstr "" msgstr ""

@ -22,8 +22,10 @@ msgid "System kernel"
msgstr "Ядро системы" msgstr "Ядро системы"
#: source/ubl-strings.h:3 #: source/ubl-strings.h:3
msgid "Kernel downloading and installation, kernel selection to boot by default" msgid ""
msgstr "Загрузка и установка ядер системы, выбор ядра для загрузки по умолчанию" "Kernel downloading and installation, kernel selection to boot by default"
msgstr ""
"Загрузка и установка ядер системы, выбор ядра для загрузки по умолчанию"
#: source/ubl-strings.h:5 #: source/ubl-strings.h:5
msgid "Information" msgid "Information"
@ -33,26 +35,6 @@ msgstr "Информация"
msgid "Module:" msgid "Module:"
msgstr "Модуль:" msgstr "Модуль:"
#: source/ubl-strings.h:7
msgid "Module"
msgstr "Модуль"
#: source/ubl-strings.h:7
msgid "Package"
msgstr "Пакет"
#: source/ubl-strings.h:7
msgid "Description"
msgstr "Описание"
#: source/ubl-strings.h:7
msgid "Accept"
msgstr "Принять"
#: source/ubl-strings.h:7
msgid "for boot?\n\nChanges will be applied after system restart"
msgstr "загрузочным?\n\nИзменения вступят в силу после перезагрузки."
#: source/ubl-strings.h:8 #: source/ubl-strings.h:8
msgid "Package:" msgid "Package:"
msgstr "Пакет:" msgstr "Пакет:"
@ -81,126 +63,160 @@ msgstr "Установлен модуль"
msgid "Startup boot" msgid "Startup boot"
msgstr "Будет запущено" msgstr "Будет запущено"
#: source/ubl-strings.h:20 #: source/ubl-strings.h:18
msgid "Running"
msgstr "Запущено"
#: source/ubl-strings.h:21
msgid "Initramfs building" msgid "Initramfs building"
msgstr "Сборка Initramfs" msgstr "Сборка Initramfs"
#: source/ubl-strings.h:21 #: source/ubl-strings.h:22
msgid "Execute" msgid "Execute"
msgstr "Выполнить" msgstr "Выполнить"
#: source/ubl-strings.h:22 #: source/ubl-strings.h:23
msgid "Kernel version:" msgid "Kernel version:"
msgstr "Версия ядра:" msgstr "Версия ядра:"
#: source/ubl-strings.h:23 #: source/ubl-strings.h:24
msgid "Image file:"
msgstr "Файл образа:"
#: source/ubl-strings.h:25
msgid "Add debug components" msgid "Add debug components"
msgstr "Добавить компоненты отладки" msgstr "Добавить компоненты отладки"
#: source/ubl-strings.h:24 #: source/ubl-strings.h:26
msgid "Add drivers for current hardware components only" msgid "Add drivers for current hardware components only"
msgstr "Добавить драйвера только текущих аппаратных компонентов" msgstr "Добавить драйвера только текущих аппаратных компонентов"
#: source/ubl-strings.h:26 #: source/ubl-strings.h:28
msgid "Install module" msgid "Install module"
msgstr "Установить модуль" msgstr "Установить модуль"
#: source/ubl-strings.h:27 #: source/ubl-strings.h:29
msgid "Remove module" msgid "Remove module"
msgstr "Удалить модуль" msgstr "Удалить модуль"
#: source/ubl-strings.h:28 #: source/ubl-strings.h:30
msgid "Install package" msgid "Install package"
msgstr "Установить пакет" msgstr "Установить пакет"
#: source/ubl-strings.h:29 #: source/ubl-strings.h:31
msgid "Remove package" msgid "Remove package"
msgstr "Удалить пакет" msgstr "Удалить пакет"
#: source/ubl-strings.h:30 #: source/ubl-strings.h:32
msgid "Changelog" msgid "Changelog"
msgstr "Список изменений" msgstr "Список изменений"
#: source/ubl-strings.h:31 #: source/ubl-strings.h:33
msgid "Launch" msgid "Launch"
msgstr "Запускать" msgstr "Запускать"
#: source/ubl-strings.h:32 #: source/ubl-strings.h:34
msgid "LTS" msgid "LTS"
msgstr "LTS" msgstr "LTS"
#: source/ubl-strings.h:33 #: source/ubl-strings.h:35
msgid "Reactive" msgid "Reactive"
msgstr "Реактивное" msgstr "Реактивное"
#: source/ubl-strings.h:34 #: source/ubl-strings.h:36
msgid "Recomended" msgid "Recomended"
msgstr "Рекомендуется" msgstr "Рекомендуется"
#: source/ubl-strings.h:35 #: source/ubl-strings.h:37
msgid "Hardened" msgid "Hardened"
msgstr "" msgstr ""
#: source/ubl-strings.h:36 #: source/ubl-strings.h:38
msgid "RealTime" msgid "RealTime"
msgstr "Реальное время" msgstr "Реальное время"
#: source/ubl-strings.h:37 #: source/ubl-strings.h:39
msgid "Stable" msgid "Stable"
msgstr "Стабильное" msgstr "Стабильное"
#: source/ubl-strings.h:39 #: source/ubl-strings.h:41
msgid "Kernels" msgid "Kernels"
msgstr "Ядра" msgstr "Ядра"
#: source/ubl-strings.h:40 #: source/ubl-strings.h:42
msgid "Additions" msgid "Additions"
msgstr "Дополнения" msgstr "Дополнения"
#: source/ubl-strings.h:41 #: source/ubl-strings.h:43
msgid "Update" msgid "Update"
msgstr "Обновить" msgstr "Обновить"
#: source/ubl-strings.h:42 #: source/ubl-strings.h:44
msgid "Open package information" msgid "Open package information"
msgstr "Открыть информацию о пакете" msgstr "Открыть информацию о пакете"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:45
msgid "More" msgid "More"
msgstr "Подробнее" msgstr "Подробнее"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:47
msgid "Running" msgid "Accept"
msgstr "Запущено" msgstr "Принять"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:48
msgid "Warning"
msgstr "Внимание"
#: source/ubl-strings.h:49
msgid "Dependences"
msgstr "Зависимости"
#: source/ubl-strings.h:51
msgid "Module"
msgstr "Модуль"
#: source/ubl-strings.h:52
msgid "Package"
msgstr "Пакет"
#: source/ubl-strings.h:53
msgid "Description"
msgstr "Описание"
#: source/ubl-strings.h:55
msgid "Terminal operation success"
msgstr "Операция терминала успешно завершена"
#: source/ubl-strings.h:56
msgid "Terminal operation failed"
msgstr "Операция терминала завершена с ошибкой"
#: source/ubl-strings.h:58
msgid "Are you sure want to install kernel" msgid "Are you sure want to install kernel"
msgstr "Вы хотитее установить в систему ядро" msgstr "Вы хотите установить в систему ядро"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:59
msgid "Are you sure want to install package" msgid "Are you sure want to install package"
msgstr "Вы хотите установить в систему пакет с ядром" msgstr "Вы хотите установить в систему пакет с ядром"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:60
msgid "Are you sure want to remove module" msgid "Are you sure want to remove module"
msgstr "Вы действительно хотите удалить из системы пакет с модулем ядра" msgstr "Вы действительно хотите удалить из системы пакет с модулем ядра"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:61
msgid "Are you sure want to remove package" msgid "Are you sure want to remove package"
msgstr "Вы действительно хотите удалить из системы пакет с ядром" msgstr "Вы действительно хотите удалить из системы пакет с ядром"
#: source/ubl-strings.h:43 #: source/ubl-strings.h:62
msgid "Are you sure want to launch" msgid "Are you sure want to launch"
msgstr "Выбрать ядро" msgstr "Выбрать ядро"
#: source/ubl-strings.h:7 #: source/ubl-strings.h:62
msgid "Terminal operation failed" msgid ""
msgstr "Операция терминала завершена с ошибкой" "for boot?\n"
"\n"
#: source/ubl-strings.h:7 "Changes will be applied after system restart"
msgid "Terminal operation success" msgstr ""
msgstr "Операция терминала успешно завершена" "загрузочным?\n"
"\n"
#: source/ubl-strings.h:7 "Изменения вступят в силу после перезагрузки."
msgid "Warning"
msgstr "Внимание"

Loading…
Cancel
Save