diff options
Diffstat (limited to 'core/l10n/sv.js')
-rw-r--r-- | core/l10n/sv.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/sv.js b/core/l10n/sv.js index f32744a284a..bbfe0b60452 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -124,7 +124,6 @@ OC.L10N.register( "Press Ctrl-C to copy." : "Tryck ned Ctrl-C för att kopiera.", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Share to {name}" : "Dela till {name}", - "Copy URL" : "Kopiera URL", "Link" : "Länk", "Password protect" : "Lösenordsskydda", "Allow editing" : "Tillåt redigering", @@ -276,6 +275,7 @@ OC.L10N.register( "Forgot password?" : "Glömt lösenordet?", "Back to login" : "Tillbaka till inloggning", "Connect to your account" : "Anslut ditt konto", + "Please log in before granting %s access to your %s account." : "Logga in innan du ger %s åtkomst till ditt %s konto.", "App token" : "App-polett", "Grant access" : "Tillåt åtkomst", "Alternative log in using app token" : "Alternativ inloggning med app-token", @@ -294,6 +294,7 @@ OC.L10N.register( "Error while validating your second factor" : "Fel vid verifiering av tvåfaktorsautentisering.", "Access through untrusted domain" : "Åtkomst genom obetrodd domän", "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Vänligen kontakta din administratör. Om du är en administratör, ändra \"trusted_domains\"-inställningen i config/config.php likt exemplet i config.sample.php.", + "Further information how to configure this can be found in the %sdocumentation%s." : "Ytterligare information hur du konfigurerar detta finns i %sdokumentationen%s.", "App update required" : "Appen behöver uppdateras", "%s will be updated to version %s" : "%s kommer att uppdateras till version %s", "These apps will be updated:" : "Dessa appar kommer att uppdateras:", |