diff options
author | ache <ache@FreeBSD.org> | 1995-08-05 23:23:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-08-05 23:23:41 +0000 |
commit | 5f38924addc4365729a3739f5e9e154bed65497e (patch) | |
tree | a64e8c4614c35903b695c0a749eb728dec661952 /usr.bin | |
parent | 8d694298cad8f7b52bde0934f2f58d18accd12e6 (diff) | |
parent | e90c6792aa358bb973090d2a8949d2f7e940fb9b (diff) | |
download | FreeBSD-src-5f38924addc4365729a3739f5e9e154bed65497e.zip FreeBSD-src-5f38924addc4365729a3739f5e9e154bed65497e.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r9946,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/timedef/Makefile | 13 | ||||
-rw-r--r-- | usr.bin/timedef/data/ru_SU.KOI8-R | 76 |
2 files changed, 89 insertions, 0 deletions
diff --git a/usr.bin/timedef/Makefile b/usr.bin/timedef/Makefile new file mode 100644 index 0000000..80fe8d9 --- /dev/null +++ b/usr.bin/timedef/Makefile @@ -0,0 +1,13 @@ +# $Id: Makefile,v 1.3 1995/06/19 22:15:35 asami 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> diff --git a/usr.bin/timedef/data/ru_SU.KOI8-R b/usr.bin/timedef/data/ru_SU.KOI8-R new file mode 100644 index 0000000..40589e4 --- /dev/null +++ b/usr.bin/timedef/data/ru_SU.KOI8-R @@ -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 |