1
0

nb.js 547 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL for videresending må være en fullstendig URL. For eksempel https://yourdomain.com/path",
  5. "OAuth 2.0" : "OAuth 2.0",
  6. "OAuth 2.0 clients" : "OAuth 2.0-klienter",
  7. "Name" : "Navn",
  8. "Redirection URI" : "Videresendings-URI",
  9. "Client Identifier" : "Klient-identifikator",
  10. "Secret" : "Hemmelighet",
  11. "Add client" : "Legg til klient",
  12. "Add" : "Legg til"
  13. },
  14. "nplurals=2; plural=(n != 1);");