summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/sv.js
blob: cd0c657131c15201e55ce453cc7275133b8ad2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "OAuth 2.0 klienter",
    "Name" : "Namn",
    "Client Identifier" : "Klientidentifierare",
    "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);");