-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from HJTP/master
Dutch locale
- Loading branch information
Showing
4 changed files
with
98 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!ENTITY pref.hint_chars.title "Gebruikte karakters"> | ||
<!ENTITY pref.hint_chars.desc "Standaard: asdfgercvhjkl;uinm"> | ||
|
||
<!ENTITY pref.black_list.title "Zwarte lijst"> | ||
<!ENTITY pref.black_list.desc "Door komma's gescheiden lijst van adressen waarop VimFx automatisch uitgeschakeld moet worden. | ||
Speciale tekens toegestaan: *, !"> | ||
|
||
<!ENTITY pref.scroll_step.title "Scrollstapgrootte"> | ||
<!ENTITY pref.scroll_step.desc "Scrollstapgrootte"> | ||
|
||
<!ENTITY pref.blur_on_esc.title "Vervaag bij Esc"> | ||
<!ENTITY pref.blur_on_esc.desc "Vervaag invoerfocus van een actief element in de browser (bijvoorbeeld de adresbalk)."> | ||
|
||
<!ENTITY pref.leave_dt_on_esc.title "Laat ontwikkelaarswerkbalk open bij Esc."> | ||
<!ENTITY pref.leave_dt_on_esc.desc "Laat de ontwikkelaarsbalk open als er op Esc wordt gedrukt."> | ||
|
||
<!ENTITY pref.scroll_time.title "Soepel scrollen"> | ||
<!ENTITY pref.smooth_time.disabled "Uit"> | ||
<!ENTITY pref.smooth_time.fast "Snel"> | ||
<!ENTITY pref.smooth_time.normal "Normaal"> | ||
<!ENTITY pref.smooth_time.slow "Langzaam"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
button_tooltip_enabled=VimFx is ingeschakeld. Klik om uit te schakelen (Shift-Alt-V) | ||
button_tooltip_disabled=VimFx is uitgeschakeld. Klik om in te schakelen (Shift-Alt-V) | ||
button_tooltip_blacklisted=VimFx is uitgeschakeld op deze pagina | ||
item_preferences=Instellingen | ||
item_help=Help | ||
item_blacklist_button_tooltip=Zwarte lijst | ||
|
||
help_section_urls =Omgaan met URLs | ||
help_command_o =Focus de adresbalk | ||
help_command_p =Open het adres op het klembord | ||
help_command_P =Open het adres op het klembord in een nieuw tabblad | ||
help_command_yf =Kopieer link URL of tekstinvoer naar klembord | ||
help_command_vf =Focus element | ||
help_command_yy =Kopieer link van huidige pagina naar klembord | ||
help_command_r =Herlaad huidige pagina | ||
help_command_R =Herlaad huidige pagina inclusief javascript, css en plaatjes | ||
help_command_ar =Herlaad alle tabbladen | ||
help_command_aR =Herlaad alle tabbladen inclusief javascript, css en plaatjes. | ||
|
||
help_section_nav =Navigeren over de pagina | ||
help_command_gg =Scroll naar de bovenkant | ||
help_command_G =Scroll naar de onderkant | ||
help_command_j_ce =Scroll naar beneden | ||
help_command_k_cy =Scroll naar boven | ||
help_command_h =Scroll naar links | ||
help_command_l =Scroll naar rechts | ||
help_command_d =Scroll een halve pagina naar beneden | ||
help_command_u =Scroll een halve pagina naar boven | ||
help_command_cf =Scroll een pagina naar beneden | ||
help_command_cb =Scroll een pagina naar boven | ||
|
||
help_section_tabs =Werken met tabbladen | ||
help_command_t =Open een nieuw tabblad | ||
help_command_J_gT =Ga naar het vorige tabblad | ||
help_command_K_gt =Ga naar het volgende tabblad | ||
help_command_cJ =Verplaats huidige tabblad naar links | ||
help_command_cK =Verplaats huidige tabblad naar rechts | ||
help_command_gh =Open startpagina | ||
help_command_gH_g0 =Ga naar het eerste tabblad | ||
help_command_gL_g$ =Ga naar het laatste tabblad | ||
help_command_x =Sluit huidige tabblad | ||
help_command_X =Heropen laatst gesloten tabblad | ||
|
||
|
||
help_section_browse =Browsen | ||
help_command_f =Volg een link op de huidige pagina | ||
help_command_F =Volg een link op de huidige pagina in een nieuw tabblad | ||
help_command_H =Ga terug in de geschiedenis | ||
help_command_L =Ga vooruit in geschiedenis | ||
|
||
help_section_misc =Trivia | ||
help_command_help =Toon help | ||
help_command_Esc =Sluit dit venster of verwijder linkmarkeringen | ||
help_command_find =Zoeken | ||
help_command_find_hl=Zoek met highlights | ||
help_command_n =Ga naar volgende overeenkomst | ||
help_command_N =Ga naar vorige overeenkomst | ||
help_command_dev =Open ontwikkelaarswerkbalk | ||
|
||
help=Help | ||
help_version=Versie | ||
|
||
help_feedback=Geef ons feedback! | ||
help_enjoying=Gebruik je VimFx graag? | ||
help_found_bug=Fout gevonden? | ||
help_report_bug=Geef het door! |