nextcloud/apps/files_sharing/l10n/da.php

28 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Delt med dig",
"Shared with others" => "Delt med andre",
"Shared by link" => "Delt via link",
"No files have been shared with you yet." => "Endnu er ingen filer delt med dig.",
"You haven't shared any files yet." => "Du har ikke delt nogen filer endnu.",
"You haven't shared any files by link yet." => "Du har ikke delt nogen filer endnu.",
"Shared by {owner}" => "Delt af {owner}",
"Shared by" => "Delt af",
"This share is password-protected" => "Delingen er beskyttet af kodeord",
"The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.",
"Password" => "Kodeord",
"Name" => "Navn",
"Share time" => "Dele periode",
"Sorry, this link doesnt seem to work anymore." => "Desværre, dette link ser ikke ud til at fungerer længere.",
"Reasons might be:" => "Årsagen kan være:",
"the item was removed" => "Filen blev fjernet",
"the link expired" => "linket udløb",
"sharing is disabled" => "deling er deaktiveret",
"For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ",
"Save" => "Gem",
"Download" => "Download",
"Download %s" => "Download %s",
"Direct link" => "Direkte link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";