server/settings/l10n/nl.php
Jan-Christoph Borchardt b2768637d2 updated translations
2011-08-13 05:13:35 +02:00

13 lines
482 B
PHP

<?php $TRANSLATIONS = array(
"Authentication error" => "Authenticatiefout.",
"Invalid request" => "Ongeldig verzoek",
"Language changed" => "Taal aangepast",
"Account information" => "Gebruikersgegevens",
"You're currently using" => "U gebruikt momenteel",
"of your" => "van de",
"space" => "beschikbare ruimte.",
"Change Password" => "Wachtwoord aanpassen",
"Your password got changed" => "Uw wachtwoord is aangepast",
"New password" => "Nieuw wachtwoord",
"Language" => "Taal"
);