da.js 1.6 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient er ikke autoriseret til at oprette forbindelse. Informer venligst din klients administrator.",
  5. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigerings-URL skal være en fuld URL, for eksempel: https://yourdomain.com/path",
  6. "OAuth 2.0" : "OAuth 2.0",
  7. "Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.",
  8. "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.",
  9. "OAuth 2.0 clients" : "OAuth 2.0 klienter",
  10. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.",
  11. "Name" : "Navn",
  12. "Redirection URI" : "Viderestilling URI",
  13. "Client Identifier" : "Klient ID",
  14. "Secret key" : "Hemmelig nøgle",
  15. "Delete client" : "Slet klient",
  16. "Add client" : "Tilføj klient",
  17. "Add" : "Tilføj",
  18. "Delete" : "Slet",
  19. "Show client secret" : "Vis klient hemmelighed",
  20. "Hide client secret" : "Skjul klient hemmelighed",
  21. "Secret" : "Hemmelighed"
  22. },
  23. "nplurals=2; plural=(n != 1);");