aboutsummaryrefslogtreecommitdiffstats
path: root/language/ja_JP/help/site_manager.html
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-24 19:34:41 +0000
committerplegall <plg@piwigo.org>2010-03-24 19:34:41 +0000
commitc639ad1e7e3ec747cac37e230fd8380da98c508b (patch)
tree19ee9852a167074fa76e4e1692adff9ecf24684a /language/ja_JP/help/site_manager.html
parenteafa796d88193b7e8e33d72ae866b0ae9df79e87 (diff)
copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/ja_JP/help/site_manager.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/language/ja_JP/help/site_manager.html b/language/ja_JP/help/site_manager.html
new file mode 100644
index 000000000..005c0dec8
--- /dev/null
+++ b/language/ja_JP/help/site_manager.html
@@ -0,0 +1,41 @@
+<h2>リモートサイト</h2>
+
+<p>Piwigoでは、イメージを保存して、あなたのギャラリーを構成するため、
+複数のサーバを使用することができます。 これは、ギャラリーがインストールされているサーバのディスクスペースが限られていて、
+あなたが大量のイメージを表示したい場合、有用です。</p>
+
+<ol>
+
+ <li><code>$conf['prefix_thumbnail']</code> または <code>$conf['use_exif']</code></li>のようなパラメータセクションを変更することで、
+ ファイル<span class="filename">tools/create_listing_file.php</span>を編集してください。
+
+ <li>修正済みファイル<span class="filename">tools/create_listing_file.php</span>を
+ あなたのカテゴリのディレクトリ (このウェブサイトのディレクトリ<span class="filename">galleries</span> )と
+ 同じ遠隔サーバのディレクトリにFTPでアップロードしてください。
+ 例えば、あなたが<span class="filename">http://example.com/galleries/create_listing_file.php</span>にアクセスできるようにします。</li>
+
+ <li>「<span class="pwgScreen">管理パネル > カテゴリ > サイトマネージャ</span>」に移動してください。
+ 例えば、<span class="filename">http://example.com/galleries</span>のようなサイトを作成してください。</li>
+
+ <li>新しいリモートサイトが作成されます。あなたは、次の4つの処理を実行できます :
+
+ <ol>
+
+ <li><strong>一覧の作成</strong> : 遠隔ファイル一覧を作成するリクエストを送信できます。</li>
+
+ <li><strong>同期化</strong> : 遠隔サイトの<span class="filename">listing.xml</span>ファイルを読んで、
+ データベース情報と同期化できます。</li>
+
+ <li><strong>クリーン</strong> : 遠隔サイトの<span class="filename">listing.xml</span>ファイルを削除できます。</li>
+
+ <li><strong>削除</strong> : データベース内のサイト (および、すべての関連カテゴリおよびエレメント) をデータベースから削除できます。</li>
+
+ </ol>
+ </li>
+</ol>
+
+<!-- <p>You can do all this by hand by generating yourself the <span
+class="filename">listing.xml</span> file, moving it from your distant server
+to you local Piwigo root directory and opening the remote site
+management screen : Piwigo will propose you to use the found
+listing.xml file.</p>--> \ No newline at end of file