1
0

fi.js 981 B

123456789101112131415161718
  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. "Add client" : "Lisää asiakas",
  10. "Name" : "Nimi",
  11. "Redirection URI" : "Uudelleenohjaus URI",
  12. "Add" : "Lisää",
  13. "Client Identifier" : "Asiakkaan tunniste",
  14. "Secret" : "Salaisuus",
  15. "Show client secret" : "Näytä asiakkaan salaisuus",
  16. "Delete" : "Poista"
  17. },
  18. "nplurals=2; plural=(n != 1);");