da.js 409 B

123456789101112131415
  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. "Redirection URI" : "Viderestilling URI",
  8. "Client Identifier" : "Klient ID",
  9. "Secret key" : "Hemmelig nøgle",
  10. "Add client" : "Tilføj klient",
  11. "Add" : "Tilføj",
  12. "Delete" : "Slet",
  13. "Secret" : "Hemmelighed"
  14. },
  15. "nplurals=2; plural=(n != 1);");