summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorhelbig <helbig@FreeBSD.org>1998-01-04 16:02:09 +0000
committerhelbig <helbig@FreeBSD.org>1998-01-04 16:02:09 +0000
commitc0b4dcf3d979cac2f502e4d887db2c0426024e03 (patch)
treef258d967121ac0a7f9a5dcd4e95670cfdf697b82 /share/timedef
parentd5ec10d34ced81d2b8fdbdf3ebd181dca5ecd0da (diff)
downloadFreeBSD-src-c0b4dcf3d979cac2f502e4d887db2c0426024e03.zip
FreeBSD-src-c0b4dcf3d979cac2f502e4d887db2c0426024e03.tar.gz
Add LC_TIME file for Netherlands (nl_NL) and via symlink for
the northern part of Belgium (nl_BE). The southern part of Belgium is supposed to be covered by the LC_TIME file in fr_BE. Now only the LC_TIME for Finland is left to close PR 5409. PR: 5409 Submitted by: Arjan de Vet Thanks!
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/data/Makefile8
-rw-r--r--share/timedef/data/nl_NL.ISO_8859-1.src78
-rw-r--r--share/timedef/nl_NL.ISO8859-1.src78
-rw-r--r--share/timedef/nl_NL.ISO_8859-1.src78
4 files changed, 241 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile
index 1cfa875..ad1e5c4 100644
--- a/share/timedef/data/Makefile
+++ b/share/timedef/data/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1998/01/02 11:44:27 helbig Exp $
+# $Id: Makefile,v 1.22 1998/01/04 00:03:52 helbig Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -16,6 +16,7 @@ LOCALES= da_DK.ISO_8859-1 \
ja_JP.SJIS \
it_IT.ISO_8859-1 \
ko_KR.EUC \
+ nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
pl_PL.ISO_8859-2 \
pt_PT.ISO_8859-1 \
@@ -29,6 +30,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
DE_LINKS = de_CH
FR_LINKS = fr_BE fr_CA fr_CH
IT_LINKS = it_CH
+NL_LINKS = nl_BE
US_LINKS = en_AU en_CA
.SUFFIXES: .src .out
@@ -47,6 +49,10 @@ afterinstall:
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${NL_LINKS}; do \
+ ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
for l in ${FR_LINKS}; do \
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
diff --git a/share/timedef/data/nl_NL.ISO_8859-1.src b/share/timedef/data/nl_NL.ISO_8859-1.src
new file mode 100644
index 0000000..05e8ea4
--- /dev/null
+++ b/share/timedef/data/nl_NL.ISO_8859-1.src
@@ -0,0 +1,78 @@
+# $Id$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short month names
+#
+jan
+feb
+mrt
+apr
+mei
+jun
+jul
+aug
+sep
+okt
+nov
+dec
+#
+# Long month names
+#
+januari
+februari
+maart
+april
+mei
+juni
+juli
+augustus
+september
+oktober
+november
+december
+#
+# Short weekday names
+# (padded with a space to conform with other languages)
+zo
+ma
+di
+wo
+do
+vr
+za
+#
+# Long weekday names
+#
+zondag
+maandag
+dinsdag
+woensdag
+donderdag
+vrijdag
+zaterdag
+#
+# 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/nl_NL.ISO8859-1.src b/share/timedef/nl_NL.ISO8859-1.src
new file mode 100644
index 0000000..05e8ea4
--- /dev/null
+++ b/share/timedef/nl_NL.ISO8859-1.src
@@ -0,0 +1,78 @@
+# $Id$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short month names
+#
+jan
+feb
+mrt
+apr
+mei
+jun
+jul
+aug
+sep
+okt
+nov
+dec
+#
+# Long month names
+#
+januari
+februari
+maart
+april
+mei
+juni
+juli
+augustus
+september
+oktober
+november
+december
+#
+# Short weekday names
+# (padded with a space to conform with other languages)
+zo
+ma
+di
+wo
+do
+vr
+za
+#
+# Long weekday names
+#
+zondag
+maandag
+dinsdag
+woensdag
+donderdag
+vrijdag
+zaterdag
+#
+# 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/nl_NL.ISO_8859-1.src b/share/timedef/nl_NL.ISO_8859-1.src
new file mode 100644
index 0000000..05e8ea4
--- /dev/null
+++ b/share/timedef/nl_NL.ISO_8859-1.src
@@ -0,0 +1,78 @@
+# $Id$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short month names
+#
+jan
+feb
+mrt
+apr
+mei
+jun
+jul
+aug
+sep
+okt
+nov
+dec
+#
+# Long month names
+#
+januari
+februari
+maart
+april
+mei
+juni
+juli
+augustus
+september
+oktober
+november
+december
+#
+# Short weekday names
+# (padded with a space to conform with other languages)
+zo
+ma
+di
+wo
+do
+vr
+za
+#
+# Long weekday names
+#
+zondag
+maandag
+dinsdag
+woensdag
+donderdag
+vrijdag
+zaterdag
+#
+# 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
OpenPOWER on IntegriCloud