server/apps/files_sharing/l10n/nl.php

20 lines
1 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-10-14 00:33:30 +00:00
"This share is password-protected" => "Deze share is met een wachtwoord beveiligd",
2013-07-22 06:03:23 +00:00
"The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.",
2012-09-06 00:06:37 +00:00
"Password" => "Wachtwoord",
2013-08-13 13:13:11 +00:00
"Sorry, this link doesnt seem to work anymore." => "Sorry, deze link lijkt niet meer in gebruik te zijn.",
"Reasons might be:" => "Redenen kunnen zijn:",
"the item was removed" => "bestand was verwijderd",
"the link expired" => "de link is verlopen",
"sharing is disabled" => "delen is uitgeschakeld",
"For more info, please ask the person who sent this link." => "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.",
2012-09-24 00:04:10 +00: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 11:37:28 +00:00
"Download" => "Downloaden",
2013-06-30 00:13:07 +00:00
"Upload" => "Uploaden",
"Cancel upload" => "Upload afbreken",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor"
2012-08-25 00:08:36 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";