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
/
ja_JP.eucJP.src
blob
a052b9253d64f814052a8ddcc3ea81b8248bd000
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
1
8
2
9
3
10
4
11
5
12
6
13
7
14
8
15
9
16
10
17
11
18
12
19
#
20
# Long month names (as in a date)
21
#
22
1·î
23
2·î
24
3·î
25
4·î
26
5·î
27
6·î
28
7·î
29
8·î
30
9·î
31
10·î
32
11·î
33
12·î
34
#
35
# Short weekday names
36
#
37
Æü
38
·î
39
²Ð
40
¿å
41
ÌÚ
42
¶â
43
ÅÚ
44
#
45
# Long weekday names
46
#
47
ÆüÍËÆü
48
·îÍËÆü
49
²ÐÍËÆü
50
¿åÍËÆü
51
ÌÚÍËÆü
52
¶âÍËÆü
53
ÅÚÍËÆü
54
#
55
# X_fmt
56
#
57
%H»þ%Mʬ%SÉÃ
58
#
59
# x_fmt
60
#
61
%Y/%m/%d
62
#
63
# c_fmt
64
#
65
# just following tradition...
66
# %a %b %e %H:%M:%S %Y
67
%a %b/%e %T %Y
68
#
69
# am
70
#
71
#¸áÁ°
72
AM
73
#
74
# pm
75
#
76
#¸á¸å
77
PM
78
#
79
# date_fmt
80
#
81
%Yǯ %B%eÆü %A %X %Z
82
#
83
# Long month names (without case ending)
84
#
85
1·î
86
2·î
87
3·î
88
4·î
89
5·î
90
6·î
91
7·î
92
8·î
93
9·î
94
10·î
95
11·î
96
12·î
97
#
98
# md_order
99
#
100
md
101
#
102
# ampm_fmt
103
#
104
%I:%M:%S %p
105
# EOF