summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/password
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-06 08:58:09 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-06 08:58:09 +0000
commitefe6d8ceda35a46f4b71e1523a79efd535543102 (patch)
tree88028997de7a35a8d44858a9eb4e46da27ed6610 /roundcubemail/plugins/password
parent180a6e7e46ac14a73b2d1795d5986d28c5c0904a (diff)
Add dutch translation for password plugin.
git-svn-id: https://svn.roundcube.net/trunk@2457 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password')
-rw-r--r--roundcubemail/plugins/password/localization/nl_NL.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/localization/nl_NL.inc b/roundcubemail/plugins/password/localization/nl_NL.inc
new file mode 100644
index 000000000..f9ffefcc3
--- /dev/null
+++ b/roundcubemail/plugins/password/localization/nl_NL.inc
@@ -0,0 +1,18 @@
+<?php
+
+$labels = array();
+$labels['changepasswd'] = 'Wijzig Wachtwoord';
+$labels['curpasswd'] = 'Huidig Wachtwoord:';
+$labels['newpasswd'] = 'Nieuw Wachtwoord:';
+$labels['confpasswd'] = 'Bevestig Nieuw Wachtwoord:';
+
+$messages = array();
+$messages['nopassword'] = 'Vul een wachtwoord in.';
+$messages['nocurpassword'] = 'vul het huidige wachtwoord in.';
+$messages['passwordincorrectly'] = 'Huidig wachtwoord is onjuist.';
+$messages['passwordinconsistency'] = 'Wachtwoorden komen niet overeen, probeer het opnieuw.';
+$messages['nocryptfunction'] = 'De server mist een functie om uw wachtwoord et beveiligen - neem contact op met uw systeembeheerder.';
+$messages['internalerror'] = 'De server heeft meer dan 1 regel in de database gewijzigd. Dit kan een probleem opleveren voor alle gebruikers. Neem contact op met uw systeembeheerder.';
+$messages['errorsaving'] = 'Uw wachtwoord kan niet worden opgeslagen in de database. Neem contact op met uw systeembeheerder.';
+
+?>