]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Implement filtering hints by text and related changes
[VimFx.git] / extension / locale / en-US / vimfx.properties
1 button.tooltip.normal=Show the Keyboard Shortcuts 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 help.last_hint_char=last_hint_char
7
8 mode.normal=Normal mode
9
10 category.location=Location
11 mode.normal.focus_location_bar=Focus the location bar
12 mode.normal.focus_search_bar=Focus the search bar
13 mode.normal.paste_and_go=Paste and go
14 mode.normal.paste_and_go_in_tab=Paste and go in a new tab
15 mode.normal.copy_current_url=Copy current URL
16 mode.normal.go_up_path=Go up one level of the URL
17 mode.normal.go_to_root=Go to the top level of the URL
18 mode.normal.go_home=Go to the home page
19 mode.normal.history_back=Go back in history
20 mode.normal.history_forward=Go forward in history
21 mode.normal.history_list=Open the back/forward button menu
22 mode.normal.reload=Reload
23 mode.normal.reload_force=Reload (override cache)
24 mode.normal.reload_all=Reload all tabs
25 mode.normal.reload_all_force=Reload all tabs (override cache)
26 mode.normal.stop=Stop loading the page
27 mode.normal.stop_all=Stop loading all tabs
28
29 category.scrolling=Scrolling
30 mode.normal.scroll_left=Scroll left
31 mode.normal.scroll_right=Scroll right
32 mode.normal.scroll_down=Scroll down
33 mode.normal.scroll_up=Scroll up
34 mode.normal.scroll_page_down=Scroll full page down
35 mode.normal.scroll_page_up=Scroll full page up
36 mode.normal.scroll_half_page_down=Scroll half a page down
37 mode.normal.scroll_half_page_up=Scroll half a page up
38 mode.normal.scroll_to_top=Scroll to top
39 mode.normal.scroll_to_bottom=Scroll to bottom
40 mode.normal.scroll_to_left=Scroll to the far left
41 mode.normal.scroll_to_right=Scroll to the far right
42 mode.normal.mark_scroll_position=Mark scroll position
43 mode.normal.scroll_to_mark=Scroll to mark
44
45 category.tabs=Tabs
46 mode.normal.tab_new=New tab
47 mode.normal.tab_new_after_current=New tab after current
48 mode.normal.tab_duplicate=Duplicate tab
49 mode.normal.tab_select_previous=Previous tab
50 mode.normal.tab_select_next=Next tab
51 mode.normal.tab_select_most_recent=Most recent tab
52 mode.normal.tab_select_oldest_unvisited=Oldest unvisited tab
53 mode.normal.tab_move_backward=Move tab left
54 mode.normal.tab_move_forward=Move tab right
55 mode.normal.tab_move_to_window=Move tab to new window
56 mode.normal.tab_select_first=Go to the first tab
57 mode.normal.tab_select_first_non_pinned=Go to the first non-pinned tab
58 mode.normal.tab_select_last=Go to the last tab
59 mode.normal.tab_toggle_pinned=Pin/Unpin tab
60 mode.normal.tab_close=Close tab
61 mode.normal.tab_restore=Restore closed tab
62 mode.normal.tab_restore_list=Open the Recently Closed Tabs menu
63 mode.normal.tab_close_to_end=Close tabs to the right
64 mode.normal.tab_close_other=Close other tabs
65
66 category.browsing=Browsing
67 mode.normal.follow=Follow link, focus text input or click button
68 mode.normal.follow_in_tab=Follow link in a new background tab
69 mode.normal.follow_in_focused_tab=Follow link in a new foreground tab
70 mode.normal.follow_in_window=Follow link in a new window
71 mode.normal.follow_in_private_window=Follow link in a new private window
72 mode.normal.follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
73 mode.normal.follow_copy=Copy link or text input value
74 mode.normal.follow_focus=Focus/select element
75 mode.normal.open_context_menu=Open context menu for element
76 mode.normal.click_browser_element=Click browser element
77 mode.normal.follow_previous=Click “Previous” link
78 mode.normal.follow_next=Click “Next” link
79 mode.normal.focus_text_input=Focus last focused or first text input
80 mode.normal.element_text_caret=Place caret at element
81 mode.normal.element_text_select=Select element text
82 mode.normal.element_text_copy=Copy element text
83
84 category.find=Find
85 mode.normal.find=Enter Find mode
86 mode.normal.find_highlight_all=Enter Find mode highlighting all matches
87 mode.normal.find_links_only=Enter Find mode for links only
88 mode.normal.find_next=Find next
89 mode.normal.find_previous=Find previous
90
91 category.misc=Misc
92 mode.normal.window_new=New window
93 mode.normal.window_new_private=New private window
94 mode.normal.enter_mode_ignore=Enter Ignore mode: Ignore all commands
95 mode.normal.quote=Pass next keypress through to the page
96 mode.normal.enter_reader_view=Enter Reader View
97 mode.normal.edit_blacklist=Edit blacklist
98 mode.normal.reload_config_file=Reload config file
99 mode.normal.help=Show the Keyboard Shortcuts help dialog
100 mode.normal.dev=Open the Developer Toolbar
101 mode.normal.esc=Blur/close active element
102
103 mode.caret=Caret mode
104 mode.caret.move_left=Left
105 mode.caret.move_right=Right
106 mode.caret.move_down=Down
107 mode.caret.move_up=Up
108 mode.caret.move_word_left=Word left
109 mode.caret.move_word_right=Word right
110 mode.caret.move_to_line_start=Start of line
111 mode.caret.move_to_line_end=End of line
112 mode.caret.toggle_selection=Toggle selection
113 mode.caret.toggle_selection_direction=Go to the other end of the selection
114 mode.caret.copy_selection_and_exit=Copy selection and return to Normal mode
115 mode.caret.exit=Return to Normal mode
116
117 mode.hints=Hints mode
118 mode.hints.exit=Return to Normal mode
119 mode.hints.activate_highlighted=Activate highlighted markers
120 mode.hints.rotate_markers_forward=Rotate overlapping markers forward
121 mode.hints.rotate_markers_backward=Rotate overlapping markers backward
122 mode.hints.delete_char=Delete last typed character
123 mode.hints.increase_count=Increase count
124 mode.hints.toggle_complementary=Mark all other elements
125 mode.hints.peek_through=Hold to peek through markers
126 mode.hints.toggle_in_tab=Toggle whether to open a link in a new tab or not
127 mode.hints.toggle_in_background=Toggle whether to open a link in a background or foreground tab
128
129 mode.ignore=Ignore mode
130 mode.ignore.exit=Return to Normal mode
131 mode.ignore.unquote=Run one Normal mode command
132
133 mode.find=Find mode
134 mode.find.exit=Close find bar
135
136 mode.marks=Marks mode
137 mode.marks.exit=Return to Normal mode
138
139 notification.focus_search_bar.none=Cannot find the search bar
140 notification.copy_current_url.success=URL copied
141 notification.go_up_path.limit=Already at the top level of the URL
142 notification.history_back.limit=Cannot go back in history
143 notification.history_forward.limit=Cannot go forward in history
144 notification.history_list.none=No back/forward history
145 notification.mark_scroll_position.enter=Mark scroll position (press a key…)
146 notification.mark_scroll_position.success=Mark set: %S
147 notification.scroll_to_mark.enter=Scroll to mark (press a key…)
148 notification.scroll_to_mark.none=No mark for: %S
149 notification.tab_select_most_recent.none=No most recent tab
150 notification.tab_select_oldest_unvisited.none=No unvisited tabs
151 notification.tab_restore.none=No recently closed tabs
152 notification.follow.none=No markable elements found
153 notification.follow_prev.none=No “Previous” link found
154 notification.follow_next.none=No “Next” link found
155 notification.focus_text_input.none=No text inputs found
156 notification.find_again.none=No phrase to find
157 notification.enter_reader_view.none=Reader View not available
158 notification.reload_config_file.none=No config file found
159 notification.reload_config_file.success=Config file successfully reloaded
160 notification.reload_config_file.failure=Error reloading config file; check the browser console
161 notification.toggle_selection.enter=Moving the caret now selects text
162 notification.copy_selection_and_exit.none=No text selection to copy
163
164 pref.prevent_autofocus.title=Prevent autofocus of text inputs
165 pref.prevent_autofocus.desc=
166
167 pref.ignore_keyboard_layout.title=Ignore keyboard layout
168 pref.ignore_keyboard_layout.desc=Pretend that the en-US QWERTY layout is always used.
169
170 pref.blacklist.title=Blacklist
171 pref.blacklist.desc=List of URL patterns where VimFx should automatically enter Ignore mode. Use spaces as delimiter and * as a wildcard. The patterns must match the entire URL.
172 pref.blacklist.extra=%S has been added at the start.
173
174 pref.hints.chars.title=Hint characters
175 pref.hints.chars.desc=The set of characters for hint markers. Some prefer all uppercase, or numbers only. All other characters are used to filter by element text (case insensitively).
176
177 pref.hints.auto_activate.title=Hint auto-activation
178 pref.hints.auto_activate.desc=Automatically activate hints if there’s only one choice left after filtering by element text.
179
180 pref.hints.timeout.title=Auto-activation timeout
181 pref.hints.timeout.desc=The number of milliseconds to ignore all keypresses after hint auto-activation, to avoid triggering accidental commands.
182
183 pref.timeout.title=Timeout
184 pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut.
185
186 pref.prev_patterns.title=“Previous” link patterns
187 pref.prev_patterns.desc=
188
189 pref.next_patterns.title=“Next” link patterns
190 pref.next_patterns.desc=
191
192 prefs.instructions.title=Keyboard shortcuts in text boxes on this page
193 prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
194
195 prefs.documentation=Documentation
196
197 prefs.reset.label=Reset all
198 prefs.reset.enter=Reset all VimFx preferences?
199 prefs.reset.success=All VimFx preferences reset.
200 prefs.export.label=Export all
201 prefs.export.none=No VimFx preferences to export. You are using the default for everything.
202 prefs.export.success=All VimFx preferences copied to the clipboard.
203 prefs.import.label=Import
204 prefs.import.enter=Paste exported VimFx preferences:
205 prefs.import.success=Pasted VimFx preferences successfully imported.
206
207 error.invalid_key=%S: Invalid key.
208 error.unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
209 error.duplicate_modifier=%S: Duplicate modifier: %S.
210 error.disallowed_modifier=%S: You cannot specify the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
211 error.overridden_by=%S: Overridden by: %S
212 error.special_key.prefix_only=%S: %S is only allowed as a prefix.
213 error.special_key.single_only=%S: %S is only allowed in single-key shortcuts.
Imprint / Impressum