]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Merge pull request #461 from lydell/scroll
[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_to_left=Scroll to the far left
28 help_command_scroll_to_right=Scroll to the far right
29 help_command_scroll_down=Scroll down
30 help_command_scroll_up=Scroll up
31 help_command_scroll_left=Scroll left
32 help_command_scroll_right=Scroll right
33 help_command_scroll_half_page_down=Scroll half a page down
34 help_command_scroll_half_page_up=Scroll half a page up
35 help_command_scroll_page_down=Scroll full page down
36 help_command_scroll_page_up=Scroll full page up
37
38 help_section_tabs=Working with Tabs
39 help_command_open_tab=New tab
40 help_command_tab_prev=Previous tab
41 help_command_tab_next=Next tab
42 help_command_tab_move_left=Move tab left
43 help_command_tab_move_right=Move tab right
44 help_command_home=Go to the Home Page
45 help_command_tab_first=Go to the first tab
46 help_command_tab_first_non_pinned=Go to the first non-pinned tab
47 help_command_tab_last=Go to the last tab
48 help_command_toggle_pin_tab=Pin/Unpin tab
49 help_command_duplicate_tab=Duplicate tab
50 help_command_close_tabs_to_end=Close tabs to the right
51 help_command_close_other_tabs=Close other tabs
52 help_command_close_tab=Close tab
53 help_command_restore_tab=Restore closed tab
54
55 help_section_browse=Browsing
56 help_command_follow=Follow link, focus text input or click button
57 help_command_follow_in_tab=Follow link in a new background tab
58 help_command_follow_in_focused_tab=Follow link in a new foreground tab
59 help_command_follow_multiple=Follow multiple links in new background tabs, focus text input or click multiple buttons
60 help_command_follow_previous=Go to the previous page
61 help_command_follow_next=Go to the next page
62 help_command_text_input=Focus last focused or first text input
63 help_command_go_up_path=Go up one level in the URL
64 help_command_go_to_root=Go to the root in the URL
65 help_command_back=Go back in history
66 help_command_forward=Go forward in history
67
68 help_section_misc=Misc
69 help_command_find=Enter Find mode
70 help_command_find_hl=Enter Find mode highlighting all matches
71 help_command_find_next=Find next
72 help_command_find_prev=Find previous
73 help_command_insert_mode=Enter Insert mode: Ignore all commands
74 help_command_quote=Pass next keypress through to the page
75 help_command_help=Show this dialog
76 help_command_dev=Open the Developer Toolbar
77 help_command_Esc=Blur/close active element
78
79 help_section_mode_hints=Hints Mode
80 help_command_mode_hints_exit=Return to Normal mode
81 help_command_mode_hints_rotate_markers_forward=Rotate overlapping markers forward
82 help_command_mode_hints_rotate_markers_backward=Rotate overlapping markers backward
83 help_command_mode_hints_delete_hint_char=Delete last typed hint character
84
85 help_section_mode_insert=Insert Mode
86 help_command_mode_insert_exit=Return to Normal mode
87
88 help_section_mode_find=Find Mode
89 help_command_mode_find_exit=Close find bar
90
91 help_title=Keyboard Shortcuts
92 help_version=Version
93
94 help_feedback=Leave us Feedback!
95 help_enjoying=Enjoying VimFx?
96 help_found_bug=Found a bug?
97 help_report_bug=Report it Here!
98
99 help_remove_shortcut=Remove this shortcut
100 help_remove_shortcut_title=Shortcut removal confirmation
101 help_remove_shortcut_text=Please confirm that you want to remove this shortcut!
102 help_add_shortcut=Click to add new shortcut for this command!
103 help_add_shortcut_title=Enter new shortcut
104 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.
105 help_add_shortcut_text_overwrite=This shortcut '%S' conflicts with the following commands. Do you want to overwrite them?
106
107 error_invalid_key=%S: Invalid key.
108 error_invalid_whitespace=Shortcuts may not contain spaces. Use <space> instead.
109 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
110 error_duplicate_modifier=%S: Duplicate modifier: %S.
111 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
112 error_single_keystrokes_only=In this mode shortcuts may only be one keystroke long.
Imprint / Impressum