mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
Changed AND Added Japanese Translation.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4589 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c92721bd40
commit
58f09fe5c4
14 changed files with 58 additions and 38 deletions
14
tools/validator/lang/jp.lang.php
Normal file
14
tools/validator/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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 = '追加されたファイル';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue