From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: 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 --- language/ja_JP/help/extend_for_templates.html | 85 +++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 language/ja_JP/help/extend_for_templates.html (limited to 'language/ja_JP/help/extend_for_templates.html') diff --git a/language/ja_JP/help/extend_for_templates.html b/language/ja_JP/help/extend_for_templates.html new file mode 100644 index 000000000..b5b0060e3 --- /dev/null +++ b/language/ja_JP/help/extend_for_templates.html @@ -0,0 +1,85 @@ +

テンプレートの拡張設定

+ +

ゴール

+

それぞれのテンプレートに関して、テンプレート拡張より、テンプレートの置換 (「replacer」と呼びます) を定義します。

+ +

replacerがオリジナルテンプレートにリンクされた場合 (または任意で、要求されたURIに「任意のURIキーワード」が含まれている場合)、 +./template/yoga (または他のyoga) は「replacer」と置換されます。

+ +

「任意のURIキーワード」は、URIのモジュール名の後にあります。

+ +

従って、「任意のURIキーワード」は、「パーマリンク」になり得ます (パーマリンクに関する詳細は、私たちのドキュメントをご覧ください)。

+ +

使用用法に関して、「注意」をご覧ください。

+ +

テンプレート拡張とは?

+ +

この設定ツールは、ビギナーおよびアドバンストユーザにとって、パワフルなツールです。 +FTPを使用して、ウェブマスタは、多くの配布 .tplファイル (「オリジナルテンプレート」) を異なる名称 (「replacer」) で複製することができます。 + + 現在サポートされている「オリジナルテンプレート」は、以下のとおりです:

+ + +

オリジナルテンプレートは、どこにありますか?

+ +

配布されているオリジナルテンプレートは、template/yoga/ にあります (アップグレードの観点から、編集しないでください)。 +そのため、ウェブマスタは、「オリジナルテンプレート」から独自の「replacers (カスタマイズテンプレート)」を作成することができます。 + +

replacerは、どこに保存すべきですか?

+ +

replacer (カスタマイズテンプレート) は、template-extensionフォルダ (または、そのサブフォルダ) に配置する必要があります。 +Replacers can have any filename with the .tpl extension. For example: template-extension/my-extension/video.tpl.

+ + +

replacerは、どこで有効にできますか?

+

関連する置換テンプレートを有効にするため、オリジナルテンプレートは、 +replacer (カスタマイズテンプレート) に割り当てられる必要があります。 +これは、設定管理ページの「テンプレートの拡張」にて、割り当てることができます。

+ +

あなたが任意のURIキーワードを選択した場合、このキーワードを使ったページのみ、 +置換が実行されます。例えば次のようになります: index.php?/most_visited

+ +

アドバンストユーザは、任意URIキーワードをパーマリンクとして使用します。

+

replacerを無効にするには?

+ + +

注意

+ \ No newline at end of file -- cgit v1.2.3