1
0

nb.js 462 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 lar eksterne tjenester forespørre tilgang til %s.",
  6. "Name" : "Navn",
  7. "Redirection URI" : "Videresendings-URI",
  8. "Client Identifier" : "Klient-identifikator",
  9. "Secret" : "Hemmelighet",
  10. "Add client" : "Legg til klient",
  11. "Add" : "Legg til"
  12. },
  13. "nplurals=2; plural=(n != 1);");