sv.js 474 B

12345678910111213
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "OAuth 2.0 klienter",
  5. "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.",
  6. "Name" : "Namn",
  7. "Redirection URI" : "Omdirigerings-URI",
  8. "Client Identifier" : "Klientidentifierare",
  9. "Secret" : "Hemlighet",
  10. "Add client" : "Lägg till klient",
  11. "Add" : "Lägg till"
  12. },
  13. "nplurals=2; plural=(n != 1);");