OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / admin_main / include / help / help_menudef.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    Magic3 Framework
11  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
12  * @copyright  Copyright 2006-2010 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: help_menudef.php 4935 2012-06-05 09:40:47Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 require_once($gEnvManager->getCommonPath()                              . '/helpConv.php' );
18
19 class help_menudef extends HelpConv
20 {
21         /**
22          * ヘルプ用データを設定
23          *
24          * @return array                                ヘルプ用データ
25          */
26         function _setData()
27         {
28                 // ########## メニュー定義 ##########
29                 $helpData = array(
30                         'menudef_list' => array(        
31                                 'title' =>      $this->_('Menu Definition List'),                       // メニュー定義一覧
32                                 'body' =>       $this->_('Menu item list in selected menu definition.')         // 選択したメニュー定義のメニュー項目一覧です。
33                         ),
34                         'menudef_detail' => array(      
35                                 'title' =>      $this->_('Menu Item Detail'),                   // メニュー項目詳細
36                                 'body' =>       $this->_('Edit menu item.')             // メニュー項目の設定を編集します。
37                         ),
38                         'menudef_check' => array(       
39                                 'title' =>      $this->_('Checkbox to Select'),                 // 選択用チェックボックス
40                                 'body' =>       $this->_('Select items to edit or delete by using checkboxes.')         // 編集や削除を行う項目を選択します。
41                         ),
42                         'menudef_name' => array(        
43                                 'title' =>      $this->_('Name'),                       // 名前
44                                 'body' =>       $this->_('Definition name for menu item.')              // メニュー項目の名前です。
45                         ),
46                         'menudef_lang' => array(        
47                                 'title' =>      $this->_('Language'),                   // 言語
48                                 'body' =>       $this->_('Language for menu item.')             // メニュー項目の対応言語です。
49                         ),
50                         'menudef_item_type' => array(   
51                                 'title' =>      $this->_('Menu Item Type'),                     // メニュー項目タイプ
52                                 'body' =>       $this->_('You can select menu item type below.<br /><strong>Link</strong> - Normal link item to go page if selected.<br /><strong>Folder</strong> - Item has sub menu items.<br /><strong>Text</strong> - Text item not to link.<br /><strong>Separator</strong> - Separete between menu items.')               // メニュー項目のタイプです。<br />「リンク」-クリックすると画面遷移する通常のリンク項目です。<br />「フォルダ」-サブメニューを持つ項目です。<br />「テキスト」-画面遷移せず文字列を表示するだけの項目です。<br />「セパレータ」-区切り項目です。
53                         ),
54                         'menudef_link_url' => array(    
55                                 'title' =>      $this->_('URL'),                        // リンク先URL
56                                 'body' =>       $this->_('Url to link.')                // メニュー項目をクリックしたときに表示されるURLです。
57                         ),
58                         'menudef_link_type' => array(   
59                                 'title' =>      $this->_('Link Type'),                  // 表示方法
60                                 'body' =>       $this->_('Select type to open page in the same window or in other window if clicked.')          // メニュー項目をクリックしたときにリンク先が同じウィンドウで表示するか、別ウィンドウで表示するかを指定します。
61                         ),
62                         'menudef_visible' => array(     
63                                 'title' =>      $this->_('Visible'),                    // 表示制御
64                                 'body' =>       $this->_('Control menu item visible status. If menu item is hidden when visible status unchecked.<br />When \'Cotrol visible status linked to contents.\' is checked, menu item visible status is automatically controled linked to contents visible status.')          // メニュー項目をユーザに公開するかどうかを制御します。非公開に設定の場合はユーザから参照することはできません。<br />「リンク先のコンテンツに連動」にチェックを入れるとリンク先のコンテンツの表示状態に連動してメニュー項目を自動表示制御します。
65                         ),
66                         'menudef_act' => array( 
67                                 'title' =>      $this->_('Operation'),                  // 操作
68                                 'body' =>       $this->_('You can operate the actions below.<br /><strong>Edit Contents</strong> - If the link target is contents, edit the contents.')         // 各種操作を行います。<br />●コンテンツを編集<br />メニュー項目のリンク先がコンテンツ表示の場合、表示されるコンテンツの編集を行います。
69                         ),
70                         'menudef_sel_link' => array(    
71                                 'title' =>      $this->_('Select Link Type'),                   // リンク先を選択
72                                 'body' =>       $this->_('Select the link type of menu item. If \'contents\' is selected, you can select the contents to view.')                // リンク先を選択します。「コンテンツ」を選択した場合は、表示するコンテンツを指定します。[任意設定]を選択した場合は、任意のURLにリンク先を設定できます。
73                         ),
74                         'menudef_desc' => array(        
75                                 'title' =>      $this->_('Description'),                        // 説明
76                                 'body' =>       $this->_('Description about menu item.')                // メニュー項目についての説明です。
77                         ),
78                         'menudef_new_btn' => array(     
79                                 'title' =>      $this->_('New Button'),                 // 新規ボタン
80                                 'body' =>       $this->_('Add menu item.')              // 新規メニュー項目を追加します。
81                         ),
82                         'menudef_edit_btn' => array(    
83                                 'title' =>      $this->_('Edit Button'),                        // 編集ボタン
84                                 'body' =>       $this->_('Edit menu item.<br />Select the menu item by using the left checkbox.')               // 選択されているメニュー項目を編集します。<br />メニュー項目を選択するには、一覧の左端のチェックボックスにチェックを入れます。
85                         ),
86                         'menudef_del_btn' => array(     
87                                 'title' =>      $this->_('Delete Button'),                      // 削除ボタン
88                                 'body' =>       $this->_('Delete menu item.<br />Select the menu item by using the left checkbox.')             // 選択されているメニュー項目を削除します。<br />メニュー項目を選択するには、一覧の左端のチェックボックスにチェックを入れます。
89                         ),
90                         'menudef_ret_btn' => array(     
91                                 'title' =>      $this->_('Go back Button'),                     // 戻るボタン
92                                 'body' =>       $this->_('Go back to menu item list.')          // メニュー項目一覧へ戻ります。
93                         ),
94                 );
95                 return $helpData;
96         }
97 }
98 ?>