freebsd-dev/share/timedef/nb_NO.UTF-8.src
Dag-Erling Smørgrav 5c86b693d6 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
2008-07-28 21:50:21 +00:00

103 lines
742 B
Plaintext

# $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