diff options
Diffstat (limited to 'apps/oauth2/l10n/sv.js')
-rw-r--r-- | apps/oauth2/l10n/sv.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js index 5d2946a1d22..cd0c657131c 100644 --- a/apps/oauth2/l10n/sv.js +++ b/apps/oauth2/l10n/sv.js @@ -3,12 +3,12 @@ OC.L10N.register( { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 klienter", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s.", "Name" : "Namn", - "Redirection URI" : "Omdirigerings-URI", "Client Identifier" : "Klientidentifierare", - "Secret" : "Hemlighet", "Add client" : "Lägg till klient", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s.", + "Redirection URI" : "Omdirigerings-URI", + "Secret" : "Hemlighet", "Add" : "Lägg till" }, "nplurals=2; plural=(n != 1);"); |