]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Major refactor: Rework all UI and related improvements
[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
6 mode.normal=Normal Mode
7
8 category.location=Location
9 mode.normal.focus_location_bar=Focus the Address Bar
10 mode.normal.focus_search_bar=Focus the Search Bar
11 mode.normal.paste_and_go=Paste and go
12 mode.normal.paste_and_go_in_tab=Paste and go in a new tab
13 mode.normal.copy_current_url=Copy current URL
14 mode.normal.go_up_path=Go up one level in the URL
15 mode.normal.go_to_root=Go to the root in the URL
16 mode.normal.go_home=Go to the Home Page
17 mode.normal.history_back=Go back in history
18 mode.normal.history_forward=Go forward in history
19 mode.normal.reload=Reload
20 mode.normal.reload_force=Reload (override cache)
21 mode.normal.reload_all=Reload all tabs
22 mode.normal.reload_all_force=Reload all tabs (override cache)
23 mode.normal.stop=Stop loading the page
24 mode.normal.stop_all=Stop loading all tabs
25
26 category.scrolling=Scrolling
27 mode.normal.scroll_left=Scroll left
28 mode.normal.scroll_right=Scroll right
29 mode.normal.scroll_down=Scroll down
30 mode.normal.scroll_up=Scroll up
31 mode.normal.scroll_page_down=Scroll full page down
32 mode.normal.scroll_page_up=Scroll full page up
33 mode.normal.scroll_half_page_down=Scroll half a page down
34 mode.normal.scroll_half_page_up=Scroll half a page up
35 mode.normal.scroll_to_top=Scroll to top
36 mode.normal.scroll_to_bottom=Scroll to bottom
37 mode.normal.scroll_to_left=Scroll to the far left
38 mode.normal.scroll_to_right=Scroll to the far right
39
40 category.tabs=Tabs
41 mode.normal.tab_new=New tab
42 mode.normal.tab_duplicate=Duplicate tab
43 mode.normal.tab_select_previous=Previous tab
44 mode.normal.tab_select_next=Next tab
45 mode.normal.tab_move_backward=Move tab left
46 mode.normal.tab_move_forward=Move tab right
47 mode.normal.tab_select_first=Go to the first tab
48 mode.normal.tab_select_first_non_pinned=Go to the first non-pinned tab
49 mode.normal.tab_select_last=Go to the last tab
50 mode.normal.tab_toggle_pinned=Pin/Unpin tab
51 mode.normal.tab_close=Close tab
52 mode.normal.tab_restore=Restore closed tab
53 mode.normal.tab_close_to_end=Close tabs to the right
54 mode.normal.tab_close_other=Close other tabs
55
56 category.browsing=Browsing
57 mode.normal.follow=Follow link, focus text input or click button
58 mode.normal.follow_in_tab=Follow link in a new background tab
59 mode.normal.follow_in_focused_tab=Follow link in a new foreground tab
60 mode.normal.follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
61 mode.normal.follow_copy=Copy link or text input value
62 mode.normal.follow_focus=Focus/select element
63 mode.normal.follow_previous=Go to the previous page
64 mode.normal.follow_next=Go to the next page
65 mode.normal.text_input=Focus last focused or first text input (enter Text Input mode)
66
67 category.find=Find
68 mode.normal.find=Enter Find mode
69 mode.normal.find_highlight_all=Enter Find mode highlighting all matches
70 mode.normal.find_next=Find next
71 mode.normal.find_previous=Find previous
72
73 category.misc=Misc
74 mode.normal.enter_mode_insert=Enter Insert mode: Ignore all commands
75 mode.normal.quote=Pass next keypress through to the page
76 mode.normal.help=Show the help dialog
77 mode.normal.dev=Open the Developer Toolbar
78 mode.normal.esc=Blur/close active element
79
80 mode.hints=Hints Mode
81 mode.hints.exit=Return to Normal mode
82 mode.hints.rotate_markers_forward=Rotate overlapping markers forward
83 mode.hints.rotate_markers_backward=Rotate overlapping markers backward
84 mode.hints.delete_hint_char=Delete last typed hint character
85
86 mode.insert=Insert Mode
87 mode.insert.exit=Return to Normal mode
88
89 mode.text_input=Text Input Mode
90 mode.text_input.exit=Return to Normal mode
91 mode.text_input.input_previous=Focus previous text input
92 mode.text_input.input_next=Focus next text input
93
94 mode.find=Find Mode
95 mode.find.exit=Close find bar
96
97 pref_hint_chars_title=Hint Chars
98 pref_hint_chars_desc=
99
100 pref_black_list_title=Blacklist
101 pref_black_list_desc=URLs where VimFx should automatically enter Insert mode. You may use * as a wildcard. Example: *example.com* http://example.org/editor/*.
102
103 pref_prev_patterns_title=Previous Page Patterns
104 pref_prev_patterns_desc=
105
106 pref_next_patterns_title=Next Page Patterns
107 pref_next_patterns_desc=
108
109 pref_prevent_autofocus_title=Prevent autofocus of text inputs
110 pref_prevent_autofocus_desc=
111
112 pref_ignore_keyboard_layout_title=Ignore keyboard layout
113 pref_ignore_keyboard_layout_desc=Pretend that the en-US QWERTY layout is always used.
114
115 pref_timeout_title=Timeout
116 pref_timeout_desc=The maximum number of milliseconds between two keys of a shortcut.
117
118 prefs_instructions_title=Keyboard shortcuts in text boxes on this page
119 prefs_instructions_desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
120
121 error_invalid_key=%S: Invalid key.
122 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
123 error_duplicate_modifier=%S: Duplicate modifier: %S.
124 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
125 error_overridden_by=%S: Overridden by: %S
126 error_illegal_force_key=%S: %S is only allowed as a prefix.
Imprint / Impressum