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.UTF-8.src
blob
f6aecf3f15f07f4d6df107cddcc74e1f8360210c
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