]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Fix #47: 'gi' to focus last focused or first text input
[VimFx.git] / extension / locale / en-US / vimfx.properties
1 button_tooltip_enabled=VimFx is enabled. Click to disable.
2 button_tooltip_disabled=VimFx is disabled. Click to enable.
3 button_tooltip_blacklisted=VimFx is blacklisted on this page.
4 button_tooltip_insertMode=VimFx is in Insert mode on this page: All commands are ignored. Click to exit (%S).
5 item_preferences=Preferences
6 item_blacklist_button_tooltip=Blacklist
7 item_blacklist_button_inverse_tooltip=Remove this rule
8
9 help_section_urls=Dealing with URLs
10 help_command_focus=Focus the Address Bar
11 help_command_focus_search=Focus the Search Bar
12 help_command_paste=Paste and go
13 help_command_paste_tab=Paste and go in a new tab
14 help_command_marker_yank=Copy link or text input value
15 help_command_marker_focus=Focus/select element
16 help_command_yank=Copy current URL
17 help_command_reload=Reload
18 help_command_reload_force=Reload (override cache)
19 help_command_reload_all=Reload all tabs
20 help_command_reload_all_force=Reload all tabs (override cache)
21 help_command_stop=Stop loading the page
22 help_command_stop_all=Stop loading all tabs
23
24 help_section_nav=Navigating the page
25 help_command_scroll_to_top=Scroll to top
26 help_command_scroll_to_bottom=Scroll to bottom
27 help_command_scroll_down=Scroll down
28 help_command_scroll_up=Scroll up
29 help_command_scroll_left=Scroll left
30 help_command_scroll_right=Scroll right
31 help_command_scroll_half_page_down=Scroll half a page down
32 help_command_scroll_half_page_up=Scroll half a page up
33 help_command_scroll_page_down=Scroll full page down
34 help_command_scroll_page_up=Scroll full page up
35
36 help_section_tabs=Working with Tabs
37 help_command_open_tab=New tab
38 help_command_tab_prev=Previous tab
39 help_command_tab_next=Next tab
40 help_command_tab_move_left=Move tab left
41 help_command_tab_move_right=Move tab right
42 help_command_home=Go to the Home Page
43 help_command_tab_first=Go to the first tab
44 help_command_tab_first_non_pinned=Go to the first non-pinned tab
45 help_command_tab_last=Go to the last tab
46 help_command_toggle_pin_tab=Pin/Unpin tab
47 help_command_duplicate_tab=Duplicate tab
48 help_command_close_tabs_to_end=Close tabs to the right
49 help_command_close_other_tabs=Close other tabs
50 help_command_close_tab=Close tab
51 help_command_restore_tab=Restore closed tab
52
53 help_section_browse=Browsing
54 help_command_follow=Follow link, focus text input or click button
55 help_command_follow_in_tab=Follow link in a new background tab
56 help_command_follow_in_focused_tab=Follow link in a new foreground tab
57 help_command_follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
58 help_command_follow_previous=Go to the previous page
59 help_command_follow_next=Go to the next page
60 help_command_text_input=Focus last focused or first text input
61 help_command_go_up_path=Go up one level in the URL
62 help_command_go_to_root=Go to the root in the URL
63 help_command_back=Go back in history
64 help_command_forward=Go forward in history
65
66 help_section_misc=Misc
67 help_command_find=Enter Find mode
68 help_command_find_hl=Enter Find mode highlighting all matches
69 help_command_find_next=Find next
70 help_command_find_prev=Find previous
71 help_command_insert_mode=Enter Insert mode: Ignore all commands
72 help_command_quote=Pass next keypress through to the page
73 help_command_help=Show this dialog
74 help_command_dev=Open the Developer Toolbar
75 help_command_Esc=Blur/close active element
76
77 help_section_mode_hints=Hints Mode
78 help_command_mode_hints_exit=Return to Normal mode
79 help_command_mode_hints_rotate_markers_forward=Rotate overlapping markers forward
80 help_command_mode_hints_rotate_markers_backward=Rotate overlapping markers backward
81 help_command_mode_hints_delete_hint_char=Delete last typed hint character
82
83 help_section_mode_insert=Insert Mode
84 help_command_mode_insert_exit=Return to Normal mode
85
86 help_section_mode_find=Find Mode
87 help_command_mode_find_exit=Close find bar
88
89 help_title=Keyboard Shortcuts
90 help_version=Version
91
92 help_feedback=Leave us Feedback!
93 help_enjoying=Enjoying VimFx?
94 help_found_bug=Found a bug?
95 help_report_bug=Report it Here!
96
97 help_remove_shortcut=Remove this shortcut
98 help_remove_shortcut_title=Shortcut removal confirmation
99 help_remove_shortcut_text=Please confirm that you want to remove this shortcut!
100 help_add_shortcut=Click to add new shortcut for this command!
101 help_add_shortcut_title=Enter new shortcut
102 help_add_shortcut_text=Please enter new shortcut for this command. For example, <c-a>b<Enter> means control+a followed by b followed by Enter.
103 help_add_shortcut_text_overwrite=This shortcut '%S' conflicts with the following commands. Do you want to overwrite them?
104
105 error_invalid_key=%S: Invalid key.
106 error_invalid_whitespace=Shortcuts may not contain spaces. Use <space> instead.
107 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
108 error_duplicate_modifier=%S: Duplicate modifier: %S.
109 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
110 error_single_keystrokes_only=In this mode shortcuts may only be one keystroke long.
Imprint / Impressum