Skip to content

Commit

Permalink
Merge pull request #89 from HJTP/master
Browse files Browse the repository at this point in the history
Dutch locale
  • Loading branch information
akhodakivskiy committed Mar 27, 2013
2 parents 1902cc5 + d9eab0a commit ba50ab5
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 2 deletions.
1 change: 1 addition & 0 deletions extension/chrome.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ locale vimfx pl locale/pl/
locale vimfx ru locale/ru/
locale vimfx zh-CN locale/zh-CN/
locale vimfx hu locale/hu/
locale vimfx nl locale/nl/
12 changes: 10 additions & 2 deletions extension/install.rdf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
Expand Down Expand Up @@ -65,5 +65,13 @@
</Description>
</em:localized>

<em:localized>
<Description>
<em:locale>nl</em:locale>
<em:name>VimFx</em:name>
<em:description>Vim sneltoetsen voor Firefox</em:description>
<em:creator>Anton Khodakivskiy</em:creator>
</Description>
</em:localized>
</Description>
</RDF>
21 changes: 21 additions & 0 deletions extension/locale/nl/options.dtd
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">
66 changes: 66 additions & 0 deletions extension/locale/nl/vimfx.properties
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!

0 comments on commit ba50ab5

Please sign in to comment.