mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4417 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
468 B
PHP
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';
|
|
?>
|