From 3d7ba2dcde0a84c9c37b28820e2e2e1bd7ec291c Mon Sep 17 00:00:00 2001 From: helbig Date: Sun, 4 Jan 1998 00:03:53 +0000 Subject: Add Swedish LC_TIME file. Submitted by Peter Olsson. Thanks! Changed weekdays -> weekday, as suggested by Steve Price. PR: 5409 can be closed if someone sends in LC_TIME files for Belgium, Finland and the Netherlands. ~ --- share/timedef/data/Makefile | 9 ++-- share/timedef/data/sv_SE.ISO_8859-1.src | 77 +++++++++++++++++++++++++++++++++ share/timedef/sv_SE.ISO8859-1.src | 77 +++++++++++++++++++++++++++++++++ share/timedef/sv_SE.ISO_8859-1.src | 77 +++++++++++++++++++++++++++++++++ 4 files changed, 236 insertions(+), 4 deletions(-) create mode 100644 share/timedef/data/sv_SE.ISO_8859-1.src create mode 100644 share/timedef/sv_SE.ISO8859-1.src create mode 100644 share/timedef/sv_SE.ISO_8859-1.src (limited to 'share/timedef') diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 084fa26..1cfa875 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 0000000..e3880ca --- /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 0000000..e3880ca --- /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 0000000..e3880ca --- /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 -- cgit v1.1