1<?php 2/** 3 * korean language file for imgpaste plugin 4 * 5 * @author Andreas Gohr <gohr@cosmocode.de> 6 */ 7 8// keys need to match the config setting name 9$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.'; 10 11 12 13//Setup VIM: ex: et ts=4 : 14