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 544B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Settings" : "Asetukset",
  5. "No" : "EI",
  6. "Yes" : "KYLLÄ",
  7. "Choose" : "Valitse",
  8. "_{count} file conflict_::_{count} file conflicts_" : ["",""],
  9. "Cancel" : "Peruuta",
  10. "Error" : "Virhe",
  11. "Share link" : "Jaa linkki",
  12. "Password" : "Salasana",
  13. "Delete" : "Poista",
  14. "Add" : "Lisää",
  15. "_download %n file_::_download %n files_" : ["",""],
  16. "Help" : "Apua",
  17. "Username" : "Käyttäjätunnus",
  18. "Log in" : "Kirjaudu sisään"
  19. },
  20. "nplurals=2; plural=(n != 1);");