nextcloud/apps/oauth2/l10n/sv.js

14 lines
474 B
JavaScript

OC.L10N.register(
"oauth2",
{
"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",
"Add" : "Lägg till"
},
"nplurals=2; plural=(n != 1);");