From 504f86aa14d8af735a51136899db837d24add412 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 28 Jul 2008 21:50:21 +0000 Subject: In some cases (such as LC_COLLATE), nb_NO and nn_NO are identical, and it makes sense to have them both link to no_NO. In other cases (such as LC_TIME), they differ, and the correct solution is to have no_NO link to nb_NO, rather than the other way around.o MFC after: 2 weeks --- share/timedef/nb_NO.ISO8859-1.src | 102 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 share/timedef/nb_NO.ISO8859-1.src (limited to 'share/timedef/nb_NO.ISO8859-1.src') diff --git a/share/timedef/nb_NO.ISO8859-1.src b/share/timedef/nb_NO.ISO8859-1.src new file mode 100644 index 0000000..e75a503 --- /dev/null +++ b/share/timedef/nb_NO.ISO8859-1.src @@ -0,0 +1,102 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mai +jun +jul +aug +sep +okt +nov +des +# +# Long month names (as in a date) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# Short weekday names +# +søn +man +tir +ons +tor +fre +lør +# +# Long weekday names +# +søndag +mandag +tirsdag +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 +# +# Long month names (without case ending) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF -- cgit v1.1