mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
설치된 파일과 설치된 버전의 공식 패키지의 파일을 비교하는 tool추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4374 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e3ec34e1aa
commit
f1a891558e
7 changed files with 259 additions and 1 deletions
13
tools/validator/lang/ko.lang.php
Normal file
13
tools/validator/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
$lang->msg_cannot_get_source_files = '원본 파일을 다운로드 하지 못했습니다';
|
||||
$lang->msg_cannot_get_target_files = '설치된 대상 파일의 목록을 구하지 못했습니다';
|
||||
|
||||
$lang->files_count = '파일 수';
|
||||
$lang->source_files = '원본 파일';
|
||||
$lang->target_files = '대상 파일';
|
||||
|
||||
$lang->leaveout_files = '누락된 파일';
|
||||
$lang->modified_files = '수정된 파일';
|
||||
$lang->additional_files = '추가된 파일';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue