ja_JP.SJIS.src revision 29585
1# $Id:$
2#
3# submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
4# 15 Sept 1997 
5# AM/PM changed to 2 letter versions for now, original SJIS versions
6# commented out. change/check later..
7# WARNING: spaces may be essential at the end of lines
8# WARNING: empty lines are essential too
9#
10# Short month names
11# it must be 3 char
12  1
13  2
14  3
15  4
16  5
17  6
18  7
19  8
20  9
21 10
22 11
23 12
24#
25# Long month names
26#
271��
282��
293��
304��
315��
326��
337��
348��
359��
3610��
3711��
3812��
39#
40# Short weekday names
41#
42# it must be 3 char also
43# two char is our weekday name, and be careful one space is in the last
44�� 
45�� 
46�� 
47�� 
48�� 
49�� 
50�� 
51#
52# Long weekday names
53#
54������
55������
56������
57������
58������
59������
60������
61#
62# X_fmt
63#
64%H��%M��%S��
65#
66# x_fmt
67#
68%y/%m/%d
69#
70# c_fmt
71#
72# just following tradition...
73# %a %b %e %H:%M:%S %Y
74# %Y�� %b�� %e�� %a���� %X
75%a %b/%e %T %Y
76#
77# am
78#
79# it must be 2 char  
80#����
81AM
82#
83# pm
84#
85# it must be 2 char  
86#����
87PM
88#
89# date_fmt
90#
91%Y�� %B%e�� %A %X %Z
92