nextcloud/apps/files_trashbin/l10n/fi.js

26 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "Poistetut tiedostot",
2019-02-14 04:12:26 +03:00
"restored" : "palautettu",
"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.",
2017-03-02 19:48:52 +03:00
"Restore" : "Palauta",
"Delete permanently" : "Poista pysyvästi",
2019-03-19 04:12:41 +03:00
"Error while restoring file from trashbin" : "Virhe palauttaessa tiedostoa roskakorista",
2018-12-19 04:11:46 +03:00
"Error while removing file from trashbin" : "Virhe poistaessa tiedostoa roskakorista",
"Error while restoring files from trashbin" : "Virhe palauttaessa tiedostoja roskakorista",
"Error while emptying trashbin" : "Virhe tyhjentäessä roskakoria",
"Error while removing files from trashbin" : "Virhe poistaessa tiedostoja roskakorista",
2017-03-02 19:48:52 +03:00
"This operation is forbidden" : "Tämä toiminto on kielletty",
"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.",
"No deleted files" : "Ei poistettuja tiedostoja",
"You will be able to recover deleted files from here" : "Voit palauttaa poistettuja tiedostoja tätä kautta",
"No entries found in this folder" : "Ei kohteita tässä kansiossa",
"Select all" : "Valitse kaikki",
"Name" : "Nimi",
2018-07-10 11:21:14 +03:00
"Actions" : "Toiminnot",
2018-09-29 03:12:16 +03:00
"Deleted" : "Poistettu",
2019-09-17 15:33:26 +03:00
"Delete" : "Poista"
2017-03-02 19:48:52 +03:00
},
"nplurals=2; plural=(n != 1);");