server/apps/files_sharing/l10n/da.php

9 lines
307 B
PHP
Raw Normal View History

2012-09-14 00:03:18 +00:00
<?php $TRANSLATIONS = array(
"Password" => "Kodeord",
"Submit" => "Send",
2012-09-24 00:04:10 +00:00
"%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",
2012-09-14 00:03:18 +00:00
"Download" => "Download",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Forhåndsvisning ikke tilgængelig for"
2012-09-14 00:03:18 +00:00
);