Update userguide from i18n.haiku-os.org
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<!--
|
||||
*
|
||||
* Copyright 2008, Haiku. All rights reserved.
|
||||
* Copyright 2008-2013, Haiku. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -55,15 +55,15 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。</div>
|
||||
|
||||
<h1>Tracker アドオン</h1>
|
||||
|
||||
<p>アプリケーションは、Tracker からのファイルの選択で自身を容易に呼び出せるように、アドオンをインストールできます。特定のファイルタイプを扱うことができるアドオンだけが、コンテキストメニューあるいは Tracker ウィンドウのファイル (File) メニューの<span class="menu">アドオン (Add-Ons)</span> 以下に表示されます。いくつかのアドオンは、必ずしも処理するファイルを必要とせず、常にメニュー内に存在しています。</p>
|
||||
<p>Tracker アドオン、あるいはアドオンと同様に振舞うアプリケーションへのリンクは、3 つの異なる場所にインストールできます (<a href="filesystem-layout.html">ファイルシステムレイアウト</a>のトピックを見てください)。</p>
|
||||
<p>New Tracker add-ons that don't come as part of a regular .hpkg package, can be installed by copying them into their respective non-packaged folder (see topic <a href="filesystem-layout.html">Filesystem layout</a>):</p>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr><td><span class="path">/boot/system/add-ons/Tracker/</span></td><td> </td><td>システムが提供するアドオン用</td></tr>
|
||||
<tr><td><span class="path">/boot/common/add-ons/Tracker/</span></td><td> </td><td>すべてのユーザに利用可能なアドオン用</td></tr>
|
||||
<tr><td><span class="path">/boot/home/config/add-ons/Tracker/</span></td><td> </td><td>ユーザー専用アドオン用</td></tr>
|
||||
<tr><td><span class="path">/boot/system/non-packaged/add-ons/Tracker/</span></td><td> </td><td>すべてのユーザに利用可能なアドオン用</td></tr>
|
||||
<tr><td><span class="path">/boot/home/config/non-packaged/add-ons/Tracker/</span></td><td> </td><td>ユーザー専用アドオン用</td></tr>
|
||||
</table>
|
||||
<p>アドオンのファイル名は、ダッシュと英大文字を後に付けることができ、それはキーボードショートカットから利用可能です。たとえば、<span class="app">Open Target Folder-O</span> は、<span class="key">ALT</span> <span class="key">OPT</span> <span class="key">O</span> で起動します。<br />
|
||||
もちろん、ショートカットを決める場合は、ショートカットの衝突の可能性を管理しなければなりません。異なるアドオンに同じショートカットを持つことはできません。</p>
|
||||
|
||||
Reference in New Issue
Block a user