]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Add window commands
[VimFx.git] / extension / locale / en-US / vimfx.properties
1 button.tooltip.normal=Show the help dialog
2 button.tooltip.other_mode=VimFx is in %S. Click to return to %S.
3
4 help.title=Keyboard Shortcuts
5 help.search=Search
6
7 mode.normal=Normal mode
8
9 category.location=Location
10 mode.normal.focus_location_bar=Focus the Address Bar
11 mode.normal.focus_search_bar=Focus the Search Bar
12 mode.normal.paste_and_go=Paste and go
13 mode.normal.paste_and_go_in_tab=Paste and go in a new tab
14 mode.normal.copy_current_url=Copy current URL
15 mode.normal.go_up_path=Go up one level in the URL
16 mode.normal.go_to_root=Go to the root in the URL
17 mode.normal.go_home=Go to the home page
18 mode.normal.history_back=Go back in history
19 mode.normal.history_forward=Go forward in history
20 mode.normal.reload=Reload
21 mode.normal.reload_force=Reload (override cache)
22 mode.normal.reload_all=Reload all tabs
23 mode.normal.reload_all_force=Reload all tabs (override cache)
24 mode.normal.stop=Stop loading the page
25 mode.normal.stop_all=Stop loading all tabs
26
27 category.scrolling=Scrolling
28 mode.normal.scroll_left=Scroll left
29 mode.normal.scroll_right=Scroll right
30 mode.normal.scroll_down=Scroll down
31 mode.normal.scroll_up=Scroll up
32 mode.normal.scroll_page_down=Scroll full page down
33 mode.normal.scroll_page_up=Scroll full page up
34 mode.normal.scroll_half_page_down=Scroll half a page down
35 mode.normal.scroll_half_page_up=Scroll half a page up
36 mode.normal.scroll_to_top=Scroll to top
37 mode.normal.scroll_to_bottom=Scroll to bottom
38 mode.normal.scroll_to_left=Scroll to the far left
39 mode.normal.scroll_to_right=Scroll to the far right
40 mode.normal.mark_scroll_position=Mark scroll position
41 mark_scroll_position.success=Mark set: %S
42 mode.normal.scroll_to_mark=Scroll to mark
43 scroll_to_mark.error=No mark for: %S
44
45 category.tabs=Tabs
46 mode.normal.tab_new=New tab
47 mode.normal.tab_duplicate=Duplicate tab
48 mode.normal.tab_select_previous=Previous tab
49 mode.normal.tab_select_next=Next tab
50 mode.normal.tab_move_backward=Move tab left
51 mode.normal.tab_move_forward=Move tab right
52 mode.normal.tab_move_to_window=Move tab to new window
53 mode.normal.tab_select_first=Go to the first tab
54 mode.normal.tab_select_first_non_pinned=Go to the first non-pinned tab
55 mode.normal.tab_select_last=Go to the last tab
56 mode.normal.tab_toggle_pinned=Pin/Unpin tab
57 mode.normal.tab_close=Close tab
58 mode.normal.tab_restore=Restore closed tab
59 mode.normal.tab_close_to_end=Close tabs to the right
60 mode.normal.tab_close_other=Close other tabs
61
62 category.browsing=Browsing
63 mode.normal.follow=Follow link, focus text input or click button
64 mode.normal.follow_in_tab=Follow link in a new background tab
65 mode.normal.follow_in_focused_tab=Follow link in a new foreground tab
66 mode.normal.follow_in_window=Follow link in a new window
67 mode.normal.follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
68 mode.normal.follow_copy=Copy link or text input value
69 mode.normal.follow_focus=Focus/select element
70 mode.normal.follow_previous=Go to the previous page
71 mode.normal.follow_next=Go to the next page
72 mode.normal.focus_text_input=Focus last focused or first text input
73
74 category.find=Find
75 mode.normal.find=Enter Find mode
76 mode.normal.find_highlight_all=Enter Find mode highlighting all matches
77 mode.normal.find_links_only=Enter Find mode for links only
78 mode.normal.find_next=Find next
79 mode.normal.find_previous=Find previous
80
81 category.misc=Misc
82 mode.normal.window_new=New window
83 mode.normal.window_new_private=New private window
84 mode.normal.enter_mode_ignore=Enter Ignore mode: Ignore all commands
85 mode.normal.quote=Pass next keypress through to the page
86 mode.normal.help=Show the help dialog
87 mode.normal.dev=Open the Developer Toolbar
88 mode.normal.esc=Blur/close active element
89
90 mode.hints=Hints mode
91 mode.hints.exit=Return to Normal mode
92 mode.hints.rotate_markers_forward=Rotate overlapping markers forward
93 mode.hints.rotate_markers_backward=Rotate overlapping markers backward
94 mode.hints.delete_hint_char=Delete last typed hint character
95 mode.hints.increase_count=Increase count
96
97 mode.ignore=Ignore mode
98 mode.ignore.exit=Return to Normal mode
99 mode.ignore.unquote=Run one Normal mode command
100
101 mode.find=Find mode
102 mode.find.exit=Close find bar
103
104 mode.marks=Marks mode
105
106 pref.hint_chars.title=Hint chars
107 pref.hint_chars.desc=
108
109 pref.black_list.title=Blacklist
110 pref.black_list.desc=URLs where VimFx should automatically enter Ignore mode. You may use * as a wildcard. Example: *example.com* http://example.org/editor/*.
111
112 pref.prev_patterns.title=Previous page patterns
113 pref.prev_patterns.desc=
114
115 pref.next_patterns.title=Next page patterns
116 pref.next_patterns.desc=
117
118 pref.prevent_autofocus.title=Prevent autofocus of text inputs
119 pref.prevent_autofocus.desc=
120
121 pref.ignore_keyboard_layout.title=Ignore keyboard layout
122 pref.ignore_keyboard_layout.desc=Pretend that the en-US QWERTY layout is always used.
123
124 pref.timeout.title=Timeout
125 pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut.
126
127 prefs.instructions.title=Keyboard shortcuts in text boxes on this page
128 prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
129
130 prefs.documentation=Documentation
131
132 error.invalid_key=%S: Invalid key.
133 error.unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
134 error.duplicate_modifier=%S: Duplicate modifier: %S.
135 error.disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
136 error.overridden_by=%S: Overridden by: %S
137 error.illegal_special_key=%S: %S is only allowed as a prefix.
Imprint / Impressum