nextcloud-server/apps/sharebymail/l10n/sv.js

22 lines
1.2 KiB
JavaScript

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

OC.L10N.register(
"sharebymail",
{
"Shared with %1$s" : "Delad med %1$s",
"Shared with {email}" : "Delad med {email}",
"Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
"Shared with {email} by {actor}" : "Delad med {email} av {actor}",
"You shared %1$s with %2$s by mail" : "Du delade %1$s med %2$s via e-post",
"You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
"%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
"{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
"Sharing %s failed, this item is already shared with %s" : "Delning av %s misslyckades, det är redan delat med %s",
"Failed to send share by E-mail" : "Misslyckades att dela via e-post",
"%s shared »%s« with you" : "%s delade »%s« med dig",
"%s shared »%s« with you on behalf of %s" : "%s delade »%s« med dig på begäran av %s",
"Failed to create the E-mail" : "Misslyckades att skapa e-post",
"Could not find share" : "Kunde inte hitta delning",
"Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hej,\n\n%s delade »%s« med dig.\n\n%s\n",
"Cheers!" : "Skål!"
},
"nplurals=2; plural=(n != 1);");