You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fi.js 779B

1234567891011121314151617
  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. "OAuth 2.0" : "OAuth 2.0",
  6. "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.",
  7. "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
  8. "Add client" : "Lisää asiakas",
  9. "Name" : "Nimi",
  10. "Redirection URI" : "Uudelleenohjaus URI",
  11. "Add" : "Lisää",
  12. "Client Identifier" : "Asiakkaan tunniste",
  13. "Secret" : "Salaisuus",
  14. "Show client secret" : "Näytä asiakkaan salaisuus",
  15. "Delete" : "Poista"
  16. },
  17. "nplurals=2; plural=(n != 1);");