forked from extern/egroupware
Add Japanese help from itheart
This commit is contained in:
parent
eb0ba9293e
commit
51dbe51788
55
addressbook/help/JA/addressbook.php
Normal file
55
addressbook/help/JA/addressbook.php
Normal file
@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font ?>" size="2"><p/>
|
||||
ビジネスパートナーや友人などの連絡先情報を保管するためのアドレス帳です。
|
||||
<ul><li><b>追加 :</b><br/>
|
||||
追加ボタンをクリックすると、次の項目を入力することができます。
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
名:<br/>
|
||||
電子メール:<br/>
|
||||
自宅電話番号:<br/>
|
||||
会社電話番号:<br/>
|
||||
携帯電話:<br/>
|
||||
町域:<br/>
|
||||
市区町村:<br/>
|
||||
都道府県:<br/>
|
||||
郵便番号:<br/>
|
||||
アクセス権:<br/>
|
||||
グループ設定:<br/>
|
||||
ノート:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
姓:<br/>
|
||||
会社名:<br/>
|
||||
FAX:<br/>
|
||||
ページャー番号:<br/>
|
||||
その他の番号:<br/>
|
||||
誕生日:</td></table>
|
||||
などの
|
||||
各項目を入力したら、OKボタンをクリックします。</li><p/></ul>
|
||||
プライベートデータにアクセスするには、利用許可(ユーザ設定)を設定する必要があります。
|
||||
ユーザ設定ではあなたが作成したアドレス帳を他のユーザが、表示・訂正・削除することができるアクセス権を設定することができます。
|
||||
<p/>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
||||
|
33
admin/help/JA/account.php
Normal file
33
admin/help/JA/account.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id: account.php,v 1.1 2001/05/24 12:00:00 itheart */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul>
|
||||
<li><b>アカウント管理:</b><p/>
|
||||
<i>ユーザアカウント:</i><br/>
|
||||
ユーザアカウントを追加、訂正、削除することができます。グループに属するメンバー設定や、アプリケーションのアクセス権の設定も可能です。<p/>
|
||||
<i>ユーザグループ:</i><br/>
|
||||
ユーザが所属するグループを追加、訂正削除することができます。<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
54
admin/help/JA/admin.php
Normal file
54
admin/help/JA/admin.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
|
||||
<ul>
|
||||
<li><b>アカウント管理:</b><br/>
|
||||
<i>ユーザアカウント:</i><br/>
|
||||
ユーザアカウントを追加、訂正、削除することができます。グループに属するメンバー設
|
||||
定や、アプリケーションのアクセス権の設定も可能です。<br/>
|
||||
<i>ユーザグループ:</i><br/>
|
||||
ユーザが所属するグループを追加、訂正削除することができます。</li><p/>
|
||||
|
||||
<li><b>セッション管理:</b><br/>
|
||||
<i>セッション参照:</i><br/>
|
||||
現在のセッションの、IPアドレスやログイン時間、アイドル時間などを表示します。セッションを切断することも可能です。<br/>
|
||||
<i>アクセスログ参照:</i><br/>
|
||||
phpGroupWareへのアクセスログを表示します。ログインID,IPアドレス,ログイン時間,ログアウト時間,利用時間を表示します。</li><p/>
|
||||
|
||||
<li><b>Headline sites:</b><br/>
|
||||
Administer headline sites as seen by users in the headlines application.<br/>
|
||||
<i>Edit:</i> Options for the headline sites:<br/>
|
||||
Display,BaseURL, NewsFile,Minutes between reloads,Listing Displayed,News Type.<br/>
|
||||
<i>Delete:</i>Remove an existing headling site, clicking on delete will give
|
||||
you a checking page to be sure you do want to delete.<br/>
|
||||
<i>View:</i>Displays set options as in edit.<br/>
|
||||
<i>Add:</i>Form for adding new headline site, options as in edit.</li><p/>
|
||||
|
||||
<li><b>ネットニュース:</b><br/>
|
||||
ニュースグループの購読設定をします。</li><p/>
|
||||
<li><b>サーバ情報:</b><br/>
|
||||
サーバで動作している PHP の情報を、phpinfo() で表示します。</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
32
admin/help/JA/other.php
Normal file
32
admin/help/JA/other.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul><li><b>ネットニュース:</b><br/>
|
||||
ニュースグループの購読設定をします。</li><p/>
|
||||
<li><b>サーバ情報:</b><br/>
|
||||
サーバで動作している PHP の情報を、phpinfo() で表示します。</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
35
admin/help/JA/session.php
Normal file
35
admin/help/JA/session.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul>
|
||||
<li><b>セッション管理:</b>
|
||||
<p><i>セッション参照:</i>
|
||||
<br>現在のセッションの、IPアドレスやログイン時間、アイドル時間などを表示します。セッションを切断することも可能です。
|
||||
<p><i>アクセスログ参照:</i>
|
||||
<br>phpGroupWareへのアクセスログを表示します。ログインID,IPアドレス,ログイン時間,ログアウト時間,利用時間を表示します。
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
Loading…
Reference in New Issue
Block a user