mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4582 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
476 B
PHP
14 lines
476 B
PHP
<?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 = '添加的文件';
|
|
?>
|