nextcloud/apps/files_sharing/l10n/nl.php

14 lines
515 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-07-22 10:03:23 +04:00
"The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.",
2012-09-06 04:06:37 +04:00
"Password" => "Wachtwoord",
"Submit" => "Verzenden",
2012-09-24 04:04:10 +04:00
"%s shared the folder %s with you" => "%s deelt de map %s met u",
"%s shared the file %s with you" => "%s deelt het bestand %s met u",
2012-09-01 15:37:28 +04:00
"Download" => "Downloaden",
2013-06-30 04:13:07 +04:00
"Upload" => "Uploaden",
"Cancel upload" => "Upload afbreken",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor"
2012-08-25 04:08:36 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";