summaryrefslogtreecommitdiffstats
path: root/settings/l10n/nl.php
blob: f05e7cc7c26fa7cf594b1fdc274e7a0cc6ec049e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php $TRANSLATIONS = array(
"Account information" => "Gebruiks gegevens",
"You're currently using" => "Je gebruikt momenteel",
"of your" => "van de",
"space" => "beschikbare ruimte.",
"Change Password" => "Wachtwoord aanpassen",
"Your password got changed" => "Je wachtwoord is aangepast",
"Old password:" => "Oud wachtwoord:",
"New password" => "Nieuw wachtwoord",
"Show new password" => "Toon nieuw wachtwoord",
"Language" => "Taal",
"Authentication error" => "Authenticatie fout.",
"You have to enter the old and the new password!" => "Je moet het oude en nieuwe wachtwoord invullen.",
"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.",
"Password changed" => "Wachtwoord aangepast",
"Unable to change password" => "Wachtwoord aanpassen is niet mogenlijk",
"Language changed" => "Taal aangepast",
"Invalid request" => "Ongeldige aanvraag"
);