OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / admin_main / include / help / help_userlist.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-2013 Magic3 Project.
13  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
14  * @version    SVN: $Id: help_userlist.php 5892 2013-04-01 05:50:24Z fishbone $
15  * @link       http://www.magic3.org
16  */
17 require_once($gEnvManager->getCommonPath()      . '/helpConv.php' );
18
19 class help_userlist extends HelpConv
20 {
21         /**
22          * ヘルプ用データを設定
23          *
24          * @return array                                ヘルプ用データ
25          */
26         function _setData()
27         {
28                 // ########## ウィジェット表示調整 ##########
29                 $helpData = array(
30                         'userlist' => array(    
31                                 'title' =>      $this->_('User List'),  // ユーザ一覧
32                                 'body' =>       $this->_('User listed in the system.')          // システムで一元管理するユーザの一覧です。
33                         ),
34                         'userlist_check' => array(      
35                                 'title' =>      $this->_('Checkbox to Select'), // 選択用チェックボックス
36                                 'body' =>       $this->_('Select items to edit or delete by using checkboxes.')         // 編集や削除を行う項目を選択します。
37                         ),
38                         'userlist_account' => array(    
39                                 'title' =>      $this->_('Login Account'),      // ログインアカウント
40                                 'body' =>       $this->_('Account to login.<br />You can enter by email address format.')               // ログイン時に使用するアカウントです。<br />メールアドレス形式のアカウントも使用できます。
41                         ),
42                         'userlist_pwd' => array(        
43                                 'title' =>      $this->_('Password'),   // パスワード
44                                 'body' =>       $this->_('Password to login.')          // ログイン時に使用するパスワードです。
45                         ),
46                         'userlist_name' => array(       
47                                 'title' =>      $this->_('Name'),       // 名前
48                                 'body' =>       $this->_('User name displayed on the web page.')                // 画面上に表示されるユーザの名前です。
49                         ),
50                         'userlist_email' => array(      
51                                 'title' =>      $this->_('Email'),      // Eメール
52                                 'body' =>       $this->_('Email address for user.<br />It is used for such as sending password.')               // ユーザが使用するEメールアドレスです。パスワード再送信等に使用します。
53                         ),
54                         'userlist_usertype' => array(   
55                                 'title' =>      $this->_('User Type'),  // ユーザ種別
56                                 'body' =>       $this->_('User type in the system. <br /><strong>Administrator</strong> - It can use all administration functions.<br /><strong>Site Manager</strong> - It can use limited administration functions.<br /><strong>Author</strong> - It can create entry.<br /><strong>Normal</strong> - It can login the site.<br /><strong>Temporary</strong> - It is registered by itself, but it does not login yet. If it logins once, it changes to \'Normal\' user.<br /><strong>Not Authenticated</strong> - It requests to become user, but it does not have permissions.')             // ユーザのタイプです。<br />管理者 - すべての管理機能が使用可能です。<br />運営者 - 制限された管理機能が使用可能です。<br />投稿者 - サイトにログインでき、ブログ等の記事の投稿が可能です。<br />一般 - サイトにログインできます。<br />仮登録 - 一般機能からユーザ登録を行い、まだログインしていないユーザです。一度ログインすると一般ユーザに変更されます。<br />未承認 - 承認を申請し、まだ承認されていないユーザです。
57                         ),
58                         'userlist_admin' => array(      
59                                 'title' =>      $this->_('Administration Authority'),   // 管理権限
60                                 'body' =>       $this->_('Permission to use administration functions.<br />The user can use functions if it checked.')          // 管理機能(管理画面)が使用可能かどうかの設定です。<br />チェックが入っていると管理機能が使用可能です。
61                         ),
62                         'userlist_login' => array(      
63                                 'title' =>      $this->_('Login Enable'),       // ログイン可
64                                 'body' =>       $this->_('Permission to login.<br />The user can login if it checked.<br />Administrator can not be disable to login.')         // ログインを許可するかどうかの設定です。<br />チェックが入っているとログイン可能です。<br />誤操作防止のため、管理者はログイン不可にできません。
65                         ),
66                         'userlist_login_count' => array(        
67                                 'title' =>      $this->_('Login Count'),        // ログイン回数
68                                 'body' =>       $this->_('Count of user login.')                // ログインした回数です。
69                         ),
70                         'userlist_active_term' => array(        
71                                 'title' =>      $this->_('Active Term'),        // 有効期間
72                                 'body' =>       $this->_('Active term of the account. If you set blank, the account is no limited.')            // アカウントが有効な期間を設定します。空の場合は制限なしを示します。
73                         ),
74                         'userlist_user_group' => array( 
75                                 'title' =>      $this->_('User Group'), // ユーザグループ
76                                 'body' =>       $this->_('Group user belong to.')               // ユーザが所属するグループです。
77                         ),
78                         'userlist_new_btn' => array(    
79                                 'title' =>      $this->_('New Button'), // 新規ボタン
80                                 'body' =>       $this->_('Add new user.')               // 新規ユーザを追加します。
81                         ),
82                         'userlist_edit_btn' => array(   
83                                 'title' =>      $this->_('Edit Button'),        // 編集ボタン
84                                 'body' =>       $this->_('Edit user configuration.<br />Select the user by using the left checkbox.')           // 選択されているユーザを編集します。<br />ユーザを選択するには、一覧の左端のチェックボックスにチェックを入れます。
85                         ),
86                         'userlist_del_btn' => array(    
87                                 'title' =>      $this->_('Delete Button'),      // 削除ボタン
88                                 'body' =>       $this->_('Delete user.<br />Select the user by using the left checkbox.')               // 選択されているユーザを削除します。<br />ユーザを選択するには、一覧の左端のチェックボックスにチェックを入れます。
89                         ),
90                         'userlist_ret_btn' => array(    
91                                 'title' =>      $this->_('Go back Button'),     // 戻るボタン
92                                 'body' =>       $this->_('Go back to user list.')               // ユーザ一覧へ戻ります。
93                         ),
94                 );
95                 return $helpData;
96         }
97 }
98 ?>