rhymix/tools/validator/lang/en.lang.php
supershop d00277dd42 영어 - 추가 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4417 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-07-28 09:42:17 +00:00

14 lines
468 B
PHP

<?php
$lang->validator = 'Validator';
$lang->msg_cannot_get_source_files = 'Could not download original files';
$lang->msg_cannot_get_target_files = 'Could not get installed target list';
$lang->files_count = 'Number of Files';
$lang->source_files = 'Original File';
$lang->target_files = 'Target File';
$lang->leaveout_files = 'Omitted File';
$lang->modified_files = 'Modified File';
$lang->additional_files = 'Added File';
?>