]> git.gir.st - VimFx.git/blob - extension/locale/zh-CN/options.dtd
Remove bloomfilter
[VimFx.git] / extension / locale / zh-CN / 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 "当访问列表中的 URL(逗号分隔)时,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.prevent_autofocus.title "阻止自动聚焦输入框">
17
18 <!ENTITY pref.autofocus_limit.title "Autofocus limit">
19 <!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.">
20
21 <!ENTITY pref.ignore_keyboard_layout.title "Ignore keyboard layout">
22 <!ENTITY pref.ignore_keyboard_layout.desc "Pretend that the en-US QWERTY layout is always used">
23
24 <!ENTITY pref.keyboardevent.code.enabled.title "Enable `KeyboardEvent.code` support">
25 <!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.">
26
27 <!ENTITY customizeButton.title "键盘快捷键">
28 <!ENTITY customizeButton.label "自定义">
Imprint / Impressum