mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
블로그API 애드온에서 editPost 사용시 document_srl을 꼭 체크하도록 수정
글 수정 method 에서 document_srl 체크하도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6832 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b91426b408
commit
130d47db30
3 changed files with 13 additions and 2 deletions
|
|
@ -299,9 +299,9 @@
|
|||
$lang->msg_ftp_connect_success = 'FTP 접속 및 인증에 성공하였습니다.';
|
||||
|
||||
// xml filter에서 사용되는 javascript용 alert msg
|
||||
$lang->filter->isnull = '%s의 값을 입력해주세요.';
|
||||
$lang->filter->isnull = '%s을 입력해주세요.';
|
||||
$lang->filter->outofrange = '%s의 글자 수를 맞추어 주세요.';
|
||||
$lang->filter->equalto = '%s의 값이 잘못 되었습니다.';
|
||||
$lang->filter->equalto = '%s이 잘못되었습니다.';
|
||||
$lang->filter->invalid_email = '%s의 형식이 잘못되었습니다. (예: xe@xpressengine.com)';
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s의 형식이 잘못되었습니다.\\n영문, 숫자와 _로 만드실 수 있으며, 첫 글자는 영문이어야 합니다.";
|
||||
$lang->filter->invalid_homepage = '%s의 형식이 잘못되었습니다. (예: http://www.xpressengine.com)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue