git-svn-id: http://xe-core.googlecode.com/svn/trunk@244 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 07:34:11 +00:00
parent bd1aa25eb6
commit 0b00b8348b
9 changed files with 120 additions and 26 deletions

View file

@ -96,6 +96,14 @@
$lang->use = "사용";
$lang->notuse = "미사용";
$lang->unit_sec = "";
$lang->unit_min = "";
$lang->unit_hour = "";
$lang->unit_day = "";
$lang->unit_week = "";
$lang->unit_month = "";
$lang->unit_year = "";
// xml filter에서 사용되는 javascript용 alert msg
$lang->filter->isnull = '%s의 값을 입력해주세요';
$lang->filter->outofrange = '%s의 글자 길이를 맞추어 주세요.';