summaryrefslogtreecommitdiffstats
path: root/core/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r--core/l10n/nl.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php
index 183899dc4a6..46375756de4 100644
--- a/core/l10n/nl.php
+++ b/core/l10n/nl.php
@@ -30,18 +30,17 @@ $TRANSLATIONS = array(
"December" => "december",
"Settings" => "Instellingen",
"seconds ago" => "seconden geleden",
-"_%n minute ago_::_%n minutes ago_" => array(,),
-"_%n hour ago_::_%n hours ago_" => array(,),
+"_%n minute ago_::_%n minutes ago_" => array("","%n minuten geleden"),
+"_%n hour ago_::_%n hours ago_" => array("","%n uur geleden"),
"today" => "vandaag",
"yesterday" => "gisteren",
-"_%n day ago_::_%n days ago_" => array(,),
+"_%n day ago_::_%n days ago_" => array("","%n dagen geleden"),
"last month" => "vorige maand",
-"_%n month ago_::_%n months ago_" => array(,),
+"_%n month ago_::_%n months ago_" => array("","%n maanden geleden"),
"months ago" => "maanden geleden",
"last year" => "vorig jaar",
"years ago" => "jaar geleden",
"Choose" => "Kies",
-"Cancel" => "Annuleer",
"Error loading file picker template" => "Fout bij laden van bestandsselectie sjabloon",
"Yes" => "Ja",
"No" => "Nee",
@@ -84,6 +83,7 @@ $TRANSLATIONS = array(
"Email sent" => "E-mail verzonden",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "De update is niet geslaagd. Meld dit probleem aan bij de <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.",
"The update was successful. Redirecting you to ownCloud now." => "De update is geslaagd. Je wordt teruggeleid naar je eigen ownCloud.",
+"%s password reset" => "%s wachtwoord reset",
"Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}",
"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "De link voor het resetten van je wachtwoord is verzonden naar je e-mailadres.<br>Als je dat bericht niet snel ontvangen hebt, controleer dan uw spambakje.<br>Als het daar ook niet is, vraag dan je beheerder om te helpen.",
"Request failed!<br>Did you make sure your email/username was right?" => "Aanvraag mislukt!<br>Weet je zeker dat je gebruikersnaam en/of wachtwoord goed waren?",
@@ -135,8 +135,6 @@ $TRANSLATIONS = array(
"Log in" => "Meld je aan",
"Alternative Logins" => "Alternatieve inlogs",
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>Cheers!" => "Hallo daar,<br><br> %s deelde »%s« met jou.<br><a href=\"%s\">Bekijk!</a><br><br>Veel plezier!",
-"prev" => "vorige",
-"next" => "volgende",
"Updating ownCloud to version %s, this may take a while." => "Updaten ownCloud naar versie %s, dit kan even duren..."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";