diff options
| author | Wolfgang Helbig <helbig@FreeBSD.org> | 1998-01-04 00:03:53 +0000 |
|---|---|---|
| committer | Wolfgang Helbig <helbig@FreeBSD.org> | 1998-01-04 00:03:53 +0000 |
| commit | d7a708a41b9a3c37b95f4f6578241637af9a0d83 (patch) | |
| tree | d1c0c2dd3d1e5991a8093e3acb69a847bc349aec /share/timedef | |
| parent | 5ea3b080567b5e7c7eb7d5db872a7c4562ff6903 (diff) | |
Notes
Diffstat (limited to 'share/timedef')
| -rw-r--r-- | share/timedef/data/Makefile | 9 | ||||
| -rw-r--r-- | share/timedef/data/sv_SE.ISO_8859-1.src | 77 | ||||
| -rw-r--r-- | share/timedef/sv_SE.ISO8859-1.src | 77 | ||||
| -rw-r--r-- | share/timedef/sv_SE.ISO_8859-1.src | 77 |
4 files changed, 236 insertions, 4 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 084fa26040e9..1cfa8754ebb4 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1997/12/19 22:46:22 julian Exp $ +# $Id: Makefile,v 1.21 1998/01/02 11:44:27 helbig Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -12,8 +12,8 @@ LOCALES= da_DK.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hr_HR.ISO_8859-2 \ is_IS.ISO_8859-1 \ - ja_JP.EUC \ - ja_JP.SJIS \ + ja_JP.EUC \ + ja_JP.SJIS \ it_IT.ISO_8859-1 \ ko_KR.EUC \ no_NO.ISO_8859-1 \ @@ -21,7 +21,8 @@ LOCALES= da_DK.ISO_8859-1 \ pt_PT.ISO_8859-1 \ ru_SU.CP866 \ ru_SU.KOI8-R \ - sl_SI.ISO_8859-2 + sl_SI.ISO_8859-2 \ + sv_SE.ISO_8859-1 LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/timedef/data/sv_SE.ISO_8859-1.src b/share/timedef/data/sv_SE.ISO_8859-1.src new file mode 100644 index 000000000000..e3880ca6ad66 --- /dev/null +++ b/share/timedef/data/sv_SE.ISO_8859-1.src @@ -0,0 +1,77 @@ +# $Id$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Aug +Sep +Okt +Nov +Dec +# +# Long month names +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# Short weekday names +# (padded with a space to conform with other languages) +Sön +Mån +Tis +Ons +Tor +Fre +Lör +# +# Long weekday names +# +Söndag +Måndag +Tisdag +Onsdag +Torsdag +Fredag +Lördag +# +# 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 diff --git a/share/timedef/sv_SE.ISO8859-1.src b/share/timedef/sv_SE.ISO8859-1.src new file mode 100644 index 000000000000..e3880ca6ad66 --- /dev/null +++ b/share/timedef/sv_SE.ISO8859-1.src @@ -0,0 +1,77 @@ +# $Id$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Aug +Sep +Okt +Nov +Dec +# +# Long month names +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# Short weekday names +# (padded with a space to conform with other languages) +Sön +Mån +Tis +Ons +Tor +Fre +Lör +# +# Long weekday names +# +Söndag +Måndag +Tisdag +Onsdag +Torsdag +Fredag +Lördag +# +# 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 diff --git a/share/timedef/sv_SE.ISO_8859-1.src b/share/timedef/sv_SE.ISO_8859-1.src new file mode 100644 index 000000000000..e3880ca6ad66 --- /dev/null +++ b/share/timedef/sv_SE.ISO_8859-1.src @@ -0,0 +1,77 @@ +# $Id$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Aug +Sep +Okt +Nov +Dec +# +# Long month names +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# Short weekday names +# (padded with a space to conform with other languages) +Sön +Mån +Tis +Ons +Tor +Fre +Lör +# +# Long weekday names +# +Söndag +Måndag +Tisdag +Onsdag +Torsdag +Fredag +Lördag +# +# 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 |
