580a28b11a
instead.
104 lines
813 B
Plaintext
104 lines
813 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# Short month names
|
|
1月
|
|
2月
|
|
3月
|
|
4月
|
|
5月
|
|
6月
|
|
7月
|
|
8月
|
|
9月
|
|
10月
|
|
11月
|
|
12月
|
|
#
|
|
# Long month names (as in a date)
|
|
#
|
|
1月
|
|
2月
|
|
3月
|
|
4月
|
|
5月
|
|
6月
|
|
7月
|
|
8月
|
|
9月
|
|
10月
|
|
11月
|
|
12月
|
|
#
|
|
# Short weekday names
|
|
#
|
|
日
|
|
月
|
|
火
|
|
水
|
|
木
|
|
金
|
|
土
|
|
#
|
|
# Long weekday names
|
|
#
|
|
日曜日
|
|
月曜日
|
|
火曜日
|
|
水曜日
|
|
木曜日
|
|
金曜日
|
|
土曜日
|
|
#
|
|
# X_fmt
|
|
#
|
|
%H時%M分%S秒
|
|
#
|
|
# x_fmt
|
|
#
|
|
%Y/%m/%d
|
|
#
|
|
# c_fmt
|
|
#
|
|
# just following tradition...
|
|
# %a %b %e %H:%M:%S %Y
|
|
%a %_m/%e %T %Y
|
|
#
|
|
# am
|
|
#
|
|
午前
|
|
#
|
|
# pm
|
|
#
|
|
午後
|
|
#
|
|
# date_fmt
|
|
#
|
|
%Y年 %B%e日 %A %X %Z
|
|
#
|
|
# Long month names (without case ending)
|
|
#
|
|
1月
|
|
2月
|
|
3月
|
|
4月
|
|
5月
|
|
6月
|
|
7月
|
|
8月
|
|
9月
|
|
10月
|
|
11月
|
|
12月
|
|
#
|
|
# md_order
|
|
#
|
|
md
|
|
#
|
|
# ampm_fmt
|
|
#
|
|
%I:%M:%S %p
|
|
# EOF
|