Add Ukrainian start/release-notes pages.
Translation by Michael Shigorin.
This commit is contained in:
parent
8df88a62a7
commit
5453de0de5
@ -274,7 +274,6 @@ pushd notes
|
||||
%makeinstall
|
||||
popd
|
||||
ln -s license.ru.html %buildroot%_datadir/alt-notes/license.uk.html
|
||||
ln -s release-notes.ru.html %buildroot%_datadir/alt-notes/release-notes.uk.html
|
||||
|
||||
mkdir -p %buildroot/etc/skel/XDG-Templates.skel/
|
||||
|
||||
|
@ -34,6 +34,7 @@ AC_CONFIG_FILES([
|
||||
components/browser-qt/design/design.ini
|
||||
components/bootloader/gfxboot.cfg
|
||||
notes/release-notes.ru.html
|
||||
notes/release-notes.uk.html
|
||||
notes/release-notes.all.html
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
|
@ -2,4 +2,7 @@
|
||||
install:
|
||||
install -d $(datadir)/alt-notes
|
||||
cp -a *.html $(datadir)/alt-notes
|
||||
ln -s release-notes.ru.html $(datadir)/alt-notes/livecd-finish.ru.html
|
||||
for relnotes in release-notes.*.html; do \
|
||||
suffix="$${relnotes#release-notes.}"; \
|
||||
ln -s $$relnotes $(datadir)/alt-notes/livecd-finish.$$suffix; \
|
||||
done
|
||||
|
@ -1 +0,0 @@
|
||||
livecd-start.ru.html
|
14
notes/livecd-start.uk.html
Normal file
14
notes/livecd-start.uk.html
Normal file
@ -0,0 +1,14 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE></TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<P ALIGN=JUSTIFY>
|
||||
Будь ласка, зачиніть усі вікна додатків, що відкриті, до початку встановлення.
|
||||
</p>
|
||||
<P ALIGN=JUSTIFY>
|
||||
Під час роботи усі пристрої будуть відмонтовані, а swap-підрозділи відключені.
|
||||
</P>
|
||||
</BODY>
|
||||
</HTML>
|
21
notes/release-notes.uk.html.in
Normal file
21
notes/release-notes.uk.html.in
Normal file
@ -0,0 +1,21 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE></TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<H2>Дякуємо Вам за вибір Simply Linux!</H2>
|
||||
|
||||
<P ALIGN=JUSTIFY>
|
||||
Операційну систему успішно встановлено та налаштовано, Ви можете
|
||||
починати працювати одразу після перезавантаження.
|
||||
</p>
|
||||
<P ALIGN=JUSTIFY>
|
||||
Сподіваємось, що Вам сподобається!
|
||||
</p>
|
||||
<P ALIGN=JUSTIFY>
|
||||
Корисну інформацію російською щодо системи Ви можете знайти
|
||||
на сайті проекту <a href='http://www.simplylinux.ru'>www.simplylinux.ru</a>.
|
||||
</P>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user