]> git.gir.st - VimFx.git/blob - extension/locale/zh-CN/options.dtd
Remove the 'enable KeyboardEvent.code' option
[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 将被自动禁用。允许的通配符:*, !。例如:*example.com*,*foobar.org*">
6
7 <!ENTITY pref.prev_patterns.title "上一页字符匹配">
8 <!ENTITY pref.prev_patterns.desc "列表内字符将用来匹配上一页(逗号分隔)">
9
10 <!ENTITY pref.next_patterns.title "下一页字符匹配">
11 <!ENTITY pref.next_patterns.desc "列表内字符将用来匹配下一页(逗号分隔)">
12
13 <!ENTITY pref.prevent_autofocus.title "阻止自动聚焦输入框">
14
15 <!ENTITY pref.autofocus_limit.title "Autofocus limit">
16 <!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.">
17
18 <!ENTITY pref.ignore_keyboard_layout.title "Ignore keyboard layout">
19 <!ENTITY pref.ignore_keyboard_layout.desc "Pretend that the en-US QWERTY layout is always used">
20
21 <!ENTITY customizeButton.title "键盘快捷键">
22 <!ENTITY customizeButton.label "自定义">
Imprint / Impressum