Wiki link localisation

pull/196/head
parent 1af86cc56f
commit f5ca86753d

@ -21,6 +21,10 @@ msgstr ""
msgid "System installation" msgid "System installation"
msgstr "" msgstr ""
#: source/ubl-strings.h:1
msgid "https://wiki.ublinux.com/en/software/programs_and_utilities/all/ubinstall-gtk"
msgstr ""
#: source/ubl-strings.h:3 #: source/ubl-strings.h:3
msgid "" msgid ""
"This program will ask you few questions\n" "This program will ask you few questions\n"

@ -21,6 +21,10 @@ msgstr ""
msgid "System installation" msgid "System installation"
msgstr "Программа установки" msgstr "Программа установки"
#: source/ubl-strings.h:1
msgid "https://wiki.ublinux.com/en/software/programs_and_utilities/all/ubinstall-gtk"
msgstr "https://wiki.ublinux.com/ru/software/programs_and_utilities/all/ubinstall-gtk"
#: source/ubl-strings.h:3 #: source/ubl-strings.h:3
msgid "" msgid ""
"This program will ask you few questions\n" "This program will ask you few questions\n"

@ -17,7 +17,6 @@
#endif #endif
#include "ubl-strings.h" #include "ubl-strings.h"
#define WIKI_LINK "https://wiki.ublinux.com/software/programs_and_utilities/all/ubinstall-gtk"
#define _(String) gettext(String) #define _(String) gettext(String)

@ -1,5 +1,7 @@
#define TITLE_LABEL yon_char_unite(_("System installation")," ",main_config.os_name,NULL) #define TITLE_LABEL yon_char_unite(_("System installation")," ",main_config.os_name,NULL)
#define WIKI_LINK _("https://wiki.ublinux.com/en/software/programs_and_utilities/all/ubinstall-gtk")
#define WELCOME_BOTTOM_LABEL _("This program will ask you few questions\nand help you install system on your computer") #define WELCOME_BOTTOM_LABEL _("This program will ask you few questions\nand help you install system on your computer")
#define OPEN_LABEL _("Open") #define OPEN_LABEL _("Open")

Loading…
Cancel
Save