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月 1610月 1711月 1812月 19# 20# Long month names (as in a date) 21# 221月 232月 243月 254月 265月 276月 287月 298月 309月 3110月 3211月 3312月 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 %_m/%e %T %Y 68# 69# am 70# 71午前 72# 73# pm 74# 75午後 76# 77# date_fmt 78# 79%Y年 %B%e日 %A %X %Z 80# 81# Long month names (without case ending) 82# 831月 842月 853月 864月 875月 886月 897月 908月 919月 9210月 9311月 9412月 95# 96# md_order 97# 98md 99# 100# ampm_fmt 101# 102%I:%M:%S %p 103# EOF 104