da.js 490 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0" : "OAuth 2.0",
  5. "OAuth 2.0 clients" : "OAuth 2.0 klienter",
  6. "Name" : "Navn",
  7. "Client Identifier" : "Klient ID",
  8. "Add client" : "Tilføj klient",
  9. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillader eksterne services at forespørge adgang til din %s.",
  10. "Redirection URI" : "Viderestilling URI",
  11. "Secret" : "Hemmelighed",
  12. "Add" : "Tilføj"
  13. },
  14. "nplurals=2; plural=(n != 1);");