mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Changed & Added Japanese Translation.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3225 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8eb24a3b23
commit
e488caa81c
4 changed files with 18 additions and 16 deletions
|
|
@ -1,17 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/comment/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa、ミニミ
|
||||
* @brief コメント(comment) モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->cmd_comment_do = 'このコメントを..';
|
||||
|
||||
$lang->comment_list = 'コメントリスト';
|
||||
$lang->cmd_delete_checked_comment = '選択項目削除';
|
||||
$lang->cmd_toggle_checked_comment = '選択項目の反転';
|
||||
$lang->cmd_delete_checked_comment = '選択項目削除';
|
||||
|
||||
$lang->msg_cart_is_null = '削除するコメントを選択してください';
|
||||
$lang->msg_checked_comment_is_deleted = '%d個のコメントを削除しました';
|
||||
$lang->msg_cart_is_null = '削除するコメントを選択してください。';
|
||||
$lang->msg_checked_comment_is_deleted = '%d個のコメントを削除しました。';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'content' => '内容',
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
'user_name' => '名前',
|
||||
'nick_name' => 'ニックネーム',
|
||||
'email_address' => 'メールアドレス',
|
||||
'homepage' => 'ホームページ',
|
||||
'homepage' => 'ホームページURL',
|
||||
'regdate' => '登録日',
|
||||
'last_update' => '最終更新日 ',
|
||||
'ipaddress' => 'IPアドレス',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue