This commit was generated by cvs2svn to compensate for changes in r9958,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
6f96a3282a
13
share/timedef/Makefile
Normal file
13
share/timedef/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1995/08/05 23:23:41 ache Exp $
|
||||
|
||||
LOCALES= ru_SU.KOI8-R
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
|
||||
afterinstall:
|
||||
for l in ${LOCALES}; do \
|
||||
grep -v '^#' < ${.CURDIR}/data/$$l > ${LOCALEDIR}/$$l/LC_TIME; \
|
||||
chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$l/LC_TIME; \
|
||||
chmod 644 ${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
|
||||
.include <bsd.prog.mk>
|
76
share/timedef/data/ru_SU.KOI8-R
Normal file
76
share/timedef/data/ru_SU.KOI8-R
Normal file
@ -0,0 +1,76 @@
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
ÑÎ×
|
||||
ÆÅ×
|
||||
ÍÁÒ
|
||||
ÁÐÒ
|
||||
ÍÁÑ
|
||||
ÉÀÎ
|
||||
ÉÀÌ
|
||||
Á×Ç
|
||||
ÓÅÎ
|
||||
ÏËÔ
|
||||
ÎÏÑ
|
||||
ÄÅË
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
ÑÎ×ÁÒÑ
|
||||
ÆÅ×ÒÁÌÑ
|
||||
ÍÁÒÔÁ
|
||||
ÁÐÒÅÌÑ
|
||||
ÍÁÑ
|
||||
ÉÀÎÑ
|
||||
ÉÀÌÑ
|
||||
Á×ÇÕÓÔÁ
|
||||
ÓÅÎÔÑÂÒÑ
|
||||
ÏËÔÑÂÒÑ
|
||||
ÎÏÑÂÒÑ
|
||||
ÄÅËÁÂÒÑ
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
×ÏÓ
|
||||
ÐÏÎ
|
||||
×ÔÏ
|
||||
ÓÒÅ
|
||||
ÞÅÔ
|
||||
ÐÑÔ
|
||||
ÓÕÂ
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
×ÏÓËÒÅÓÅÎØÅ
|
||||
ÐÏÎÅÄÅÌØÎÉË
|
||||
×ÔÏÒÎÉË
|
||||
ÓÒÅÄÁ
|
||||
ÞÅÔ×ÅÒÇ
|
||||
ÐÑÔÎÉÃÁ
|
||||
ÓÕÂÂÏÔÁ
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%x %X
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
ÐÐ
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %H:%M:%S %Z %Y
|
Loading…
Reference in New Issue
Block a user