diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:35 +0200 |
commit | b2768637d2748a1d55ee98a9809c66e135a4190a (patch) | |
tree | 6db7f75b56d689c5c08cce986a62bcaf5248210c /core/l10n/nl.php | |
parent | 4a5ee765cf5030c7d92d88687e886079f6bafb1e (diff) | |
download | nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.tar.gz nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.zip |
updated translations
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." ); |