issue 839, added message for an environment that does not support sftp.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10333 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-03-06 05:34:54 +00:00
parent 5e075dac43
commit 700a62d01c
2 changed files with 9 additions and 1 deletions

View file

@ -310,6 +310,9 @@
<value xml:lang="ko"><![CDATA[디렉터리 삭제가 실패했습니다. %s]]></value>
</item>
<item name="msg_ftp_password_input">
<value xml:lang="ko"><![CDATA['입력된 비밀번호가 없습니다.]]></value>
<value xml:lang="ko"><![CDATA[입력된 비밀번호가 없습니다.]]></value>
</item>
<item name="msg_sftp_not_supported">
<value xml:lang="ko"><![CDATA[SFTP 지원이 되지 않는 환경입니다.]]></value>
</item>
</lang>