xref: /plugin/imgpaste/lang/ko/lang.php (revision 2aa32d538d43adbea39828ea4f3fce6afe4064e5)
1<?php
2/**
3 * English language file for imgpaste plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$lang['e_nodata']         = '클립보드에 사진이 없습니다.';
9$lang['js']['inprogress'] = '올리는 중입니다. 기다려주세요.';
10
11
12
13//Setup VIM: ex: et ts=4 :
14