diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
commit | ca739a59f05e3f8b2ca8bd62d91156ec33f7658e (patch) | |
tree | 438618a0b4f9b25be275dd3df24b7395ed8c047f /apps/files_sharing/l10n/da.php | |
parent | 70e0ae063739b9749883bd184fee0a80f184685b (diff) | |
download | nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.tar.gz nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/da.php')
-rw-r--r-- | apps/files_sharing/l10n/da.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php index 7c030bb9213..26f28203b38 100644 --- a/apps/files_sharing/l10n/da.php +++ b/apps/files_sharing/l10n/da.php @@ -1,11 +1,19 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Delt med dig", +"Shared with others" => "Delt med andre", +"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.", +"Could not load template" => "Kunne ikke indlæse skabelon", +"Saved" => "Gemt", +"Reset" => "Nulstil", "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 doesn’t 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", @@ -14,6 +22,10 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ", "Download" => "Download", "Download %s" => "Download %s", -"Direct link" => "Direkte link" +"Direct link" => "Direkte link", +"Mail templates" => "E-mail skabelon", +"Theme" => "Tema", +"Template" => "Skabelon", +"Save" => "Gem" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |