Add Ukrainian translation for man pages
This commit is contained in:
parent
3b89b71680
commit
b372b8a3be
@ -720,6 +720,7 @@ AC_CONFIG_FILES([
|
|||||||
man/ru/Makefile
|
man/ru/Makefile
|
||||||
man/sv/Makefile
|
man/sv/Makefile
|
||||||
man/tr/Makefile
|
man/tr/Makefile
|
||||||
|
man/uk/Makefile
|
||||||
man/zh_CN/Makefile
|
man/zh_CN/Makefile
|
||||||
man/zh_TW/Makefile
|
man/zh_TW/Makefile
|
||||||
libmisc/Makefile
|
libmisc/Makefile
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# LINGUAS
|
# LINGUAS
|
||||||
|
|
||||||
LINGUAS = da de fr it pl ru sv zh_CN
|
LINGUAS = da de fr it pl ru sv uk zh_CN
|
||||||
|
|
||||||
# These variables are generated based on the LINGUAS list
|
# These variables are generated based on the LINGUAS list
|
||||||
POFILES = $(patsubst %,$(srcdir)/%.po,$(LINGUAS))
|
POFILES = $(patsubst %,$(srcdir)/%.po,$(LINGUAS))
|
||||||
|
13145
man/po/uk.po
Normal file
13145
man/po/uk.po
Normal file
File diff suppressed because it is too large
Load Diff
66
man/uk/Makefile.am
Normal file
66
man/uk/Makefile.am
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
|
||||||
|
mandir = @mandir@/uk
|
||||||
|
|
||||||
|
man_MANS = \
|
||||||
|
man1/chage.1 \
|
||||||
|
man1/chfn.1 \
|
||||||
|
man8/chgpasswd.8 \
|
||||||
|
man8/chpasswd.8 \
|
||||||
|
man1/chsh.1 \
|
||||||
|
man1/expiry.1 \
|
||||||
|
man5/faillog.5 \
|
||||||
|
man8/faillog.8 \
|
||||||
|
man3/getspnam.3 \
|
||||||
|
man1/gpasswd.1 \
|
||||||
|
man8/groupadd.8 \
|
||||||
|
man8/groupdel.8 \
|
||||||
|
man8/groupmems.8 \
|
||||||
|
man8/groupmod.8 \
|
||||||
|
man1/groups.1 \
|
||||||
|
man8/grpck.8 \
|
||||||
|
man8/grpconv.8 \
|
||||||
|
man8/grpunconv.8 \
|
||||||
|
man5/gshadow.5 \
|
||||||
|
man8/lastlog.8 \
|
||||||
|
man1/login.1 \
|
||||||
|
man5/login.defs.5 \
|
||||||
|
man8/logoutd.8 \
|
||||||
|
man1/newgrp.1 \
|
||||||
|
man8/newusers.8 \
|
||||||
|
man8/nologin.8 \
|
||||||
|
man1/passwd.1 \
|
||||||
|
man5/passwd.5 \
|
||||||
|
man8/pwck.8 \
|
||||||
|
man8/pwconv.8 \
|
||||||
|
man8/pwunconv.8 \
|
||||||
|
man1/sg.1 \
|
||||||
|
man3/shadow.3 \
|
||||||
|
man5/shadow.5 \
|
||||||
|
man1/su.1 \
|
||||||
|
man5/suauth.5 \
|
||||||
|
man8/useradd.8 \
|
||||||
|
man8/userdel.8 \
|
||||||
|
man8/usermod.8 \
|
||||||
|
man8/vigr.8 \
|
||||||
|
man8/vipw.8
|
||||||
|
|
||||||
|
man_nopam = \
|
||||||
|
man5/limits.5 \
|
||||||
|
man5/login.access.5 \
|
||||||
|
man5/porttime.5
|
||||||
|
|
||||||
|
if !USE_PAM
|
||||||
|
man_MANS += $(man_nopam)
|
||||||
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(man_MANS) \
|
||||||
|
man1/id.1 \
|
||||||
|
man8/sulogin.8
|
||||||
|
|
||||||
|
if USE_PAM
|
||||||
|
EXTRA_DIST += $(man_nopam)
|
||||||
|
endif
|
||||||
|
|
||||||
|
include ../generate_translations.mak
|
||||||
|
|
Loading…
Reference in New Issue
Block a user