mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
37
modules/document/lang/jp.lang.php
Normal file
37
modules/document/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/document/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻訳:RisaPapa
|
||||
* @brief ドキュメント(document)モジュルの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->cmd_delete_checked_document = '選択項目削除';
|
||||
|
||||
$lang->msg_cart_is_null = '削除する書き込みを選択してください。';
|
||||
$lang->msg_category_not_moved = '移動することができません。';
|
||||
$lang->msg_is_secret = '非公開設定の書き込みです。';
|
||||
$lang->msg_checked_document_is_deleted = '%d個の書き込みが削除されました。';
|
||||
|
||||
// 管理者ページで検索する内容
|
||||
$lang->search_target_list = array(
|
||||
'title' => 'タイトル',
|
||||
'content' => '内容',
|
||||
'user_id' => 'ユーザID',
|
||||
'member_srl' => '会員番号',
|
||||
'user_name' => 'ユーザ名',
|
||||
'nick_name' => 'ニックネーム',
|
||||
'email_address' => 'メールアドレス',
|
||||
'homepage' => 'ホームページ',
|
||||
'is_notice' => 'お知らせ',
|
||||
'is_secret' => '非公開書き込み',
|
||||
'tags' => 'タグ',
|
||||
'readed_count' => '照合数(以上)',
|
||||
'voted_count' => '推薦数(以上)',
|
||||
'comment_count ' => 'コメント数(以上)',
|
||||
'trackback_count ' => 'トラックバック数(以上)',
|
||||
'uploaded_count ' => '添付ファイル数(以上)',
|
||||
'regdate' => '登録日',
|
||||
'last_update' => '最近修正日',
|
||||
'ipaddress' => 'IPアドレス',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue