nextcloud/apps/oauth2/l10n/sv.js

15 lines
505 B
JavaScript
Raw Normal View History

2017-08-19 03:08:26 +03:00
OC.L10N.register(
"oauth2",
{
2018-02-20 04:11:55 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-08-19 03:08:26 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
"Name" : "Namn",
"Client Identifier" : "Klientidentifierare",
"Add client" : "Lägg till klient",
2018-06-27 13:06:12 +03:00
"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",
2017-08-19 03:08:26 +03:00
"Add" : "Lägg till"
},
"nplurals=2; plural=(n != 1);");