Skip to content

Commit

Permalink
Merge pull request bcit-ci#174 from KwonLatte/master
Browse files Browse the repository at this point in the history
Update New setting in form_validation_lang bcit-ci#162
  • Loading branch information
jim-parry committed Feb 2, 2015
2 parents d8d7c55 + 8e8fba4 commit d889ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/korean/form_validation_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
$lang['form_validation_less_than_equal_to'] = '{field}은(는) {param}보다 작거나 같아야 합니다.';
$lang['form_validation_greater_than'] = '{field}은(는) {param}보다 커야 합니다.';
$lang['form_validation_greater_than_equal_to'] = '{field}은(는) {param}보다 크거나 같아야 합니다.';
$lang['form_validation_error_message_not_set'] = '{field}필드의 에러메시지가 설정되어있지 않습니다.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.'; // to translate
$lang['form_validation_error_message_not_set'] = '{field} 필드의 에러메시지가 설정되어있지 않습니다.';
$lang['form_validation_in_list'] = '{field} 필드는 반드시 다음 중 하나와 일치해야 합니다 : {param}';

0 comments on commit d889ab8

Please sign in to comment.