1# $FreeBSD$ 2# 3# Originally by CHOI Junho <cjh@FreeBSD.org> 4# 27 Mar 1997 5# 6# WARNING: spaces may be essential at the end of lines 7# WARNING: empty lines are essential too 8# 9# Short month names 10 1 11 2 12 3 13 4 14 5 15 6 16 7 17 8 18 9 1910 2011 2112 22# 23# Long month names (as in a date) 24# 251월 262월 273월 284월 295월 306월 317월 328월 339월 3410월 3511월 3612월 37# 38# Short weekday names 39# 40일 41월 42화 43수 44목 45금 46토 47# 48# Long weekday names 49# 50일요일 51월요일 52화요일 53수요일 54목요일 55금요일 56토요일 57# 58# X_fmt 59# 60%H시 %M분 %S초 61# 62# x_fmt 63# 64%Y/%m/%d 65# 66# c_fmt 67# 68# just following tradition... 69# %Y년 %b월 %e일 %a요일 %X 70%a %b/%e %H:%M:%S %Y 71# 72# am 73# 74#오전 75AM 76# 77# pm 78# 79#오후 80PM 81# 82# date_fmt 83# 84%Y년 %B %e일 %A %X %Z 85# 86# Long month names (without case ending) 87# 881월 892월 903월 914월 925월 936월 947월 958월 969월 9710월 9811월 9912월 100# 101# md_order 102# 103md 104# 105# ampm_fmt 106# 107%I:%M:%S %p 108# EOF 109