OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / portal_updateinfo / include / help / index.php
1 <?php
2 /**
3  * ヘルプリソースファイル
4  * index.php
5  *
6  * PHP versions 5
7  *
8  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
9  *
10  * @package    ポータル用コンテンツ更新情報
11  * @author     株式会社 毎日メディアサービス
12  * @copyright  Copyright 2009 株式会社 毎日メディアサービス.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: index.php 2725 2009-12-21 08:55:42Z fishbone $
15  * @link       http://www.m-media.co.jp
16  */
17 // 直接アクセスの防止
18 defined('M3_SYSTEM') or die('Access error: Direct access denied.');
19
20 global $HELP;
21
22 // ########## コンテンツ更新情報 ##########
23 $HELP['news_list']['title'] = '更新情報一覧';
24 $HELP['news_list']['body'] = '現在表示状態にある更新情報の一覧です。';
25 $HELP['news_check']['title'] = '選択用チェックボックス';
26 $HELP['news_check']['body'] = '削除を行う項目を選択します。';
27 $HELP['news_message']['title'] = 'メッセージ';
28 $HELP['news_message']['body'] = '表示メッセージです。';
29 $HELP['news_title']['title'] = 'コンテンツタイトル';
30 $HELP['news_title']['body'] = '更新されたコンテンツのタイトルです。';
31 $HELP['news_site']['title'] = 'サイト名';
32 $HELP['news_site']['body'] = 'コンテンツを更新したサイト名です。';
33 $HELP['news_dt']['title'] = '更新日時';
34 $HELP['news_dt']['body'] = 'コンテンツを更新した日時です。';
35 $HELP['news_del_btn']['title'] = '削除ボタン';
36 $HELP['news_del_btn']['body'] = '選択されている更新情報を削除します。<br />項目を選択するには、一覧の左端のチェックボックスにチェックを入れます。';
37 $HELP['news_ret_btn']['title'] = '戻るボタン';
38 $HELP['news_ret_btn']['body'] = '更新情報一覧へ戻ります。';
39
40 // ########## その他の設定 ##########
41 $HELP['other_view_count']['title'] = '表示項目数';
42 $HELP['other_view_count']['body'] = 'リストの最大表示項目数を設定します。';
43 ?>