OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / admin_main / include / help / help_adjustwidget.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-2012 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: help_adjustwidget.php 4900 2012-05-03 12:03:21Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 require_once($gEnvManager->getCommonPath()      . '/helpConv.php' );
18
19 class help_adjustwidget extends HelpConv
20 {
21         /**
22          * ヘルプ用データを設定
23          *
24          * @return array                                ヘルプ用データ
25          */
26         function _setData()
27         {
28                 // ########## ウィジェット表示調整 ##########
29                 $helpData = array(
30                         'adjustwidget_config' => array( 
31                                 'title' =>      $this->_('Widget Common Config'),       // ウィジェット共通設定
32                                 'body' =>       $this->_('Common config with all widgets.')             // すべてのウィジェットで共通する設定です。
33                         ),
34                         'adjustwidget' => array(        
35                                 'title' =>      $this->_('Adjust Widget Title and Contents'),   // ウィジェットタイトル、位置調整
36                                 'body' =>       $this->_('Adjust widget title and widget contents.')            // ウィジェットのタイトルやウィジェットの表示内容の位置調整を行います。
37                         ),
38                         'adjustwidget_view' => array(   
39                                 'title' =>      $this->_('View Control'),       // ウィジェット表示制御
40                                 'body' =>       $this->_('Control widget view.')                // ウィジェットの表示制御を行います。
41                         ),
42                         'adjustwidget_title' => array(  
43                                 'title' =>      $this->_('Widget Title'),       // ウィジェットタイトル名
44                                 'body' =>       $this->_('Configure the title on the top of widget. If you set blank for the title, default title is displayed. You can control the title visible status by checking \'Visible\' checkbox. This configure takes first priority over other configures.')         // ウィジェットの上部に表示されるタイトル名を設定します。空に設定した場合はデフォルトのタイトル名が表示されます。「表示」チェックボックスでタイトルの表示、非表示の制御を行います。ここでの設定は他のすべての設定に優先します。
45                         ),
46                         'adjustwidget_align' => array(  
47                                 'title' =>      $this->_('Contents Position'),  // テキスト表示位置
48                                 'body' =>       $this->_('Adjust widget contents position.')            // ウィジェットの表示内容のテキストの位置を設定します。
49                         ),
50                         'adjustwidget_margin' => array( 
51                                 'title' =>      $this->_('Contents Margin'),    // マージン
52                                 'body' =>       $this->_('Adjust widget contents margin. If you set blank for margin field, the margin has no value.')          // ウィジェットの表示内容のマージンを設定します。空に設定したフィールドは指定なしになります。
53                         ),
54                         'adjustwidget_render' => array( 
55                                 'title' =>      $this->_('Render'),     // 描画処理
56                                 'body' =>       $this->_('If you check \'Render by Joomla! style\' checkbox, the widget is added border line and title. If you uncheck it, the widget is displayed with plane text.')           // 「Joomla!スタイルの描画処理」をオンにするとウィジェットの周囲の枠やタイトルが付加されます。チェックをはずした場合はウィジェットのプレーンな出力が表示されます。
57                         ),
58                         'adjustwidget_top_content' => array(    
59                                 'title' =>      $this->_('Additional Top Content'),     // 補助コンテンツ(上)
60                                 'body' =>       $this->_('Additional content on the top of the widget.')                // ウィジェットの上部に表示する補助コンテンツです。
61                         ),
62                         'adjustwidget_bottom_content' => array( 
63                                 'title' =>      $this->_('Additional Bottom Content'),  // 補助コンテンツ(下)
64                                 'body' =>       $this->_('Additional content on the bottom of the widget.')             // ウィジェットの下部に表示する補助コンテンツです。
65                         ),
66                         'adjustwidget_readmore' => array(       
67                                 'title' =>      $this->_('Readmore Button'),    // もっと読むボタン
68                                 'body' =>       $this->_('If you check \'Visible\' checkbox, \'Read more Button\' is displayed. Input the button \'Title\' and the link \'Url\'.')              // 「表示」をオンにするともっと読むボタン表示されます。ボタンのタイトルとリンク先URLを入力します。
69                         ),
70                         'adjustwidget_shared' => array( 
71                                 'title' =>      $this->_('Page Shared Attribute'),      // ページ共通属性
72                                 'body' =>       $this->_('Control page shared attribute of widget. If its attribute is on, the widget always shows on any pages.<br />When its attribute is on, the widget does not show on the exception page.')               // ウィジェットのページ共通属性を設定します。共通属性をオンにするとページIDに関わらずウィジェットが常時表示されます。ページ共通属性がオンの場合、例外ページで選択されたページ上にはウィジェットは表示されません。
73                         ),
74                         'adjustwidget_term' => array(   
75                                 'title' =>      $this->_('View Term'),  // 表示期間
76                                 'body' =>       $this->_('Control visible term of widget.')             // ウィジェットの表示期間を設定します。
77                         ),
78                         'adjustwidget_option' => array( 
79                                 'title' =>      $this->_('View Option'),        // 表示オプション
80                                 'body' =>       $this->_('Control widget view styles.<br /><strong>View Type</strong> - <strong>Always</strong>: the widget always shows if user is or is not in login. <strong>When user in login</strong>: the widget shows if user is in login. <strong>When user not in login</strong>: the widget shows if user is not in login. ')                // ウィジェットの表示スタイルを制御します。<br />「表示タイプ」-「常時表示」(ユーザのログイン状態に関わらず常にウィジェットを表示)、「ログイン時のみ表示」(ユーザがログインしている場合のみウィジェットを表示)、「非ログイン時のみ表示」(ユーザがログインしていない場合のみウィジェットを表示)
81                         ),
82                 );
83                 return $helpData;
84         }
85 }
86 ?>