OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / admin_main / include / help / help_widgetlist.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_widgetlist.php 3871 2010-12-01 10:08:24Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 require_once($gEnvManager->getCommonPath()                              . '/helpConv.php' );
18
19 class help_widgetlist extends HelpConv
20 {
21         /**
22          * ヘルプ用データを設定
23          *
24          * @return array                                ヘルプ用データ
25          */
26         function _setData()
27         {
28                 // ########## ウィジェット一覧 ##########
29                 $helpData = array(
30                         'widgetlist' => array(  
31                                 'title' =>      $this->_('Widget List'),                        // ウィジェット一覧
32                                 'body' =>       $this->_('The list is available widgets in this system. Use bottom area of Widget Install if you install widget.')              // システムで利用可能なウィジェットの一覧です。ウィジェットのインストールはこの画面の最下部の「ウィジェットアップロード」から行います。
33                         ),
34                         'widgetlist_type' => array(     
35                                 'title' =>      $this->_('Widget Type'),                        // ウィジェットタイプ
36                                 'body' =>       $this->_('Select widget type for pc or mobile, smartphone.')            // PC用またはウィジェットか携帯用、スマートフォン用のウィジェットを選択します。
37                         ),
38                         'widgetlist_install_dir' => array(      
39                                 'title' =>      $this->_('Widget Install Directory'),                   // ウィジェットインストールディレクトリ
40                                 'body' =>       $this->_('Widgets installed in the directory by name of widget ID.')            // ウィジェットのインストールディレクトリです。この配下に「ウィジェットID」のディレクトリ名で個々のウィジェットが格納されます。
41                         ),
42                         'widgetlist_id' => array(       
43                                 'title' =>      $this->_('Widget ID'),                  // ウィジェットID
44                                 'body' =>       $this->_('Widget is identified with Widget ID. Widget ID is same as directory name.')           // ウィジェットのIDです。ウィジェットのディレクトリ名と同一です。
45                         ),
46                         'widgetlist_name' => array(     
47                                 'title' =>      $this->_('Widget Name'),                        // ウィジェット名前
48                                 'body' =>       $this->_('The name of widget.')         // ウィジェットの名前です。
49                         ),
50                         'widgetlist_available' => array(        
51                                 'title' =>      $this->_('Available'),                  // 配置可能
52                                 'body' =>       $this->_('The Available attribute allows widget listing on menu. The widget already on page keeps on.')         // ウィジェットを配置用の選択メニューに表示するかどうかを指定します。すでにページに配置されているウィジェットはそのまま維持されます。
53                         ),
54                         'widgetlist_active' => array(   
55                                 'title' =>      $this->_('Active'),                     // 実行可能
56                                 'body' =>       $this->_('The Active attribute allows launching widget. You can stop the widget launched.')             // ウィジェットの実行を許可します。特定のウィジェットを緊急停止する場合に使用します。
57                         ),
58                         'widgetlist_act' => array(      
59                                 'title' =>      $this->_('Operation'),                  // 操作
60                                 'body' =>       $this->_('You can operate below.<br /><strong>Update</strong> - Update line.<br /><strong>Delete</strong> - Delete widget.<br /><strong>Config</strong> - Show config window of widget. The widget config window can be shown in layout page or top menu.<br /><strong>Download</strong> - Download widget with zip format compressed. The compressed file can be upload by Widget Upload area.')               // 各種操作を行います。<br />●更新<br />この一覧で変更した値を保存します。<br />●削除<br />ウィジェットをシステムから削除します。<br />●設定<br />ウィジェットの設定画面を表示します。ウィジェットの設定画面はページ作成画面やトップメニュー画面からも表示可能です。<br />●ダウンロード<br />ウィジェットをZIP圧縮形式でダウンロードします。このファイルはそのまま「ウィジェットアップロード」からシステムへインストールできる形式です。
61                         ),
62                         'widgetlist_upload' => array(   
63                                 'title' =>      $this->_('Widget Upload'),                      // ウィジェットアップロード
64                                 'body' =>       $this->_('Upload widget file compressed with zip format, install in the system. Error is occured if there is the same widget ID. <br />If \'Replace widget if exists.\' is checked, delete the widget and install new widget.')         // ZIP形式のウィジェットファイルをアップロードし、システムにウィジェットをインストールします。同じIDのウィジェットがすでに存在する場合はエラーになります。<br />「ウィジェットが存在する場合は置き換え」にチェックが入っている場合、既存のウィジェットを削除した後、ウィジェットをインストールします。
65                         ),
66                         'widgetlist_detail_check' => array(     
67                                 'title' =>      $this->_('Show detail'),                        // 詳細表示
68                                 'body' =>       $this->_('Show detail list if checked.')                // チェックを入れると一覧が詳細表示できます。
69                         ),
70                         'widgetlist_reload_dir_btn' => array(   
71                                 'title' =>      $this->_('Reload directory'),                   // ディレクトリ再読み込み
72                                 'body' =>       $this->_('Reload the directory and automatically install unlisted widget.')             // ウィジェットディレクトリを再読み込みして、一覧に表示されていないウィジェットを自動的にインストールします。
73                         )
74                 );
75                 return $helpData;
76         }
77 }
78 ?>