Trashcan language codes

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-20 05:41:23 +00:00
parent 6c3800ccd9
commit 92be400c27
9 changed files with 54 additions and 3 deletions

View file

@ -67,4 +67,15 @@
$lang->history = "히스토리";
$lang->about_use_history = "히스토리 기능의 사용여부를 지정합니다. 히스토리 기능을 사용할 경우 문서 수정시 이전 리비전을 기록하고 복원할 수 있습니다.";
$lang->trace_only = "흔적만 남김";
$lang->cmd_trash = 'Trashcan';
$lang->cmd_restore = 'Restore';
$lang->cmd_restore_all = 'Restore All';
$lang->in_trash = 'Trashcan';
$lang->trash_nick_name = 'Person who deleted';
$lang->trash_date = 'Deleted date';
$lang->trash_description = 'Description';
$lang->success_trashed = "Successfully moved to trashcan";
?>