]> git.gir.st - VimFx.git/blob - extension/locale/en-US/vimfx.properties
Merge pull request #438 from lydell/vim-like-keys
[VimFx.git] / extension / locale / en-US / vimfx.properties
1 button_tooltip_enabled=VimFx is Enabled. Click to Disable (shift-alt-v)
2 button_tooltip_disabled=VimFx is Disabled. Click to Enable (shift-alt-v)
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 (Esc [by default])
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=Navigate to the address in the clipboard
13 help_command_paste_tab=Open new tab and navigate to the address in the clipboard
14 help_command_marker_yank=Copy link url or text input value to the clipboard
15 help_command_marker_focus=Focus element
16 help_command_yank=Copy current page link to the clipboard
17 help_command_reload=Reload current page
18 help_command_reload_force=Reload current page and all assets (js, css, img)
19 help_command_reload_all=Reload pages in all tabs
20 help_command_reload_all_force=Reload pages in all tabs including assets (js, css, img)
21 help_command_stop=Stop loading current page
22 help_command_stop_all=Stop loading pages in all tabs
23
24 help_section_nav=Navigating the page
25 help_command_scroll_to_top=Scroll to the Top of the page
26 help_command_scroll_to_bottom=Scroll to the Bottom of the page
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=Open New Blank tab
38 help_command_tab_prev=Go to the Previous tab
39 help_command_tab_next=Go to the Next tab
40 help_command_tab_move_left=Move current tab to the left
41 help_command_tab_move_right=Move current tab to the right
42 help_command_home=Navigate 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 current tab
47 help_command_duplicate_tab=Duplicate current tab
48 help_command_close_tabs_to_end=Close tabs to the right
49 help_command_close_other_tabs=Close other tabs except the current tab
50 help_command_close_tab=Close current tab
51 help_command_restore_tab=Restore last closed tab
52
53
54 help_section_browse=Browsing
55 help_command_follow=Follow a link on the current page
56 help_command_follow_in_tab=Follow a link on the current page in a new tab
57 help_command_follow_multiple=Follow multiple links on the current page
58 help_command_follow_previous=Go to previous page
59 help_command_follow_next=Go to next page
60 help_command_go_up_path=Go up one level in the URL hierarchy
61 help_command_go_to_root=Go up to root of the URL hierarchy
62 help_command_back=Go Back in history
63 help_command_forward=Go Forward in history
64
65 help_section_misc=Misc
66 help_command_help=Show this dialog
67 help_command_Esc=Enter normal mode (remove hint markers, exit insert mode) or blur/close active element
68 help_command_find=Enter Find mode
69 help_command_find_hl=Enter Find mode highlighting all matches
70 help_command_find_next=Go to the next Find match
71 help_command_find_prev=Go to the previous Find match
72 help_command_insert_mode=Enter insert mode: Ignore all commands
73 help_command_dev=Open Developer Toolbar
74
75 help_title=Keyboard Shortcuts
76 help_version=Version
77
78 help_overlapping_hints=Can't see a link hint, because it's overlapped by another? Try pressing space or shift-space!
79 help_feedback=Leave us Feedback!
80 help_enjoying=Enjoying VimFx?
81 help_found_bug=Found a bug?
82 help_report_bug=Report it Here!
83 help_remove_shortcut=Remove this Shortcut
84 help_remove_shortcut_title=Shortcut removal confirmation
85 help_remove_shortcut_text=Please confirm that you want to remove this shortcut
86 help_add_shortcut=Click to add new shortcut for this command
87 help_add_shortcut_title=Enter new Shortcut
88 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.
89 help_add_shortcut_text_overwrite=This shortcut '%S' conflicts with the following commands. Do you want to overwrite them?
90
91 error_invalid_key=%S: Invalid key.
92 error_invalid_whitespace=Shortcuts may not contain spaces. Use <space> instead.
93 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
94 error_duplicate_modifier=%S: Duplicate modifier: %S.
95 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. Instead of writing for example <c-s-a> write <c-A> instead.
Imprint / Impressum