nb.js 571 B

123456789101112131415
  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. "Add client" : "Legg til klient",
  8. "Name" : "Navn",
  9. "Redirection URI" : "Videresendings-URI",
  10. "Add" : "Legg til",
  11. "Client Identifier" : "Klient-identifikator",
  12. "Secret" : "Hemmelighet",
  13. "Delete" : "Slett"
  14. },
  15. "nplurals=2; plural=(n != 1);");