2010-08-11 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_network_map.php, include/help/ja/help_autocreate_blacklist.php: Added new help files in Japanese. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3125 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5e6aed9fe8
commit
25355fc6b5
|
@ -1,3 +1,9 @@
|
||||||
|
2010-08-11 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* include/help/ja/help_network_map.php,
|
||||||
|
include/help/ja/help_autocreate_blacklist.php: Added new help files
|
||||||
|
in Japanese.
|
||||||
|
|
||||||
2010-08-10 Miguel de Dios <miguel.dedios@artica.es>
|
2010-08-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
* ajax.php: cleaned source code.
|
* ajax.php: cleaned source code.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Include/help/ja
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<h1>自動作成のブラックリスト</h1>
|
||||||
|
|
||||||
|
自動作成させたくないユーザ名をカンマ区切りで書きます。
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Include/help/ja
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<h1>ネットワークマップ</h1>
|
||||||
|
<p>ネットワークマップ画面です。</p>
|
||||||
|
|
||||||
|
<p>作成したマップを保存するには、最初に更新を実行してください。</p>
|
||||||
|
|
||||||
|
<p>サブマップを作成するには、エッジをクリックします。</p>
|
Loading…
Reference in New Issue