]> git.gir.st - VimFx.git/blob - extension/locale/nl/vimfx.properties
Show actual exit shortcuts in button insert mode tooltip
[VimFx.git] / extension / locale / nl / vimfx.properties
1 button_tooltip_enabled=VimFx is ingeschakeld. Klik om uit te schakelen.
2 button_tooltip_disabled=VimFx is uitgeschakeld. Klik om in te schakelen.
3 button_tooltip_blacklisted=VimFx is uitgeschakeld op deze pagina
4 button_tooltip_insertMode=VimFx is in insert mode on this Page: All commands are ignored. Click to exit (%S)
5 item_preferences=Instellingen
6 item_blacklist_button_tooltip=Zwarte lijst
7 item_blacklist_button_inverse_tooltip=Remove this rule
8
9 help_section_urls=Omgaan met URLs
10 help_command_focus=Focus de adresbalk
11 help_command_focus_search=Focus the Search Bar
12 help_command_paste=Open het adres op het klembord
13 help_command_paste_tab=Open het adres op het klembord in een nieuw tabblad
14 help_command_marker_yank=Kopieer link URL of tekstinvoer naar klembord
15 help_command_marker_focus=Focus element
16 help_command_yank=Kopieer link van huidige pagina naar klembord
17 help_command_reload=Herlaad huidige pagina
18 help_command_reload_force=Herlaad huidige pagina inclusief javascript, css en plaatjes
19 help_command_reload_all=Herlaad alle tabbladen
20 help_command_reload_all_force=Herlaad alle tabbladen inclusief javascript, css en plaatjes.
21 help_command_stop=Stop loading current page
22 help_command_stop_all=Stop loading pages in all tabs
23
24 help_section_nav=Navigeren over de pagina
25 help_command_scroll_to_top=Scroll naar de bovenkant
26 help_command_scroll_to_bottom=Scroll naar de onderkant
27 help_command_scroll_down=Scroll naar beneden
28 help_command_scroll_up=Scroll naar boven
29 help_command_scroll_left=Scroll naar links
30 help_command_scroll_right=Scroll naar rechts
31 help_command_scroll_half_page_down=Scroll een halve pagina naar beneden
32 help_command_scroll_half_page_up=Scroll een halve pagina naar boven
33 help_command_scroll_page_down=Scroll een pagina naar beneden
34 help_command_scroll_page_up=Scroll een pagina naar boven
35
36 help_section_tabs=Werken met tabbladen
37 help_command_open_tab=Open een nieuw tabblad
38 help_command_tab_prev=Ga naar het vorige tabblad
39 help_command_tab_next=Ga naar het volgende tabblad
40 help_command_tab_move_left=Verplaats huidige tabblad naar links
41 help_command_tab_move_right=Verplaats huidige tabblad naar rechts
42 help_command_home=Open startpagina
43 help_command_tab_first=Ga naar het eerste tabblad
44 help_command_tab_first_non_pinned=Go to the First non-pinned tab
45 help_command_tab_last=Ga naar het laatste tabblad
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=Sluit huidige tabblad
51 help_command_restore_tab=Heropen laatst gesloten tabblad
52
53
54 help_section_browse=Browsen
55 help_command_follow=Volg een link op de huidige pagina
56 help_command_follow_in_tab=Volg een link op de huidige pagina in een nieuw tabblad
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=Ga terug in de geschiedenis
63 help_command_forward=Ga vooruit in geschiedenis
64
65 help_section_misc=Trivia
66 help_command_help=Show this dialog
67 help_command_Esc=Blur/close active element
68 help_command_find=Zoeken
69 help_command_find_hl=Zoek met highlights
70 help_command_find_next=Ga naar volgende overeenkomst
71 help_command_find_prev=Ga naar vorige overeenkomst
72 help_command_insert_mode=Enter insert mode: Ignore all commands
73 help_command_quote=Pass next keypress through to the page
74 help_command_dev=Open ontwikkelaarswerkbalk
75
76 help_section_mode_hints=Hints Mode
77 help_command_mode_hints_exit=Return to normal mode
78 help_command_mode_hints_rotate_markers_forward=Rotate overlapping markers forward
79 help_command_mode_hints_rotate_markers_backward=Rotate overlapping markers backward
80 help_command_mode_hints_delete_hint_char=Delete last typed hint character
81
82 help_section_mode_insert=Insert Mode
83 help_command_mode_insert_exit=Return to normal mode
84
85 help_section_mode_find=Find Mode
86 help_command_mode_find_exit=Close find bar
87
88 help_title=Keyboard Shortcuts
89 help_version=Versie
90
91 help_feedback=Geef ons feedback!
92 help_enjoying=Gebruik je VimFx graag?
93 help_found_bug=Fout gevonden?
94 help_report_bug=Geef het door!
95 help_remove_shortcut=Remove this Shortcut
96 help_remove_shortcut_title=Shortcut removal confirmation
97 help_remove_shortcut_text=Please confirm that you want to remove this shortcut
98 help_add_shortcut=Click to add new shortcut for this command
99 help_add_shortcut_title=Enter new Shortcut
100 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.
101 help_add_shortcut_text_overwrite=This shortcut '%S' conflicts with the following commands. Do you want to overwrite them?
102
103 error_invalid_key=%S: Invalid key.
104 error_invalid_whitespace=Shortcuts may not contain spaces. Use <space> instead.
105 error_unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
106 error_duplicate_modifier=%S: Duplicate modifier: %S.
107 error_disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
108 error_single_keystrokes_only=In this mode shortcuts may only be one keystroke long.
Imprint / Impressum