fi.js 1.2 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Poistetut tiedostot",
  5. "Restore" : "Palauta",
  6. "Delete" : "Poista",
  7. "Delete permanently" : "Poista pysyvästi",
  8. "This operation is forbidden" : "Tämä toiminto on kielletty",
  9. "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.",
  10. "restored" : "palautettu",
  11. "This application enables users to restore files that were deleted from the system." : "Tämä sovellus mahdollistaa käyttäjien palauttaa järjestelmästä poistamiaan tiedostoja.",
  12. "No deleted files" : "Ei poistettuja tiedostoja",
  13. "You will be able to recover deleted files from here" : "Voit palauttaa poistettuja tiedostoja tätä kautta",
  14. "No entries found in this folder" : "Ei kohteita tässä kansiossa",
  15. "Select all" : "Valitse kaikki",
  16. "Name" : "Nimi",
  17. "Actions" : "Toiminnot",
  18. "Deleted" : "Poistettu",
  19. "Couldn't delete %s permanently" : "Kohdetta %s ei voitu poistaa pysyvästi",
  20. "Couldn't restore %s" : "Kohteen %s palautus epäonnistui",
  21. "Error" : "Virhe"
  22. },
  23. "nplurals=2; plural=(n != 1);");