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