fi_FI.js 999 B

123456789101112131415161718192021
  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" : "Poista",
  9. "Delete permanently" : "Poista pysyvästi",
  10. "Error" : "Virhe",
  11. "This operation is forbidden" : "Tämä toiminto on kielletty",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Hakemisto ei ole käytettävissä. Tarkista lokit tai ole yhteydessä ylläpitoon.",
  13. "restored" : "palautettu",
  14. "No deleted files" : "Ei poistettuja tiedostoja",
  15. "You will be able to recover deleted files from here" : "Voit palauttaa poistettuja tiedostoja tätä kautta",
  16. "No entries found in this folder" : "Ei kohteita tässä kansiossa",
  17. "Select all" : "Valitse kaikki",
  18. "Name" : "Nimi",
  19. "Deleted" : "Poistettu"
  20. },
  21. "nplurals=2; plural=(n != 1);");