Blame view

sources/apps/files_sharing/l10n/nl.php 388 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  <?php $TRANSLATIONS = array(
  "Password" => "Wachtwoord",
  "Submit" => "Verzenden",
  "%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",
  "Download" => "Downloaden",
  "No preview available for" => "Geen voorbeeldweergave beschikbaar voor",
  "web services under your control" => "Webdiensten in eigen beheer"
  );