blob: a71887833994693542add807a44f9408fdef29bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# $Id: ja_JP.SJIS.src,v 1.3 1997/09/19 00:56:49 julian Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
# it must be 3 char
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names
#
1·î
2·î
3·î
4·î
5·î
6·î
7·î
8·î
9·î
10·î
11·î
12·î
#
# Short weekday names
#
# it must be 3 char also
# two char is our weekday name, and be careful one space is in the last
Æü
·î
²Ð
¿å
ÌÚ
¶â
ÅÚ
#
# 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 %b/%e %T %Y
#
# am
#
# it must be 2 char
#¸áÁ°
AM
#
# pm
#
# it must be 2 char
#¸á¸å
PM
#
# date_fmt
#
%Yǯ %B%eÆü %A %X %Z
|