diff options
author | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-24 19:34:41 +0000 |
commit | c639ad1e7e3ec747cac37e230fd8380da98c508b (patch) | |
tree | 19ee9852a167074fa76e4e1692adff9ecf24684a /language/ja_JP/help/search.html | |
parent | eafa796d88193b7e8e33d72ae866b0ae9df79e87 (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 'language/ja_JP/help/search.html')
-rw-r--r-- | language/ja_JP/help/search.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/language/ja_JP/help/search.html b/language/ja_JP/help/search.html new file mode 100644 index 000000000..2cee0cc70 --- /dev/null +++ b/language/ja_JP/help/search.html @@ -0,0 +1,22 @@ +<h2>検索</h2> + +<p>このページでは、あなたはギャラリー全体から写真を検索することができます。</p> + +<dl> + + <dt>言葉で探す</dt> + <dd>入力された言葉を使用して、ギャラリーで表示される写真に関連した属性すべてを検索します。 + 部分的な合致には、* をワイルドカードとして使用してください。</dd> + + <dt>作者で探すdt> + <dd>部分的な合致には、* をワイルドカードとして使用してください。</dd> + + <dt>日付で探す</dt> + <dd>あなたの検索に関して、日付および終了日を選択してください。あなたが「以前」を検索したい場合、 + 日付を空白のままにしてください。年は最後のフィールドに次のようなフォーマットで入力してください : 0000 (例 2009)</dd> + + <dt>カテゴリを探す</dt> + <dd>あなたが探したいカテゴリを選択してください。親カテゴリを選択した後、 + 「サブカテゴリを探す」オプションを選択した場合、すべてのサブカテゴリも検索されます。</dd> + +</dl>
\ No newline at end of file |