]> git.gir.st - VimFx.git/blob - extension/locale/zh-TW/options.dtd
Add quote command
[VimFx.git] / extension / locale / zh-TW / options.dtd
1 <!ENTITY pref.hint_chars.title "提示符號(Hint Chars)">
2 <!ENTITY pref.hint_chars.desc "預設:fjdkslaghrueiwovncm">
3
4 <!ENTITY pref.black_list.title "黑名單">
5 <!ENTITY pref.black_list.desc "VimFx將在此網址清單中的網站被停用(以逗號分隔)。
6 可使用的萬用符號:*, !. 如: *example.com*,*foobar.org*">
7
8 <!ENTITY pref.prev_patterns.title "上一頁符號比對模式">
9 <!ENTITY pref.prev_patterns.desc "符合連回上一頁的比對模式清單(以逗號分隔)">
10
11 <!ENTITY pref.next_patterns.title "下一頁符號比對模式">
12 <!ENTITY pref.next_patterns.desc "符合連回下一頁的比對模式清單(以逗號分隔)">
13
14 <!ENTITY pref.scroll_step_lines.title "捲動行數">
15
16 <!ENTITY pref.hints_bloom_on.title "智慧設定提示符號">
17 <!ENTITY pref.hints_bloom_on.desc "為最常造訪的連結設定更短的提示符號">
18
19 <!ENTITY pref.prevent_autofocus.title "Prevent autofocus of text inputs">
20
21 <!ENTITY pref.autofocus_limit.title "Autofocus limit">
22 <!ENTITY pref.autofocus_limit.desc "Used when Prevent autofocus is on. If a text input is focused more than this number of milliseconds after you last interacted with the page, it is considered an autofocus.">
23
24 <!ENTITY pref.ignore_keyboard_layout.title "Ignore keyboard layout">
25 <!ENTITY pref.ignore_keyboard_layout.desc "Pretend that the en-US QWERTY layout is always used">
26
27 <!ENTITY pref.keyboardevent.code.enabled.title "Enable `KeyboardEvent.code` support">
28 <!ENTITY pref.keyboardevent.code.enabled.desc "Considered &quot;experimental&quot; by Firefox, but works really well. Needed by the Ignore keyboard layout setting. Requires restart.">
29
30 <!ENTITY customizeButton.title "鍵盤快速鍵">
31 <!ENTITY customizeButton.label "自行定義">
Imprint / Impressum