중국어 - 기존번역 순화 및 누락된 파일 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
guny 2008-10-01 17:29:54 +00:00
parent 96af126a82
commit c6dea0358d
12 changed files with 90 additions and 20 deletions

View file

@ -0,0 +1,3 @@
<?php
$lang->blank_cleaner = '删除空文件夹';
?>

View file

@ -0,0 +1,3 @@
<?php
$lang->cache_cleaner = '重新生成缓冲文件';
?>

View file

@ -0,0 +1,14 @@
<?php
$lang->validator = '检测安装文件';
$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 = '添加的文件';
?>