mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-08-15 22:38:57 +00:00
13
lang/ko/lang.php
Normal file
13
lang/ko/lang.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Korean language file for imgpaste plugin
|
||||
*
|
||||
* @sc yoo <dryoo@live.com>
|
||||
*/
|
||||
|
||||
$lang['e_nodata'] = '클립보드에 사진이 없습니다.';
|
||||
$lang['js']['inprogress'] = '올리는 중입니다. 기다려주세요.';
|
||||
|
||||
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
13
lang/ko/settings.php
Normal file
13
lang/ko/settings.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* korean language file for imgpaste plugin
|
||||
*
|
||||
* @sc yoo <dryoo@live.com>
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
$lang['filename'] = '올린 파일의 이름. 대체 문자열 @USER@, @NS@, @ID@, strftime을 사용할 수 있습니다. 파일확장자는 자동으로 더해집니다.';
|
||||
|
||||
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
Reference in New Issue
Block a user