diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
commit | 7929e6d91d23c88b85b806e349dfca1eece898ca (patch) | |
tree | feb1e78d4d5d256ab3f0c464d09552333f9b57d3 /apps/sharebymail/l10n/da.js | |
parent | f5b833845c0c183d1ef9b8d41282bbceda45e0a7 (diff) | |
download | nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.tar.gz nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail/l10n/da.js')
-rw-r--r-- | apps/sharebymail/l10n/da.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/sharebymail/l10n/da.js b/apps/sharebymail/l10n/da.js index 87e7d5127ed..f09b9164afc 100644 --- a/apps/sharebymail/l10n/da.js +++ b/apps/sharebymail/l10n/da.js @@ -1,20 +1,13 @@ OC.L10N.register( "sharebymail", { - "Shared with %1$s" : "Delt med %1$s", "Shared with {email}" : "Delt med {email}", - "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s", "Shared with {email} by {actor}" : "Delt med {email} af {actor}", - "Password for mail share sent to %1$s" : "Password for mail deling er sendt til %1$s", "Password for mail share sent to {email}" : "Password for mail deling er sendt til {email}", "Password for mail share sent to you" : "Password for mail deling er sendt til dig", - "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail", "You shared {file} with {email} by mail" : "Du delte {file} med {email} via e-mail", - "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail", "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via e-mail", - "Password to access %1$s was sent to %2s" : "Password for adgang %1$s blev sendt til %2s", "Password to access {file} was sent to {email}" : "Password for adgang {file} blev sendt til {email}", - "Password to access %1$s was sent to you" : "Password for adgang %1$s blev sendt til dig.", "Password to access {file} was sent to you" : "Password for adgang {file} blev sendt til dig.", "Share by mail" : "Delt med mail", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Deling af %1$s mislykkedes, fordi dette element allerede er delt med bruger%2$s", @@ -31,6 +24,13 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "Du kan til enhver tid vælge et andet password i delings dialogen.", "Could not find share" : "Kan ikke finde deling", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillad brugere at dele et personligt link til en fil eller folder ved at skrive en email ind.", - "Send password by mail" : "Send kodeord på mail" + "Send password by mail" : "Send kodeord på mail", + "Shared with %1$s" : "Delt med %1$s", + "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s", + "Password for mail share sent to %1$s" : "Password for mail deling er sendt til %1$s", + "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail", + "Password to access %1$s was sent to %2s" : "Password for adgang %1$s blev sendt til %2s", + "Password to access %1$s was sent to you" : "Password for adgang %1$s blev sendt til dig." }, "nplurals=2; plural=(n != 1);"); |