nextcloud/apps/files_sharing/l10n/da.php

11 lines
366 B
PHP

<?php $TRANSLATIONS = array(
"Password" => "Kodeord",
"Submit" => "Send",
"%s shared the folder %s with you" => "%s delte mappen %s med dig",
"%s shared the file %s with you" => "%s delte filen %s med dig",
"Download" => "Download",
"Upload" => "Upload",
"Cancel upload" => "Fortryd upload",
"No preview available for" => "Forhåndsvisning ikke tilgængelig for"
);