2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Gedeeld door {owner}",
|
2013-10-14 04:33:30 +04:00
|
|
|
|
"This share is password-protected" => "Deze share is met een wachtwoord beveiligd",
|
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",
|
2013-08-13 17:13:11 +04:00
|
|
|
|
"Sorry, this link doesn’t 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.",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"shared by %s" => "gedeeld door %s",
|
|
|
|
|
"Download %s" => "Download %s",
|
2013-10-27 10:32:11 +04:00
|
|
|
|
"Direct link" => "Directe link"
|
2012-08-25 04:08:36 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|