]> git.gir.st - VimFx.git/blob - extension/locale/nl/vimfx.properties
Move Text Input mode into Normal mode
[VimFx.git] / extension / locale / nl / 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 de adresbalk
10 mode.normal.focus_search_bar=Focus the Search Bar
11 mode.normal.paste_and_go=Open het adres op het klembord
12 mode.normal.paste_and_go_in_tab=Open het adres op het klembord in een nieuw tabblad
13 mode.normal.copy_current_url=Kopieer link van huidige pagina naar klembord
14 mode.normal.go_up_path=Go up one level in the URL hierarchy
15 mode.normal.go_to_root=Go up to root of the URL hierarchy
16 mode.normal.go_home=Open startpagina
17 mode.normal.history_back=Ga terug in de geschiedenis
18 mode.normal.history_forward=Ga vooruit in geschiedenis
19 mode.normal.reload=Herlaad huidige pagina
20 mode.normal.reload_force=Herlaad huidige pagina inclusief javascript, css en plaatjes
21 mode.normal.reload_all=Herlaad alle tabbladen
22 mode.normal.reload_all_force=Herlaad alle tabbladen inclusief javascript, css en plaatjes.
23 mode.normal.stop=Stop loading current page
24 mode.normal.stop_all=Stop loading pages in all tabs
25
26 category.scrolling=Scrolling
27 mode.normal.scroll_left=Scroll naar links
28 mode.normal.scroll_right=Scroll naar rechts
29 mode.normal.scroll_down=Scroll naar beneden
30 mode.normal.scroll_up=Scroll naar boven
31 mode.normal.scroll_page_down=Scroll een pagina naar beneden
32 mode.normal.scroll_page_up=Scroll een pagina naar boven
33 mode.normal.scroll_half_page_down=Scroll een halve pagina naar beneden
34 mode.normal.scroll_half_page_up=Scroll een halve pagina naar boven
35 mode.normal.scroll_to_top=Scroll naar de bovenkant
36 mode.normal.scroll_to_bottom=Scroll naar de onderkant
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=Tabbladen
41 mode.normal.tab_new=Open een nieuw tabblad
42 mode.normal.tab_duplicate=Duplicate current tab
43 mode.normal.tab_select_previous=Ga naar het vorige tabblad
44 mode.normal.tab_select_next=Ga naar het volgende tabblad
45 mode.normal.tab_move_backward=Verplaats huidige tabblad naar links
46 mode.normal.tab_move_forward=Verplaats huidige tabblad naar rechts
47 mode.normal.tab_select_first=Ga naar het eerste tabblad
48 mode.normal.tab_select_first_non_pinned=Go to the First non-pinned tab
49 mode.normal.tab_select_last=Ga naar het laatste tabblad
50 mode.normal.tab_toggle_pinned=Pin/Unpin current tab
51 mode.normal.tab_close=Sluit huidige tabblad
52 mode.normal.tab_restore=Heropen laatst gesloten tabblad
53 mode.normal.tab_close_to_end=Close tabs to the right
54 mode.normal.tab_close_other=Close other tabs except the current tab
55
56 category.browsing=Browsen
57 mode.normal.follow=Volg een link op de huidige pagina
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=Kopieer link URL of tekstinvoer naar klembord
62 mode.normal.follow_focus=Focus/select element
63 mode.normal.follow_previous=Go to previous page
64 mode.normal.follow_next=Go to next page
65 mode.normal.focus_text_input=Focus last focused or first text input
66 mode.normal.focus_next=Focus next element
67 mode.normal.focus_previous=Focus previous element
68
69 category.find=Find
70 mode.normal.find=Zoeken
71 mode.normal.find_highlight_all=Zoek met highlights
72 mode.normal.find_next=Ga naar volgende overeenkomst
73 mode.normal.find_previous=Ga naar vorige overeenkomst
74
75 category.misc=Trivia
76 mode.normal.enter_mode_insert=Enter insert mode: Ignore all commands
77 mode.normal.quote=Pass next keypress through to the page
78 mode.normal.help=Show the help dialog
79 mode.normal.dev=Open ontwikkelaarswerkbalk
80 mode.normal.esc=Blur/close active element
81
82 mode.hints=Hints Mode
83 mode.hints.exit=Return to normal mode
84 mode.hints.rotate_markers_forward=Rotate overlapping markers forward
85 mode.hints.rotate_markers_backward=Rotate overlapping markers backward
86 mode.hints.delete_hint_char=Delete last typed hint character
87
88 mode.insert=Insert Mode
89 mode.insert.exit=Return to normal mode
90
91 mode.find=Find Mode
92 mode.find.exit=Close find bar
93
94 pref.hint_chars.title=Gebruikte karakters
95 pref.hint_chars.desc=
96
97 pref.black_list.title=Zwarte lijst
98 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/*.
99
100 pref.prev_patterns.title=Previous Page Patterns
101 pref.prev_patterns.desc=
102
103 pref.next_patterns.title=Next Page Patterns
104 pref.next_patterns.desc=
105
106 pref.prevent_autofocus.title=Prevent autofocus of text inputs
107 pref.prevent_autofocus.desc=
108
109 pref.ignore_keyboard_layout.title=Ignore keyboard layout
110 pref.ignore_keyboard_layout.desc=Pretend that the en-US QWERTY layout is always used
111
112 pref.timeout.title=Timeout
113 pref.timeout.desc=The maximum number of milliseconds between two keys of a shortcut.
114
115 prefs.instructions.title=Keyboard shortcuts in text boxes on this page
116 prefs.instructions.desc=%S Insert next keypress as text\n%S Insert default\n%S Reset to default\n%S Undo
117
118 prefs.documentation=Documentation
119
120 error.invalid_key=%S: Invalid key.
121 error.unknown_modifier=%S: Unknown modifier: %S. Use only a, c, m and s.
122 error.duplicate_modifier=%S: Duplicate modifier: %S.
123 error.disallowed_modifier=%S: You cannot specifiy the Shift modifier for this key. For example, write <c-A> instead of <c-s-a>.
124 error.overridden_by=%S: Overridden by: %S
125 error.illegal_force_key=%S: %S is only allowed as a prefix.
Imprint / Impressum