Show
Ignore:
Timestamp:
01/16/09 00:20:07 (4 years ago)
Author:
janus_wel
Message:

follow git HEAD (955e6c1437e0f96b8b3b49ab53232dc3dc322cbc). make xpi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/vimperator/2.0/vimperator-help-ja/locale/ja/options.html

    r28458 r28461  
    225225<tr style="width: 100%"><td style="width: 50%"><h2>Setting&#160;Firefox&#160;options</h2></td><td style="width: 50%"> 
    226226 
    227  
     227 <a id="preferences"/><span class="tag">preferences</span> 
    228228 <a id="firefox-options"/><span class="tag">firefox-options</span> 
    229229</td></tr> 
    230230</table></p> 
    231 <p>ほとんどの Firefox のオプションは、Vimperator によって変更されたりはしません。 
    232 これらの設定を変更するには、以下の方法を用います:</p> 
     231<p>Firefox のオプションを参照・設定するには以下の方法を用います:</p> 
    233232<p><span class="tag">:prefs</span> <span class="tag">:preferences</span> 
    234233<div class="key">:pref[erences]</div></p> 
    235234<div class="quoteblock"> 
    236235<div class="content"> 
    237 <p>ブラウザの設定ダイアログを表示します。<br /> 
    238 このダイアログから、ブラウザの設定を変更できます。 
    239 Vimperator はいくつかのキーバインディングを無効にし Firefox の GUI を変更するので、全ての設定が効くわけではないことに注意してください。</p> 
     236<p>Firefox の設定用ダイアログを表示します。ブラウザの設定をこのダイアログから変更することが可能です。 
     237Vimperator がいくつかのキーバインドを書き換えたり GUI を変更したりするため、すべての Firefox の設定が動くわけではないことに注意してください。</p> 
    240238<div class="attribution"> 
    241239</div></div></div> 
     
    256254<div class="attribution"> 
    257255</div></div></div> 
     256<p><span class="tag">overridden-preferences</span><br /> 
     257Vimperator は起動時に Firefox の設定をいくつか変更します。たとえ望んでいなくても、あなたの RC ファイルで <a class="command" href="#">:set! <span class="argument">&#123;preference&#125;</span>=<span class="argument">&#123;value&#125;</span></a> を使っている場合それらは異なった値に変更され得ます。</p> 
     258<p>以下の設定が変更されます。</p> 
     259<ul> 
     260<li> 
     261<p> 
     262browser.startup.page 
     263</p> 
     264</li> 
     265<li> 
     266<p> 
     267dom.popup_allowed_events 
     268</p> 
     269</li> 
     270</ul> 
    258271<p><table style="border-bottom: 1px solid silver; width: 100%"> 
    259272<tr style="width: 100%"><td style="width: 50%"><h2>List&#160;of&#160;options</h2></td><td style="width: 50%"> 
     
    413426<div class="quoteblock"> 
    414427<div class="content"> 
    415 <p>(デフォルト: //*[@onclick or @onmouseover 
    416 or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | 
    417 //input[not(@type='hidden')] | //a | //area | //iframe | //textarea | //button 
    418 | //select | //xhtml:*[@onclick or @onmouseover or @onmousedown or @onmouseup 
    419 or @oncommand or @class='lk' or @class='s'] | 
     428<p>(デフォルト: //*[@onclick or @onmouseover or @onmousedown or @onmouseup or 
     429@oncommand or @class='lk' or @role='link'] | //input[not(@type='hidden')] | //a 
     430| //area | //iframe | //textarea | //button | //select | 
    420431//xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:area | //xhtml:iframe 
    421432| //xhtml:textarea | //xhtml:button | //xhtml:select)</p> 
     
    685696<div class="content"> 
    686697<p>(デフォルト: //*[@onclick or @onmouseover or @onmousedown or @onmouseup or 
    687 @oncommand or @class='lk' or @class='s'] | //input[not(@type='hidden')] | //a 
    688 | //area | //iframe | //textarea | //button | //select | //xhtml:*[@onclick or 
    689 @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or 
    690 @class='s'] | //xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:area | 
    691 //xhtml:iframe | //xhtml:textarea | //xhtml:button | //xhtml:select)</p> 
     698@oncommand or @class='lk' or @role='link'] | //input[not(@type='hidden')] | //a 
     699| //area | //iframe | //textarea | //button | //select | 
     700//xhtml:input[not(@type='hidden')] | //xhtml:a | //xhtml:area | //xhtml:iframe 
     701| //xhtml:textarea | //xhtml:button | //xhtml:select)</p> 
    692702<p><a class="mapping" href="">f</a> and <a class="mapping" href="">F</a> で有効になるヒント対象の要素の XPath。</p> 
    693703<div class="attribution"> 
     
    10281038<div class="content"> 
    10291039<p>(デフォルト: <em>$VIMPERATOR_RUNTIME</em> or Unix, Mac: "~/.vimperator", Windows: "~/vimperator")</p> 
    1030 <p>macros/ plugin/ などの ランタイムファイルを検索するディレクトリのリストです。</p> 
     1040<p>colors/ macros/ plugin/ などの ランタイムファイルを検索するディレクトリのリストです。</p> 
    10311041<p>例: <a class="command" href="#">:set runtimepath=~/myvimperator,~/.vimperator</a><br /> 
    10321042この設定は "~/myvimperator/plugin" と "~/.vimperator/plugin" の両方からプラグインを検索します。</p> 
     
    13791389<div id="footer"> 
    13801390<div id="footer-text"> 
    1381 Last updated 15-Jan-2009 21:54:25 JST 
     1391Last updated 16-Jan-2009 00:12:44 JST 
    13821392</div> 
    13831393</div>