summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n/sv.js
blob: 486f066659307ceb7d40b5d82aa916f6476ca01f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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",
    "Password to access »%s« shared to you by %s" : "Lösenord för att få tillgång till »%s« delat med dig av %s",
    "Could not find share" : "Kunde inte hitta delning",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hej!\n\n%s delade »%s« med dig från%s.\n\n%s\n\n",
    "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!" : "Ha det fint!",
    "Hey there,\n\n%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n\nIt is protected with the following password: %s\n\n" : "Hej!\n\n%s delade »%s« med dig.\nDu borde ha fått ett separat e-mejl med länk för att få tillgång till det.\n\nDet är skyddat med följande lösnord: %s\n\n",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hej!<br><br>%s delade <a href=\"%s\">%s</a> med dig från  %s.<br><br>",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hej!<br><br>%s delade <a href=\"%s\">%s</a> med dig.<br><br>",
    "Hey there,<br><br>%s shared <i>%s</i> with you.<br>You should have already received a separate mail with a link to access it.<br><br>It is protected with the following password: %s<br><br>" : "Hej!<br><br>%s delade <i>%s</i> med dig.<br>Du borde ha fått ett separat e-mejl med en länk för att få tillgång till det.<br><br>Det är skyddat med följande lösenord: %s<br><br>",
    "Share by mail" : "Dela via e-mejl",
    "Send a personalized link to a file or folder by mail." : "Skicka en personlig länk till en fil eller mapp via e-mejl",
    "Send password by mail" : "Skicka lösenord med e-post"
},
"nplurals=2; plural=(n != 1);");