mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
영어 - 추가 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4417 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
268ea0d0f9
commit
d00277dd42
3 changed files with 20 additions and 0 deletions
3
tools/blank_cleaner/lang/en.lang.php
Normal file
3
tools/blank_cleaner/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->blank_cleaner = 'Remove Empty Directories';
|
||||
?>
|
||||
3
tools/cache_cleaner/lang/en.lang.php
Normal file
3
tools/cache_cleaner/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->cache_cleaner = 'Recreat Cache File';
|
||||
?>
|
||||
14
tools/validator/lang/en.lang.php
Normal file
14
tools/validator/lang/en.lang.php
Normal 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';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue