diff options
author | julian <julian@FreeBSD.org> | 1997-09-18 19:09:08 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-09-18 19:09:08 +0000 |
commit | 162b09bf985cc616d9bb22f5086ae567d57fea44 (patch) | |
tree | c4d008c37479ab60aedd84c0b9f531e6ae64843d /share/timedef | |
parent | b60a60d3bc74a670ac2b407fd97c6e366a35f301 (diff) | |
download | FreeBSD-src-162b09bf985cc616d9bb22f5086ae567d57fea44.zip FreeBSD-src-162b09bf985cc616d9bb22f5086ae567d57fea44.tar.gz |
Shift JIS versions of date stuff.
more changes to come.
Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
AM/PM changed to 2 letter versions for now, original SJIS versions
commented out. change/check later..
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/data/ja_JP.SJIS.src | 91 | ||||
-rw-r--r-- | share/timedef/ja_JP.SJIS.src | 91 |
2 files changed, 182 insertions, 0 deletions
diff --git a/share/timedef/data/ja_JP.SJIS.src b/share/timedef/data/ja_JP.SJIS.src new file mode 100644 index 0000000..d387f3c --- /dev/null +++ b/share/timedef/data/ja_JP.SJIS.src @@ -0,0 +1,91 @@ +# $Id:$ +# +# submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp> +# 15 Sept 1997 +# AM/PM changed to 2 letter versions for now, original SJIS versions +# commented out. change/check later.. +# 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 +# %Y鰍 %b杉 %e析 %a推析 %X +%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 diff --git a/share/timedef/ja_JP.SJIS.src b/share/timedef/ja_JP.SJIS.src new file mode 100644 index 0000000..d387f3c --- /dev/null +++ b/share/timedef/ja_JP.SJIS.src @@ -0,0 +1,91 @@ +# $Id:$ +# +# submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp> +# 15 Sept 1997 +# AM/PM changed to 2 letter versions for now, original SJIS versions +# commented out. change/check later.. +# 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 +# %Y鰍 %b杉 %e析 %a推析 %X +%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 |