]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Add `ep` for opening links in new private windows
[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.click_browser_element=Click browser element
76 mode.normal.follow_previous=Click “Previous” link
77 mode.normal.follow_next=Click “Next” link
78 mode.normal.focus_text_input=Focus last focused or first text input
79 mode.normal.element_text_caret=Place caret at element
80 mode.normal.element_text_select=Select element text
81 mode.normal.element_text_copy=Copy element text
82
83 category.find=Find
84 mode.normal.find=Enter Find mode
85 mode.normal.find_highlight_all=Enter Find mode highlighting all matches
86 mode.normal.find_links_only=Enter Find mode for links only
87 mode.normal.find_next=Find next
88 mode.normal.find_previous=Find previous
89
90 category.misc=Misc
91 mode.normal.window_new=New window
92 mode.normal.window_new_private=New private window
93 mode.normal.enter_mode_ignore=Enter Ignore mode: Ignore all commands
94 mode.normal.quote=Pass next keypress through to the page
95 mode.normal.enter_reader_view=Enter Reader View
96 mode.normal.edit_blacklist=Edit blacklist
97 mode.normal.reload_config_file=Reload config file
98 mode.normal.help=Show the Keyboard Shortcuts help dialog
99 mode.normal.dev=Open the Developer Toolbar
100 mode.normal.esc=Blur/close active element
101
102 mode.caret=Caret mode
103 mode.caret.move_left=Left
104 mode.caret.move_right=Right
105 mode.caret.move_down=Down
106 mode.caret.move_up=Up
107 mode.caret.move_word_left=Word left
108 mode.caret.move_word_right=Word right
109 mode.caret.move_to_line_start=Start of line
110 mode.caret.move_to_line_end=End of line
111 mode.caret.toggle_selection=Toggle selection
112 mode.caret.toggle_selection_direction=Go to the other end of the selection
113 mode.caret.copy_selection_and_exit=Copy selection and return to Normal mode
114 mode.caret.exit=Return to Normal mode
115
116 mode.hints=Hints mode
117 mode.hints.exit=Return to Normal mode
118 mode.hints.rotate_markers_forward=Rotate overlapping markers forward
119 mode.hints.rotate_markers_backward=Rotate overlapping markers backward
120 mode.hints.delete_hint_char=Delete last typed hint character
121 mode.hints.increase_count=Increase count
122 mode.hints.toggle_complementary=Mark all other elements
123 mode.hints.peek_through=Hold to peek through markers
124 mode.hints.toggle_in_tab=Toggle whether to open a link in a new tab or not
125 mode.hints.toggle_in_background=Toggle whether to open a link in a background or foreground tab
126
127 mode.ignore=Ignore mode
128 mode.ignore.exit=Return to Normal mode
129 mode.ignore.unquote=Run one Normal mode command
130
131 mode.find=Find mode
132 mode.find.exit=Close find bar
133
134 mode.marks=Marks mode
135 mode.marks.exit=Return to Normal mode
136
137 notification.focus_search_bar.none=Cannot find the search bar
138 notification.copy_current_url.success=URL copied
139 notification.go_up_path.limit=Already at the top level of the URL
140 notification.history_back.limit=Cannot go back in history
141 notification.history_forward.limit=Cannot go forward in history
142 notification.history_list.none=No back/forward history
143 notification.mark_scroll_position.enter=Mark scroll position (press a key…)
144 notification.mark_scroll_position.success=Mark set: %S
145 notification.scroll_to_mark.enter=Scroll to mark (press a key…)
146 notification.scroll_to_mark.none=No mark for: %S
147 notification.tab_select_most_recent.none=No most recent tab
148 notification.tab_select_oldest_unvisited.none=No unvisited tabs
149 notification.tab_restore.none=No recently closed tabs
150 notification.follow.none=No markable elements found
151 notification.follow_prev.none=No “Previous” link found
152 notification.follow_next.none=No “Next” link found
153 notification.focus_text_input.none=No text inputs found
154 notification.find_again.none=No phrase to find
155 notification.enter_reader_view.none=Reader View not available
156 notification.reload_config_file.none=No config file found
157 notification.reload_config_file.success=Config file successfully reloaded
158 notification.reload_config_file.failure=Error reloading config file; check the browser console
159 notification.toggle_selection.enter=Moving the caret now selects text
160 notification.copy_selection_and_exit.none=No text selection to copy
161
162 pref.hint_chars.title=Hint chars
163 pref.hint_chars.desc=
164
165 pref.blacklist.title=Blacklist
166 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.
167 pref.blacklist.extra=%S has been added at the start.
168
169 pref.prev_patterns.title=“Previous” link patterns
170 pref.prev_patterns.desc=
171
172 pref.next_patterns.title=“Next” link patterns
173 pref.next_patterns.desc=
174
175 pref.prevent_autofocus.title=Prevent autofocus of text inputs
176 pref.prevent_autofocus.desc=
177
178 pref.ignore_keyboard_layout.title=Ignore keyboard layout
179 pref.ignore_keyboard_layout.desc=Pretend that the en-US QWERTY layout is always used.
180
181 pref.timeout.title=Timeout
182 pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut.
183
184 prefs.instructions.title=Keyboard shortcuts in text boxes on this page
185 prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
186
187 prefs.documentation=Documentation
188
189 prefs.reset.label=Reset all
190 prefs.reset.enter=Reset all VimFx preferences?
191 prefs.reset.success=All VimFx preferences reset.
192 prefs.export.label=Export all
193 prefs.export.none=No VimFx preferences to export. You are using the default for everything.
194 prefs.export.success=All VimFx preferences copied to the clipboard.
195 prefs.import.label=Import
196 prefs.import.enter=Paste exported VimFx preferences:
197 prefs.import.success=Pasted VimFx preferences successfully imported.
198
199 error.invalid_key=%S: Invalid key.
200 error.unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
201 error.duplicate_modifier=%S: Duplicate modifier: %S.
202 error.disallowed_modifier=%S: You cannot specify the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
203 error.overridden_by=%S: Overridden by: %S
204 error.special_key.prefix_only=%S: %S is only allowed as a prefix.
205 error.special_key.single_only=%S: %S is only allowed in single-key shortcuts.
Imprint / Impressum