fi_FI.js 755 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Kohdetta %s ei voitu poistaa pysyvästi",
  5. "Couldn't restore %s" : "Kohteen %s palautus epäonnistui",
  6. "Deleted files" : "Poistetut tiedostot",
  7. "Restore" : "Palauta",
  8. "Delete permanently" : "Poista pysyvästi",
  9. "Error" : "Virhe",
  10. "restored" : "palautettu",
  11. "No deleted files" : "Ei poistettuja tiedostoja",
  12. "You will be able to recover deleted files from here" : "Voit palauttaa poistettuja tiedostoja tätä kautta",
  13. "No entries found in this folder" : "Ei kohteita tässä kansiossa",
  14. "Select all" : "Valitse kaikki",
  15. "Name" : "Nimi",
  16. "Deleted" : "Poistettu",
  17. "Delete" : "Poista"
  18. },
  19. "nplurals=2; plural=(n != 1);");