fi.js 1018 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "Asiakastasi ei ole valtuutettu yhdistämään. Ilmoita ylläpidolle asiakkaastasi.",
  5. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Uudelleenohjauksen URL-osoitteen on oltava täydellinen URL-osoite, esimerkiksi: https://yourdomain.com/path",
  6. "OAuth 2.0" : "OAuth 2.0",
  7. "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.",
  8. "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
  9. "Name" : "Nimi",
  10. "Redirection URI" : "Uudelleenohjaus URI",
  11. "Client Identifier" : "Asiakkaan tunniste",
  12. "Secret key" : "Salainen avain",
  13. "Add client" : "Lisää asiakas",
  14. "Add" : "Lisää",
  15. "Delete" : "Poista",
  16. "Show client secret" : "Näytä asiakkaan salaisuus",
  17. "Secret" : "Salaisuus"
  18. },
  19. "nplurals=2; plural=(n != 1);");