repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
share
/
timedef
/
nl_NL.ISO8859-1.src
blob
bf1bc10357b477fbd2dd033150371e5a830b5737
1
# $FreeBSD$
2
#
3
# WARNING: spaces may be essential at the end of lines
4
# WARNING: empty lines are essential too
5
#
6
# Short month names
7
#
8
jan
9
feb
10
mrt
11
apr
12
mei
13
jun
14
jul
15
aug
16
sep
17
okt
18
nov
19
dec
20
#
21
# Long month names (as in a date)
22
#
23
januari
24
februari
25
maart
26
april
27
mei
28
juni
29
juli
30
augustus
31
september
32
oktober
33
november
34
december
35
#
36
# Short weekday names
37
zo
38
ma
39
di
40
wo
41
do
42
vr
43
za
44
#
45
# Long weekday names
46
#
47
zondag
48
maandag
49
dinsdag
50
woensdag
51
donderdag
52
vrijdag
53
zaterdag
54
#
55
# X_fmt
56
#
57
%H:%M:%S
58
#
59
# x_fmt
60
#
61
%d-%m-%Y
62
#
63
# c_fmt
64
#
65
%a %e %b %X %Y
66
#
67
# am
68
#
69
am
70
#
71
# pm
72
#
73
pm
74
#
75
# date_fmt
76
#
77
%a %e %b %Y %X %Z
78
#
79
# Long month names (without case ending)
80
#
81
januari
82
februari
83
maart
84
april
85
mei
86
juni
87
juli
88
augustus
89
september
90
oktober
91
november
92
december
93
#
94
# md_order
95
#
96
dm
97
#
98
# ampm_fmt
99
#
100
%I:%M:%S %p
101
# EOF