영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4417 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-07-28 09:42:17 +00:00
parent 268ea0d0f9
commit d00277dd42
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?php
$lang->blank_cleaner = 'Remove Empty Directories';
?>

View file

@ -0,0 +1,3 @@
<?php
$lang->cache_cleaner = 'Recreat Cache File';
?>

View file

@ -0,0 +1,14 @@
<?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';
?>