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/sv.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/sv.js')
-rw-r--r-- | apps/sharebymail/l10n/sv.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/sv.js b/apps/sharebymail/l10n/sv.js index 13a8d608bc3..c5c3c16225b 100644 --- a/apps/sharebymail/l10n/sv.js +++ b/apps/sharebymail/l10n/sv.js @@ -1,28 +1,17 @@ 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}", - "Unshared from %1$s" : "Sluta dela från %1$s", "Unshared from {email}" : "Sluta dela från {email}", - "Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s", "Unshared from {email} by {actor}" : "Sluta dela från {email} av {actor}", - "Password for mail share sent to %1$s" : "Lösenord för e-postdelning skickat till %1$s", "Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}", "Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig", - "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", - "You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post", "You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post", - "%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post", "{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post", - "Password to access %1$s was sent to %2s" : "Lösenord för åtkomst till %1$s skickades till %2s", "Password to access {file} was sent to {email}" : "Lösenord till {file} skickades till {email}", - "Password to access %1$s was sent to you" : "Lösenord för att nå %1$s skickades till dig", "Password to access {file} was sent to you" : "Lösenord till {file} skickades till dig", "Share by mail" : "Dela via e-post", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Delning av %1$s misslyckades eftersom detta redan är delat med användaren %2$s", @@ -52,6 +41,17 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress", "Send password by mail" : "Skicka lösenord via e-post", "Reply to initiator" : "Svara till startare", - "Unable to update share by mail config" : "Kunde inte uppdatera konfiguration för delning via e-post" + "Unable to update share by mail config" : "Kunde inte uppdatera konfiguration för delning via e-post", + "Shared with %1$s" : "Delad med %1$s", + "Shared with %1$s by %2$s" : "Delad med %1$s av %2$s", + "Unshared from %1$s" : "Sluta dela från %1$s", + "Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s", + "Password for mail share sent to %1$s" : "Lösenord för e-postdelning skickat till %1$s", + "You shared %1$s with %2$s by mail" : "Du delade %1$s med %2$s via e-post", + "%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post", + "You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post", + "%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post", + "Password to access %1$s was sent to %2s" : "Lösenord för åtkomst till %1$s skickades till %2s", + "Password to access %1$s was sent to you" : "Lösenord för att nå %1$s skickades till dig" }, "nplurals=2; plural=(n != 1);"); |