]> git.gir.st - VimFx.git/blob - extension/locale/en-US/options.dtd
Merge pull request #438 from lydell/vim-like-keys
[VimFx.git] / extension / locale / en-US / options.dtd
1 <!ENTITY pref.hint_chars.title "Hint Chars">
2 <!ENTITY pref.hint_chars.desc "Default: fjdkslaghrueiwovncm">
3
4 <!ENTITY pref.black_list.title "Black List">
5 <!ENTITY pref.black_list.desc "Comma separated list of URL where VimFx should be automatically disabled.
6 Wildcards allowed: *, !. Example: *example.com*,*foobar.org*.">
7
8 <!ENTITY pref.prev_patterns.title "Previous Page Patterns">
9 <!ENTITY pref.prev_patterns.desc "Comma separated list of patterns that match links to previous page">
10
11 <!ENTITY pref.next_patterns.title "Next Page Patterns">
12 <!ENTITY pref.next_patterns.desc "Comma separated list of patterns that match links to next page">
13
14 <!ENTITY pref.scroll_step_lines.title "Scroll Step">
15
16 <!ENTITY pref.hints_bloom_on.title "Smart hint assignment">
17 <!ENTITY pref.hints_bloom_on.desc "Assign shorter hints to the links that users visit most often">
18
19 <!ENTITY pref.prevent_autofocus.title "Prevent auto focusing inputs">
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 "Keyboard Shortcuts">
28 <!ENTITY customizeButton.label "Customize">
Imprint / Impressum