--help changes

pull/299/head
parent 717fac3501
commit 64cd872e07

@ -41,7 +41,7 @@ msgid "Dry run; Installation will not start"
msgstr "" msgstr ""
#: source/ubl-strings.h:11 #: source/ubl-strings.h:11
msgid "Set ini file for configuration mode" msgid "Automatically run installation according to script"
msgstr "" msgstr ""
#: source/ubl-strings.h:14 source/ubl-strings.h:253 #: source/ubl-strings.h:14 source/ubl-strings.h:253

@ -44,8 +44,8 @@ msgid "Dry run; Installation will not start"
msgstr "Пробный запуск; установка не начинается." msgstr "Пробный запуск; установка не начинается."
#: source/ubl-strings.h:11 #: source/ubl-strings.h:11
msgid "Set ini file for configuration mode" msgid "Automatically run installation according to script"
msgstr "Выберите путь до файла конфигурации" msgstr "Автоматически запустить установку по сценарию"
#: source/ubl-strings.h:14 source/ubl-strings.h:253 #: source/ubl-strings.h:14 source/ubl-strings.h:253
msgid "Keyboard layout" msgid "Keyboard layout"

@ -6,7 +6,7 @@
#define ADDITIONAL_ARGS yon_char_unite(\ #define ADDITIONAL_ARGS yon_char_unite(\
" --dry-run ",_("Dry run; Installation will not start"),"\n",\ " --dry-run ",_("Dry run; Installation will not start"),"\n",\
" --file <PATH> ", _("Set ini file for configuration mode"),\ " --autoinstall ", _("Automatically run installation according to script"),\
NULL) NULL)
#define KEYBOARD_TITLE_LABEL _("Keyboard layout") #define KEYBOARD_TITLE_LABEL _("Keyboard layout")

Loading…
Cancel
Save