nextcloud/apps/files_trashbin/l10n/fi.js

24 lines
1.2 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Kohdetta %s ei voitu poistaa pysyvästi",
"Couldn't restore %s" : "Kohteen %s palautus epäonnistui",
"Deleted files" : "Poistetut tiedostot",
"Restore" : "Palauta",
"Delete" : "Poista",
"Delete permanently" : "Poista pysyvästi",
"Error" : "Virhe",
"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.",
"restored" : "palautettu",
2018-09-17 03:12:30 +03:00
"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
"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",
2017-03-02 19:48:52 +03:00
"Deleted" : "Poistettu"
},
"nplurals=2; plural=(n != 1);");