2012-08-25 00:08:36 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-09-06 00:06:37 +00:00
|
|
|
"Password" => "Wachtwoord",
|
|
|
|
"Submit" => "Verzenden",
|
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-14 00:52:34 +00:00
|
|
|
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor"
|
2012-08-25 00:08:36 +00:00
|
|
|
);
|