diff options
author | ache <ache@FreeBSD.org> | 1997-11-07 15:46:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-07 15:46:45 +0000 |
commit | 37413d37608f464a05efd1ad76bd150532ecd68a (patch) | |
tree | 4e14117e0c43a5e85c1d8834271db3b346ac7236 /share/timedef/data | |
parent | 4da50d0b2bfa322a1201d363c682fc8e80460fec (diff) | |
download | FreeBSD-src-37413d37608f464a05efd1ad76bd150532ecd68a.zip FreeBSD-src-37413d37608f464a05efd1ad76bd150532ecd68a.tar.gz |
Add Slovenian data
Submitted by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'share/timedef/data')
-rw-r--r-- | share/timedef/data/Makefile | 5 | ||||
-rw-r--r-- | share/timedef/data/sl_SI.ISO_8859-2.src | 78 |
2 files changed, 81 insertions, 2 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 8a7ad1d..6281ee2 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1997/09/18 19:16:51 julian Exp $ +# $Id: Makefile,v 1.18 1997/11/07 15:14:10 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -18,7 +18,8 @@ LOCALES= da_DK.ISO_8859-1 \ pl_PL.ISO_8859-2 \ pt_PT.ISO_8859-1 \ ru_SU.CP866 \ - ru_SU.KOI8-R + ru_SU.KOI8-R \ + sl_SI.ISO_8859-2 LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/timedef/data/sl_SI.ISO_8859-2.src b/share/timedef/data/sl_SI.ISO_8859-2.src new file mode 100644 index 0000000..2d4121c --- /dev/null +++ b/share/timedef/data/sl_SI.ISO_8859-2.src @@ -0,0 +1,78 @@ +# $Id: $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Avg +Sep +Okt +Nov +Dec +# +# Long months names +# +Januar +Februar +Marec +April +Maj +Junij +Julij +Avgust +September +Oktober +November +December +# +# Short weekdays names +# +Ned +Pon +Tor +Sre +Čet +Pet +Sob +# +# Long weekdays names +# +Nedelja +Ponedeljek +Torek +Sreda +Četrtek +Petek +Sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z |