diff options
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r-- | core/l10n/nl.php | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 033adc0e432..281de52ce4a 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -1,17 +1,8 @@ <?php $TRANSLATIONS = array( -"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.", +"Login failed!" => "Aanmelden mislukt.", "Advanced" => "Geavanceerd", -"Set where to store the data." => "Bepaal de opslaglocatie.", -"Data directory:" => "Gegevensmap:", -"SQLite" => "SQLite", -"Database name:" => "Databasenaam:", -"Host:" => "Host:", -"Table prefix:" => "Voorvoegsel voor tabelnamen:", "Finish setup" => "Installatie afronden", -"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die op uw eigen server draait.</p>", -"Login failed!" => "Aanmelden mislukt.", -"You are logged out." => "U bent afgemeld.", "prev" => "vorige", "next" => "volgende", -"Search" => "Zoeken" +"You are logged out." => "U bent afgemeld." ); |